cc
c13f83e3f7
Replace @pierre/diffs with custom diff viewer to fix freeze
...
The @pierre/diffs library was causing the browser to freeze when
comparing certain versions. Implemented a simple line-based diff
that only shows added/removed lines.
2026-04-14 17:17:02 +02:00
cc
3f035977cd
Use @pierre/diffs library for side-by-side diff view
...
- Replace custom diff implementation with @pierre/diffs FileDiff component
- Add proper indentation to normalized plist output for accurate diffing
- Keep key-level diff summary for quick overview
2026-04-14 17:05:43 +02:00
cc
c16a8e9f4d
Remove WASM SQLite engine and skip database download
...
KV backend is now the only data source - no need for SQLite.
2026-04-14 16:58:11 +02:00
cc
0f0a3ab28e
initial: refactor web frontend from monorepo with WASM SQLite3 engine
2026-04-10 20:08:02 +00:00