platypush/platypush/backend/http/webapp/src
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
..
assets [#340] Initial implementation of the alarm entities UI. 2023-12-09 20:33:11 +01:00
components New components cache management. 2024-01-06 22:21:59 +01:00
router Migrated /plugin/<pluginName> route 2021-02-21 00:39:06 +01:00
style [UI] Better default scrollbar width on Webkit. 2023-12-30 13:41:45 +01:00
utils [UI] setUrlArgs should remove args when value == null. 2023-12-16 18:58:31 +01:00
views [UI] Fixed regex match for initSelectedPanel. 2023-12-17 17:52:43 +01:00
App.vue [UI] Dropdown component rewrite. 2023-11-09 02:47:32 +01:00
Events.vue [UI] Show the connected/disconnected status in the `Nav` icon. 2023-10-19 00:33:17 +02:00
Utils.vue [UI] Added utilities to get and set args on the URL fragment. 2023-10-18 03:00:53 +02:00
bus.js - Expose methods on the bus module to publish/subscribe to notifications and entity updates 2023-01-21 16:56:27 +01:00
main.js [#259] Proper support for the progressive webapp (#262) 2023-05-20 02:42:33 +02:00
registerServiceWorker.js [#259] Proper support for the progressive webapp (#262) 2023-05-20 02:42:33 +02:00
ui.js music.mpd panel migration - WIP 2020-12-26 15:03:12 +01:00