4 Commits
Author SHA1 Message Date
retoor f76c44a7e6 feat: add scroll state persistence to RantFeed with per-page state keys
Implement saveScrollState, restoreScrollState, and clearScrollState methods in RantFeed component, storing anchor rant ID and scroll offset per page. Wire up initFeed calls in CollabsPage, HomePage, StoriesPage, WeeklyPage, and SearchPage to set unique state keys (feed_state_collabs, feed_state_home, etc.) enabling seamless scroll restoration on navigation back.
2025-12-12 18:26:17 +00:00
retoor 29efd2b13a feat: add BlockService integration with filtered rants, comments, and notifications across UI components 2025-12-10 14:39:19 +00:00
retoor 88673f6ea9 feat: add PWA install prompt handling and install button in settings page 2025-12-04 19:33:22 +00:00
retoor 4c04da32b0 chore: scaffold Rantii project with README, icons, CSS, and JS directory structure 2025-12-04 19:29:35 +00:00