platypush/platypush/backend/http/webapp/src/components
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
..
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 More performance improvements for the entities page. 2023-05-02 10:14:03 +02:00
widgets Be more resilient in DateTimeWeather widget about custom temperature/humidity names or non-numeric data 2023-04-24 12:48:51 +02: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