platypush/platypush/backend/http/webapp/src
Fabio Manganiello 4842c1911b
Frontend entities should have a reference to `allEntities`.
There are probably more optimal ways of achieving this other than
passing a reference to the full list of entities to each of the
entities, such as running a BFS to recursively expand all the entities
within the child hierarchy of an entity.

This is needed because the entity needs to know which entities aren't
direct children, but are two or more layers down in the hierarchy, so
they should be passed to their own child entities.
2023-04-17 02:25:03 +02:00
..
assets Added CpuInfo entity frontend components. 2023-04-17 02:25:01 +02:00
components Frontend entities should have a reference to `allEntities`. 2023-04-17 02:25: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 Made Types.objectsEqual method more robust against null input 2023-03-19 22:50:23 +01: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