feat(ui): 2.0.0-alpha.12 — editable Sacred Valley layout

Edit-layout mode: per-card resize (S/M/L), show/hide with a hidden-cards tray,
drag-to-reorder via a dedicated grip handle, and reset-to-default. Persists via
the existing /api/dashboard/layout (order/sizes/hidden) — no backend change.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
root
2026-06-04 18:15:08 +10:00
parent ce26895d8e
commit ae3a45251d
5 changed files with 165 additions and 27 deletions

View File

@@ -10,7 +10,7 @@ import { router as iconsRouter } from './lib/api/routes/icons.js';
import { startCron } from './lib/cron/index.js';
import { seedFromConfig } from './lib/health/registry.js';
const VERSION = '2.0.0-alpha.11';
const VERSION = '2.0.0-alpha.12';
export function createApp() {
const app = express();