feat: Update dashboard to match design system (#16)
authorStefan Gasser <redacted>
Sat, 10 Jan 2026 16:47:28 +0000 (17:47 +0100)
committerGitHub <redacted>
Sat, 10 Jan 2026 16:47:28 +0000 (17:47 +0100)
commit74c9202bc4934914a1fd48b2d767e415efad9279
treea782c23d0277e63803efc0f1b35811b624ffc571
parent3958cefec7c3e968db345fc88bc2c79aad1041aa
feat: Update dashboard to match design system (#16)

* feat: Update dashboard to match design system

- Apply design system tokens (colors, typography, radius, shadows)
- Add branded "Redaction Bar Loader" animation for loading/empty states
- Add favicon route serving inline SVG
- Update README with wordmark SVG and optimized screenshot
- Move assets to assets/ folder (logo, wordmark, favicon, dashboard)

* fix: Formatting and browser compatibility fixes

- Fix biome formatting in favicon route (multi-line object)
- Add color-mix() fallback for card hover effect (older browsers)
README.md
assets/dashboard.png [new file with mode: 0644]
assets/favicon.svg [new file with mode: 0644]
assets/logo-dark.svg [new file with mode: 0644]
assets/logo-light.svg [new file with mode: 0644]
assets/wordmark-dark.svg [new file with mode: 0644]
assets/wordmark-light.svg [new file with mode: 0644]
docs/dashboard.png [deleted file]
src/index.ts
src/views/dashboard/page.tsx
git clone https://git.99rst.org/PROJECT