- Added BookmarkService for managing bookmark permissions, fetching bookmarks, and syncing with quicklinks.
- Introduced IconService for handling icon retrieval and custom uploads.
- Created utility functions for reading and writing quicklinks and groups to localStorage.
- Implemented migration logic for transitioning quicklinks data to a new format.
- Added SmartIcon component for displaying icons with fallback options.
- Developed AddModal styles and structure for adding links.
- Enhanced settings loading to support dynamic font loading from Google Fonts.
- Refactored isValidUrl function for improved readability.
- Cleaned up uninstall logic for photo packs in marketplace.
* refactor(files): Initial commit on experimental file structure
* refactor(structure): New components system
* refactor(structure): Tidy settings' components
* Refactor(structure): Component exports and imports
* refactor(settings): Use new component imports
* feat: unified background.js script
* fix(build): Partially, distributions still not ready
* feat: critical error on noscript, light theme support for it
* fix(background): Critical issue of code making every background #000
* refactor(welcome): Partition into different files + shared components
- This took too long and destroyed my sanity
---------
Co-authored-by: alexsparkes <turbomarshmello@gmail.com>
Co-authored-by: alexsparkes <alexsparkes@gmail.com>
- Make author div not load if quote is empty
- photoinformation taking too much of the screen
- more transitions and consistent transitions
- running prettier across all files
Co-authored-by: David Ralph <me@davidcralph.co.uk>