You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add backup and restore functionality with localization support
- Introduced `SajiloBackup` struct for exporting and importing user preferences and day plans.
- Implemented `exportBackup` and `importBackup` methods in `AppModel` to handle backup operations.
- Added `SajiloBackupDocument` for file handling of backup data in JSON format.
- Enhanced `SettingsView` with UI elements for exporting and importing backups, including alerts for user feedback.
- Updated localization files to include new strings related to backup functionality in both English and Nepali.
- Added unit tests for `SajiloBackup` to ensure data integrity during encoding and decoding processes.
- Integrated a mini player in `DashboardView` for improved radio playback experience.
0 commit comments