summaryrefslogtreecommitdiff
path: root/apps/web/app/reader/_components/highlight-selection-toolbar.tsx
Commit message (Collapse)AuthorAgeFilesLines
* feat: share with highlighted excerpt and fix auth redirect URLsFuwn2026-02-081-0/+9
| | | | | | | | | Add "share" button to text selection toolbar so users can share an entry with a highlighted passage visible to visitors. The public share page renders the highlight and scrolls to it on load. Also fix magic link and password reset redirects to use NEXT_PUBLIC_APP_URL instead of window.location.origin so emails link to the production domain.
* feat: asa.news RSS reader with developer tier, REST API, and webhooksFuwn2026-02-071-0/+80
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.