misc linting, error handling and code-splitting

This commit is contained in:
2025-10-13 20:19:13 +02:00
parent 195cc47368
commit c8f828bfb0
10 changed files with 212 additions and 31 deletions

View File

@@ -37,6 +37,9 @@
--positive: #00d439;
--negative: #ff5449;
--warning: #ffa312;
--pulse-positive: rgba(0, 212, 57, 0.7);
--pulse-negative: rgba(255, 84, 73, 0.7);
--pulse-warning: rgba(255, 163, 18, 0.7);
--border: 1px solid #eaddd5;
--border-radius: 0.75rem;