feat: add keep alive

This commit is contained in:
2026-07-26 17:56:25 +02:00
parent a157b5f198
commit 31f645ebb2
21 changed files with 1207 additions and 263 deletions

View File

@ -20,6 +20,7 @@
--font-mono: 'JetBrains Mono', 'SF Mono', Menlo, monospace;
/* ---------- Font ---------- */
--font-xxs: 0.66rem;
--font-xs: 0.75rem;
--font-sm: 0.875rem;
--font-md: 1rem;
@ -86,4 +87,7 @@
/* ---------- SideBar ---------- */
--sidebar-width-collapsed: calc(var(--header-height) * 0.85 + 2 * var(--space-3));
--sidebar-width-expanded: 200px;
/* ---------- DSP ---------- */
--dsp-control-heigth: 40vh;
}