platypush/platypush/backend/http/webapp/src/components/panels
Fabio Manganiello 6e1ab92298
continuous-integration/drone/push Build is passing Details
New components cache management.
The cache is no longer generated at runtime when the application runs -
which may take quite a while, especially on fresh installations.

A `components.json.gz` file is instead generated by the CI/CD process on
every commit to the main branch, and distributed with the package.

The application will read this file when the `inspect` plugin is first
initialized.

This also means that we can no longer cache the `install_cmds`, as they
change depending on the target OS. A new
`application.get_install_commands` action has now been made available to
the UI, so it can get the correct installation commands at runtime.
2024-01-06 22:21:59 +01:00
..
Alarm [alarm] Added `media_repeat` configuration. 2023-12-18 13:46:45 +01:00
Camera Normalize the size of the camera frame container from window size. 2023-08-07 00:38:19 +02:00
CameraAndroidIpcam Finalized migration of camera and sound plugins 2021-02-17 01:02:57 +01:00
CameraCv Migrated camera.cv/camera.ffmpeg/camera.gstreamer UI panels 2021-02-16 01:51:37 +01:00
CameraFfmpeg Migrated camera.cv/camera.ffmpeg/camera.gstreamer UI panels 2021-02-16 01:51:37 +01:00
CameraGstreamer Migrated camera.cv/camera.ffmpeg/camera.gstreamer UI panels 2021-02-16 01:51:37 +01:00
CameraIrMlx90640 Set better default scaling for camera.ir.mlx90640 UI 2021-02-16 22:57:09 +01:00
CameraPi Migrated camera.pi and camera.ir.mlx90640 UI panels 2021-02-16 20:14:20 +01:00
Entities [Entities UI] Don't disable/set loading=true on properties during initial refresh. 2023-12-30 04:42:51 +01:00
Execute Extracted `ActionEditor` from the `Execute` plugin. 2023-12-12 23:33:16 +01:00
Extensions New components cache management. 2024-01-06 22:21:59 +01:00
Light Added light UI entity component 2022-05-01 15:35:20 +02:00
LightHue A bit of padding for LightHue on mobile 2022-11-26 01:19:52 +01:00
Media [YouTube] Added subscriptions+channels support. 2023-11-15 03:05:58 +01:00
MediaMplayer Migrating media plugins [WIP] 2021-01-05 00:50:24 +01:00
MediaMpv Migrating media plugins [WIP] 2021-01-05 00:50:24 +01:00
MediaOmxplayer Migrating media plugins [WIP] 2021-01-05 00:50:24 +01:00
MediaVlc Migrating media plugins [WIP] 2021-01-05 00:50:24 +01:00
Music [music UI] Implemented infinite scroll for playlist view. 2024-01-05 02:19:38 +01:00
MusicMpd [music UI] Implemented infinite scroll for playlist view. 2024-01-05 02:19:38 +01:00
MusicSnapcast [`snapcast`] Merged backend logic into the plugin. 2023-11-10 02:48:07 +01:00
MusicSpotify Added music.spotify UI integration 2021-07-20 01:35:21 +02:00
Rtorrent New media panel [WIP] 2021-01-14 00:15:35 +01:00
Settings [Settings UI] Added `Stop` and `Restart` application buttons. 2023-10-18 23:45:46 +02:00
Sound Better termination logic for the ffmpeg audio converter. 2023-06-16 11:47:37 +02:00
Torrent [Entities UI] Added `Expand`/`Collapse` and `Hide` actions to groups. 2023-10-14 14:02:17 +02:00
Tts Migrated switches plugin 2021-02-19 20:47:29 +01:00
TtsGoogle Migrated switches plugin 2021-02-19 20:47:29 +01:00
TvSamsungWs Migrated Samsung TV web panel 2021-02-20 01:18:05 +01:00
ZigbeeMqtt Proper support for color zigbee lights 2022-10-12 03:00:42 +02:00
Zwave Implemented the new zwavejs2mqtt features for adding and removing nodes 2022-10-14 23:28:02 +02:00
ZwaveMqtt Added zwave.mqtt plugin and backend [closes #186] 2021-04-12 02:45:59 +02:00
Panel.vue New template for index panel 2020-11-30 20:57:00 +01:00