summaryrefslogtreecommitdiff
path: root/apps/web/app/reader/_components/notification-panel.tsx
Commit message (Collapse)AuthorAgeFilesLines
* feat: scoped mark-all-read, share enhancements, notification z-indexFuwn2026-02-101-1/+1
| | | | | | | | | - Mark all as read now scopes to current feed/folder instead of all - Added undo button to mark-all-read toast notification - Share notes can be toggled between public and private visibility - Track share view count and display in shares list - Activity-based share expiry: views reset the expiry timer - Fixed notification panel z-index layering behind content area
* fix: clicking notifications button while panel is open now correctly ↵Fuwn2026-02-081-1/+3
| | | | dismisses it
* feat: asa.news RSS reader with developer tier, REST API, and webhooksFuwn2026-02-071-0/+129
Full-stack RSS reader SaaS: Supabase + Next.js + Go worker. Includes three subscription tiers (free/pro/developer), API key auth, read-only REST API, webhook push notifications, Stripe billing with proration, and PWA support.