platypush/platypush/backend/http/webapp/src/components
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
..
File Added frontend support for Plex 2021-01-18 01:28:10 +01:00
Light Renamed Notification mixin's warn and error methods. 2023-01-14 22:27:43 +01:00
Media More UI fixes 2022-03-30 01:43:59 +02:00
elements Focus the <input> element when a <NameEditor> element is created. 2023-03-22 21:28:21 +01:00
panels Frontend entities should have a reference to `allEntities`. 2023-04-17 02:25:03 +02:00
widgets Wrapped dynamic Vue components in shallowRef. 2023-01-14 22:31:48 +01:00
Loading.vue New Vue.js template for dashbord WIP 2020-11-21 01:12:08 +01:00
MenuPanel.vue Optimized panel size for tablet 2020-12-16 22:31:04 +01:00
Modal.vue Better entity modal padding 2022-10-07 11:12:30 +02:00
Nav.vue Increased default width of `nav` on desktop+ 2023-03-26 23:10:46 +02:00
Notification.vue Migrated Pushbullet component 2020-11-28 01:12:54 +01:00
Notifications.vue New Vue.js template for dashbord WIP 2020-11-21 01:12:08 +01:00
Ntfy.vue Added missing web build files 2022-06-02 23:41:50 +02:00
Pushbullet.vue Support for subscribe-once/unsubscribe frontend events mechanisms 2020-12-15 00:01:28 +01:00
Sensor.vue Implemented remaining supported entities for the `smartthings` integration 2023-01-26 22:10:02 +01:00
VoiceAssistant.vue Support for subscribe-once/unsubscribe frontend events mechanisms 2020-12-15 00:01:28 +01:00