platypush/platypush/backend/http/webapp/src
Fabio Manganiello 9922305ac5
Fixed grouping for `entityGroups.id`.
Unlike the other entity groupings, which are 4-layered (`grouping ->
group -> entity_id -> entity`), the grouping by ID only needs 3 layers
(`grouping -> entity_id -> entity`).
2023-05-03 02:09:51 +02:00
..
assets Added frontend component for the `Variable` entity. 2023-04-29 11:37:21 +02:00
components Fixed grouping for `entityGroups.id`. 2023-05-03 02:09:51 +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