aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/readerSettings.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add unified reader settings with local overrides (#2230)Evan Simkowitz2025-12-151-0/+155
* Add initial impl * fix some format inconsistencies, add indicator in user settings when local is out of sync * Fix sliders in user settings, unify constants and formatting * address CodeRabbit suggestions * add mobile implementation * address coderabbit nitpicks * fix responsiveness of the reader settings popover * Move more of the web UI strings to i18n * update translations for more coverage * remove duplicate logic/definitions * fix android font family * add shared reading setting hook between web and mobile * unify reader settings context for both web and mobile * remove unused export * address coderabbit suggestions * fix tests