New Features
- Complete UI redesign: replaced Bootstrap 2 + jQuery with Vite 6 + Tailwind CSS 4 + ECharts 5
- Dark / light theme with automatic system detection and manual toggle
- KPI cards on the dashboard showing total visits, unique domains, active days, and today's count
- New
/searchpage with virtual scroll — handles 10k+ records without lag, with client-side instant filter - New
/db(Database) page: database status, per-browser visit breakdown, import history, and in-browser backup with live progress - Backup via web UI supports custom history file paths, disable auto-detect, and dry-run mode
- Case-insensitive search by default (toggle available in navbar)
- Chronological search results accessible from the List button in navbar
What's Changed
- feat(web): Add keyword search results to index page by @jiacai2050 in #30
- docs: add frontend redesign spec by @jiacai2050 in #31
- polish: remove subtext from daily chart title by @jiacai2050 in #32
Full Changelog: v0.3.5...v0.4.0