summaryrefslogtreecommitdiff
path: root/apps/web/app
Commit message (Expand)AuthorAgeFilesLines
* fix: include feed name in unsubscribe notificationHEADmainFuwn2026-02-121-0/+2
* fix: keep scroll position stable when entry list re-sorts after read state ch...Fuwn2026-02-121-6/+7
* fix: prioritise unread entries server-side so they appear in all-entries viewFuwn2026-02-121-16/+11
* feat: add drag-and-drop reordering for feeds, folders, and custom feedsFuwn2026-02-121-296/+734
* feat: add previous/next navigation buttons on mobile detail viewFuwn2026-02-101-9/+36
* fix: query entry state directly instead of relying on unfiltered timelineFuwn2026-02-101-9/+26
* fix: let display density apply to main content panelFuwn2026-02-101-1/+1
* fix: exclude hidden feeds from total/folder unread counts onlyFuwn2026-02-101-5/+9
* feat: add scrollbar style setting (themed/native/hidden)Fuwn2026-02-103-0/+85
* fix: remove font size selector, always use default text-baseFuwn2026-02-102-24/+1
* feat: add unread priority option to push unread entries to topFuwn2026-02-102-1/+35
* feat: reorder feature grid by attention-grabbing impactFuwn2026-02-101-21/+21
* fix: use md/lg breakpoints for 3/4-column feature gridFuwn2026-02-102-2/+2
* fix: use max-w-screen-xl for features section to fit 4-column gridFuwn2026-02-101-1/+1
* fix: widen features section to allow 4-column grid on xl screensFuwn2026-02-101-1/+1
* fix: widen feature grid to 4 columns on xl screensFuwn2026-02-101-1/+1
* fix: remove typography mention from feature gridFuwn2026-02-101-1/+1
* fix: refine feature grid copy for customisation and API cardsFuwn2026-02-101-2/+2
* feat: add missing features to marketing feature gridFuwn2026-02-101-0/+30
* feat: add offline reading row to pricing comparison tableFuwn2026-02-101-0/+6
* feat: gate offline reading to pro and developer plansFuwn2026-02-104-1/+32
* feat: add automatic timeline refresh with scroll position preservationFuwn2026-02-103-1/+44
* feat: scoped mark-all-read, share enhancements, notification z-indexFuwn2026-02-106-13/+110
* fix: service worker cross-origin image handling and CI env varsFuwn2026-02-101-1/+2
* refactor: use Supabase Auth display name instead of custom columnFuwn2026-02-103-12/+6
* fix: reduce lint warnings from 34 to 0Fuwn2026-02-1016-38/+20
* fix: P2 security hardening and tier limit parityFuwn2026-02-102-51/+19
* fix: P0 correctness/security fixes and P1 lint error resolutionFuwn2026-02-096-28/+47
* fix: P0 correctness and security fixesFuwn2026-02-0911-10/+11
* feat: offline support tier 3 — mutation queue and image cachingFuwn2026-02-092-3/+91
* feat: offline support tier 2 — prefetch entry content and SW runtime cachingFuwn2026-02-092-7/+30
* feat: offline support tier 1 — IndexedDB query persistence and offline bannerFuwn2026-02-093-4/+66
* fix: add spacing between collapsible appearance settings sectionsFuwn2026-02-091-1/+1
* ui: group appearance settings into collapsible sectionsFuwn2026-02-091-197/+228
* ui: reorder sidebar footer, import/export tab, and subscription actionsFuwn2026-02-093-47/+47
* feat: add per-feed "hide from timeline" optionFuwn2026-02-093-1/+21
* fix: elevate to AAL2 before password/email change when MFA is enabledFuwn2026-02-091-2/+62
* fix: update marketing page copy and add missing pricing rowsFuwn2026-02-082-5/+17
* security: sanitize HTML in marketing demoFuwn2026-02-081-2/+3
* security: harden API routesFuwn2026-02-087-15/+75
* feat: truncate action bar button labels on mobile portraitFuwn2026-02-081-2/+2
* fix: mobile scroll preservation, bottom toolbar for detail panelFuwn2026-02-082-66/+84
* feat: add toolbar position setting (top or bottom)Fuwn2026-02-082-82/+115
* feat: enforce tier-based history retention (14d free, 90d pro/dev)Fuwn2026-02-082-3/+3
* feat: add Umami analytics (production only)Fuwn2026-02-081-0/+8
* fix: toast notification z-index behind entry panelFuwn2026-02-081-0/+1
* feat: show tier-specific welcome message on subscription activationFuwn2026-02-081-1/+2
* fix: invoice.paid handler now retrieves subscription for correct tier resolutionFuwn2026-02-081-16/+13
* debug: add webhook signature verification loggingFuwn2026-02-081-1/+5
* feat: enable promotion codes on Stripe checkoutFuwn2026-02-081-0/+1