platypush/platypush/backend/http/webapp/src
Fabio Manganiello 2778357a9e
Wrapped dynamic Vue components in shallowRef.
The performance of the page is heavily degraded by components loaded
dynamically via defineAsyncComponent that recursively carry behind the
whole Vue machinery.

By wrapping defineAsyncComponent calls in shallowRef we make sure that
we only wire the root level of the newly created dynamic component.
2023-01-14 22:31:48 +01:00
..
assets Updated plugin icons 2022-04-10 01:50:45 +02:00
components Wrapped dynamic Vue components in shallowRef. 2023-01-14 22:31:48 +01:00
router Migrated /plugin/<pluginName> route 2021-02-21 00:39:06 +01:00
style Fancier gradient background for the navigator header 2023-01-02 23:28:53 +01:00
utils Renamed Notification mixin's warn and error methods. 2023-01-14 22:27:43 +01:00
views Wrapped dynamic Vue components in shallowRef. 2023-01-14 22:31:48 +01:00
App.vue Web panel improvements. 2022-10-07 02:24:29 +02:00
Events.vue More LINT fixes 2021-04-06 21:10:48 +02:00
Utils.vue Added mixins to capitalize/prettify text 2022-04-10 01:50:13 +02:00
bus.js New Vue.js template for dashbord WIP 2020-11-21 01:12:08 +01:00
main.js New Vue.js template for dashbord WIP 2020-11-21 01:12:08 +01:00
ui.js music.mpd panel migration - WIP 2020-12-26 15:03:12 +01:00