mirror of
https://github.com/dergigi/boris.git
synced 2026-02-09 09:04:38 +01:00
- Create useSettings hook to handle settings loading, saving, and watching - Move settings-related logic out of Bookmarks component - Move font loading logic into the hook - Reduce Bookmarks.tsx from 221 to 167 lines (under 210 limit) - Keep code DRY by centralizing settings management - All lint and type checks pass