platypush/platypush/backend/http/webapp/src
Fabio Manganiello 68359b88a9
More performance improvements for the entities page.
- Don't recalculate entity groups every time. Instead, keep them in sync
  every time an entity is added or removed.

- Removed `computedChildren` from the entity component - no null nodes
  are guaranteed to be passed now, so there's no need for another
  iteration on the list of children.

- `childrenByParentId` now only looks in the scope of the entity's
  children instead of searching all the entities.
2023-05-02 10:14:03 +02:00
..
assets Added frontend component for the `Variable` entity. 2023-04-29 11:37:21 +02:00
components More performance improvements for the entities page. 2023-05-02 10:14:03 +02:00
router Migrated /plugin/<pluginName> route 2021-02-21 00:39:06 +01:00
style Better .pull-right class implementation. 2023-03-20 01:26:48 +01:00
utils Use Math.round instead of parseInt when parsing durations. 2023-04-30 16:22:37 +02:00
views Wrapped dynamic Vue components in shallowRef. 2023-01-14 22:31:48 +01:00
App.vue Use the new bus notification helpers 2023-01-21 16:59:18 +01: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 - Expose methods on the bus module to publish/subscribe to notifications and entity updates 2023-01-21 16:56:27 +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