aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared-react/hooks/reader-settings.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: migrate trpc to the new react query integration mode (#2438)Mohamed Bassem10 days1-22/+27
| | | | | | | | | * refactor: migrate trpc to the new react query integration mode * more fixes * more migrations * upgrade trpc client
* feat: Add unified reader settings with local overrides (#2230)Evan Simkowitz2025-12-151-0/+285
* 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