What's Changed
Analytics page improvements from issue #14.
- Bandwidth card fix - Decimal-as-JSON-string was capping the Y-axis; now coerced to int.
- Selectable chart granularity - Auto / Hourly / Daily selector; never RAW above 24h, falls back to
get_stats_granularity, avoids hourly buckets on ranges above 7d. - Top IPs and Top Countries / Cities cards (new API endpoints + tables).
- Custom absolute date-range picker (mobile-friendly); fixed a UTC-vs-local off-by-offset bug and a dropdown-width clipping bug.
- Country / City / IP filters (multi-select + manual IP entry) wired to all charts and top-lists.
- CAGG gap backfill - recovers history that predates refresh coverage so charts and top-lists agree.
- Pagination on all top-lists (10 rows/page) so the page does not scroll far.
Full Changelog: v0.2.2-dev.3...v0.2.2-dev.4