1b6b980af0604da5fa5cdc5258d2e1b40fbe8dd1
the /dashboards list row was a <div onClick> that set SELECTED_DASHBOARD_KEY (a global) with no url change on-page, so selection wasn't deep-linkable and the row wasn't a real link. selection now lives in the url as ?selected=<id>, read by the list, the screen (mobile panel), and the preview. rows are real <Link>s (edit/delete kept as sibling buttons, not nested in the anchor); the preview + its "open" link are unchanged. edit-save and delete update/clear the param. NOT runtime-tested yet (server not restarted) — verify the /dashboards preview, create/edit/delete, and mobile panel flows on next restart. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Description
No description provided
42 MiB
Languages
TypeScript
90.9%
Shell
4.7%
JavaScript
4.1%
CSS
0.2%
HTML
0.1%