4 Commits

Author SHA1 Message Date
cc c7b22f9cf9 Fix nested scrollbar issue on keys page, add local data proxy
- Change root layout from min-h-screen to h-screen with overflow-hidden
  to properly constrain viewport height
- Add min-h-0 to main element to allow flex shrinking
- Add rewrite rule to proxy /data/* to production data URL for local dev
- Make output: "export" conditional (production only) since rewrites
  require server mode
2026-04-15 17:37:33 +02:00
cc a6f90462a5 Improve footer and version history display
- Add build timestamp to footer
- Rename GitHub links for clarity (Source Code, Firmware Indexer, Raw Data)
- Remove height limit from version history sidebar
2026-04-14 19:51:49 +02:00
codecolorist 7690ba766e Fix base path and restore wasm engine 2026-04-14 13:56:08 +00:00
cc 0f0a3ab28e initial: refactor web frontend from monorepo with WASM SQLite3 engine 2026-04-10 20:08:02 +00:00