platypush/platypush/backend/http/webapp/src
Fabio Manganiello afee6c5c85
continuous-integration/drone/push Build is passing Details
[music UI] Implemented infinite scroll for playlist view.
Instead of loading all the tracks in the DOM (very inefficient and slow
on slow devices and/or with big playlists), we should keep a window of
100 items in the screen and roll it over the playlists as the status
change or the user scrolls.
2024-01-05 02:19:38 +01:00
..
assets [#340] Initial implementation of the alarm entities UI. 2023-12-09 20:33:11 +01:00
components [music UI] Implemented infinite scroll for playlist view. 2024-01-05 02:19:38 +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