feat: add multi-view reader with Channels, Deck, and Timeline views

Three reader views accessible via icon toolbar:
- Channels: existing view (renamed), per-channel timelines
- Deck: TweetDeck-style configurable columns with compact cards
- Timeline: all channels merged chronologically with colored borders

Includes channel color palette, cross-channel query, deck config
storage, session-based view preference, and view switcher partial.
This commit is contained in:
Ricardo
2026-02-26 14:42:00 +01:00
parent 6833f6f5f2
commit 26225f1f80
14 changed files with 962 additions and 3 deletions

View File

@@ -94,6 +94,11 @@
"title": "Preview",
"subscribe": "Subscribe to this feed"
},
"views": {
"channels": "Channels",
"deck": "Deck",
"timeline": "Timeline"
},
"error": {
"channelNotFound": "Channel not found",
"feedNotFound": "Feed not found",