Minor UI changes (#1110)

* ui: add devices count from #1078

* ux: save sortMode in localStorage from #1024

* fix: reload component when system switch to "up"

* ux: move running systems to desc field
This commit is contained in:
Augustin ROLET
2025-09-01 00:16:25 +02:00
committed by GitHub
parent 57a1a8b39e
commit 3dbcb5d7da
2 changed files with 15 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"version": "0.12.6",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "lingui extract --overwrite && lingui compile && vite build",
"preview": "vite preview",
"sync": "lingui extract --overwrite && lingui compile",