platypush/platypush/backend/http/webapp/src
Fabio Manganiello 7906ee2c49
Entity components style improvements.
Multiple style improvements for the entity components. Among these:

- A more consistent style for entity values and toggler buttons.
- Fixed overflowing/underflowing entities on smaller/larger screen
  sizes.
- Simplified the stylesheets for many entities as many component classes
  have now been moved to `common.scss`.
2023-04-30 22:32:50 +02:00
..
assets Added frontend component for the `Variable` entity. 2023-04-29 11:37:21 +02:00
components Entity components style improvements. 2023-04-30 22:32:50 +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