fix: improve command palette actions and automation condition button
All checks were successful
Lint & Test / test (push) Successful in 1m16s

- Action items (start/stop, enable/disable) no longer close the palette
- Action items toggle state after success (Start→Stop, Enable→Disable)
- Toast z-index raised above command palette backdrop (3000→3500)
- Automation condition remove button uses ICON_TRASH SVG instead of ✕
This commit is contained in:
2026-03-26 02:21:52 +03:00
parent 3e0bf8538c
commit c0853ce184
3 changed files with 50 additions and 42 deletions

View File

@@ -49,7 +49,7 @@
--z-log-overlay: 2100;
--z-confirm: 2500;
--z-command-palette: 3000;
--z-toast: 3000;
--z-toast: 3500;
--z-overlay-spinner: 9999;
--z-lightbox: 10000;
--z-connection: 10000;