platypush/platypush/backend/http/webapp/src/components
Fabio Manganiello 6e1ab92298
continuous-integration/drone/push Build is passing Details
New components cache management.
The cache is no longer generated at runtime when the application runs -
which may take quite a while, especially on fresh installations.

A `components.json.gz` file is instead generated by the CI/CD process on
every commit to the main branch, and distributed with the package.

The application will read this file when the `inspect` plugin is first
initialized.

This also means that we can no longer cache the `install_cmds`, as they
change depending on the target OS. A new
`application.get_install_commands` action has now been made available to
the UI, so it can get the correct installation commands at runtime.
2024-01-06 22:21:59 +01:00
..
Action [Chore] Upgraded `hljs.highlight` API. 2023-12-16 23:49:25 +01:00
File Added `FileSelector` UI component. 2023-12-12 21:13:55 +01:00
Light Renamed Notification mixin's warn and error methods. 2023-01-14 22:27:43 +01:00
Media [music UI] Several UI improvements 2023-12-25 12:43:00 +00:00
Procedure [ProcedureEditor] Emit `input` upon action changes. 2023-12-16 23:29:57 +01:00
elements [TimeInterval] Refresh value on `mounted`. 2023-12-16 23:27:22 +01:00
panels New components cache management. 2024-01-06 22:21:59 +01:00
widgets Only react on `NewWeatherConditionEvent` if `plugin_name` is compatible. 2023-11-23 01:35:57 +01:00
Loading.vue New Vue.js template for dashbord WIP 2020-11-21 01:12:08 +01:00
MenuPanel.vue Optimized panel size for tablet 2020-12-16 22:31:04 +01:00
Modal.vue [UI] Make sure that a `Modal` never overflows its parent. 2023-11-03 20:54:46 +00:00
Nav.vue [UI] Watch the `connected` flag for changes to update the Nav indicator. 2023-11-12 14:00:18 +01:00
Notification.vue Migrated Pushbullet component 2020-11-28 01:12:54 +01:00
Notifications.vue New Vue.js template for dashbord WIP 2020-11-21 01:12:08 +01:00
Ntfy.vue Added missing web build files 2022-06-02 23:41:50 +02:00
Pushbullet.vue Support for subscribe-once/unsubscribe frontend events mechanisms 2020-12-15 00:01:28 +01:00
Sensor.vue Implemented remaining supported entities for the `smartthings` integration 2023-01-26 22:10:02 +01:00
VoiceAssistant.vue Support for subscribe-once/unsubscribe frontend events mechanisms 2020-12-15 00:01:28 +01:00