summaryrefslogtreecommitdiff
path: root/apps/web/app/reader/highlights/_components
Commit message (Collapse)AuthorAgeFilesLines
* fix: reduce lint warnings from 34 to 0Fuwn2026-02-101-1/+2
| | | | | | | | | Disable no-img-element (RSS reader needs <img> for arbitrary external URLs). Remove unused variables/imports and redundant getUser() calls guarded by middleware. Fix exhaustive-deps by adding stable deps, wrapping handlers in useCallback, and suppressing intentional omissions. Fix ref cleanup in use-realtime-entries. Allow triple-slash TS reference directives in no-comments rule.
* feat: asa.news RSS reader with developer tier, REST API, and webhooksFuwn2026-02-071-0/+452
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.