mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo.git
synced 2026-09-21 16:52:01 -07:00
The /posts/recent posts page now shows a row of two mode buttons. On first load it selects Following when the viewer's address follows at least one account (via GET /follow/following/:addr) and Recent otherwise, and switching tabs resets the feed to its first page. The /posts/following route and its navbar item are removed, so the Following feed is reached only through the Following button. Add the testable FeedTabsPage controller with unit coverage and the acceptance handlers for feed-tabs. Also drop the Feed Tabs - 4 assertion that the global Recent feed hides a followed author's post: /posts/recent is the global feed, so followed posts appear in both tabs. Approved by the user. By coder.