feat: add date pagination to news app
Convert news app from sequential timeline with "load more" to date-paged
view with app bar navigation. Now matches pattern used by calendar, todos,
and tokens apps.
- Add index route redirecting to today's date
- Add day-based route with adjacent_days navigation
- Create app_bar.html with shared date_nav.html
- Rewrite workspace.html for single-day view
- Support all-facet mode showing multiple newsletters with headers
- Support specific-facet mode showing single newsletter
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>