cherry-studio/src/main/data
fullex 72f32e4b8f feat(preferences): add getAll method and IPC handler for retrieving all preferences
This commit introduces a new IPC channel and handler for fetching all user preferences at once, enhancing the efficiency of preference management. The PreferenceService is updated with a getAll method to retrieve all preferences from the memory cache, and the renderer-side PreferenceService is adjusted to support this new functionality. Additionally, type safety improvements are made across the preference handling code, ensuring better consistency and reducing potential errors.
2025-08-12 01:01:22 +08:00
..
__tests__ feat(preferences): add getAll method and IPC handler for retrieving all preferences 2025-08-12 01:01:22 +08:00
db refactor(preferences): enhance preference handling with type safety and improved IPC methods 2025-08-11 22:58:30 +08:00
migrate/dataRefactor refactor(preferences): enhance preference handling with type safety and improved IPC methods 2025-08-11 22:58:30 +08:00
PreferenceService.ts feat(preferences): add getAll method and IPC handler for retrieving all preferences 2025-08-12 01:01:22 +08:00