Wox/.husky
qianlifeng 405346cc09
refactor(setting): refactor settings management to use a unified store interface and migrate from JSON to SQLite database
- Introduced a new `Store` struct for managing Wox settings and plugin settings with GORM.
- Implemented migration logic to transfer settings from old JSON files to the new SQLite database.
- Updated the `Value` type to handle lazy loading and persistence of setting values.
- Refactored existing settings access in the UI and other components to utilize the new store.
- Added migration tests to ensure data integrity during the transition.
- Enhanced logging for better traceability during migration and settings updates.
2025-07-17 13:53:14 +08:00
..
pre-commit refactor(setting): refactor settings management to use a unified store interface and migrate from JSON to SQLite database 2025-07-17 13:53:14 +08:00
prepare-commit-msg refactor(setting): refactor settings management to use a unified store interface and migrate from JSON to SQLite database 2025-07-17 13:53:14 +08:00