The original iPodderX layout: toolbar, places, item table, Files pane
- A toolbar across the window with the original's groups: add and unsubscribe, play, mark read and keep for the selected item, scan, a search box for what is showing, and Settings and Log (admins only). - Directory, Popular and All Subscriptions sit at the top of the feed list and open in the main pane; the Popular and Directory buttons and their dialogs are gone. - All Subscriptions lists every item from every feed you subscribe to: GET /api/entries, the per-feed query with its scope widened. The enclosure lookup after it matches files to rows by feed and guid, since a page can now span feeds. - Items are a table (unread, kept, item, feed, file, published) with a Files pane beside it, the text below, and a status bar with totals. On a phone the files follow the text and the table is title and date. - Tests: enclosures are checked in #files; the toolbar's read, keep and play act on the selected item; All Subscriptions holds only your feeds. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016HdTEWQNrzyFULijigkmMn
This commit is contained in:
@@ -6,6 +6,32 @@ reasoning lives. New write-ups go at the top.
|
||||
|
||||
See [README.md](../README.md) for what the thing is.
|
||||
|
||||
## 2026-09-11 — The original's layout
|
||||
|
||||
Ray pointed at a screenshot of the Mac app (techpp.com, 2012) and asked for its panes, its
|
||||
toolbar, and a Directory that lives in the feed list rather than behind a button. What it had, and
|
||||
what ipx now does:
|
||||
|
||||
- A toolbar across the window: subscribe and unsubscribe, play, flag, refresh, and a search box
|
||||
scoped to the feed on show. ipx's has the same groups, acting on the selected feed and item, with
|
||||
Settings and Log at the right end, for admins only.
|
||||
- A source list opening with Directory, Playlist Builder and All Subscriptions above the feeds.
|
||||
ipx has Directory, Popular and All Subscriptions there, opening in the main pane. Playlist
|
||||
Builder is left out, since nothing here builds playlists.
|
||||
- The entries as a table, with a Files pane beside it and the entry below. The columns are unread,
|
||||
kept, the item, its feed, its file and when. Sorting by column is not done yet.
|
||||
- A status bar with the totals for what is on show.
|
||||
|
||||
All Subscriptions needed one new endpoint, `GET /api/entries`. It is the per-feed query with
|
||||
`feed_id = ?` swapped for the person's subscriptions. The enclosure lookup that follows it used to
|
||||
filter by feed as well; a page can now span feeds, so each file is matched to its row by feed and
|
||||
guid instead.
|
||||
|
||||
A phone has no room for a pane beside the table, so there the files follow the item's text in the
|
||||
full-screen reader, and the table drops to title and date.
|
||||
|
||||
---
|
||||
|
||||
## 2026-09-11 — Popular on this server
|
||||
|
||||
The old iPodderX had a directory of podcasts and a top-feeds list. The open-sourced engine shows how
|
||||
|
||||
Reference in New Issue
Block a user