Commit Graph

6 Commits

Author SHA1 Message Date
Tiger Ren d5a4eac1ae Add sync functionality and remove configuration HTML
- Implemented 'start-sync' IPC event in main.js to initiate synchronization with provided configuration.
- Added a 'Sync Now' button in index.html to trigger the sync process.
- Updated renderer.js to handle sync button click, ensuring both destination folder and OneDrive source path are set before proceeding.
- Removed obsolete config.html file as its functionality is now integrated into the main application flow.
- Enhanced styles for the new sync button in styles.css.
2025-01-08 01:00:49 +08:00
Tiger Ren b9248eecb9 seperate js from html 2025-01-07 13:15:55 +08:00
Tiger Ren 11b95dfde5 handle config save 2025-01-07 12:12:40 +08:00
Tiger Ren 5ae99d4b74 lazy load configuration button 2025-01-07 12:01:48 +08:00
Tiger Ren c78f56e2f5 seperate css file, and better look for config panel 2025-01-07 11:58:30 +08:00
Tiger Ren 8b519a85bc make configuration slideble 2025-01-07 11:46:02 +08:00