mirror of
https://github.com/dergigi/boris.git
synced 2025-12-25 02:24:25 +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