Commit Graph

3 Commits

Author SHA1 Message Date
Tiger Ren 3d8cffac3f Refactor sync process to use new token retrieval method and update dependencies
- Updated node-fetch to version 2.6.7 to resolve compatibility issues
- Modified main.js to handle new async token retrieval approach
- Simplified start-sync IPC handler to prepare for new authentication flow
- Updated package.json and package-lock.json to reflect dependency changes
- Adjusted renderer.js to work with new GraphApiClient token retrieval method
2025-01-29 01:25:31 +08:00
Tiger Ren edec168bad use new lib to get token 2025-01-23 00:36:44 +08:00
Tiger Ren 80ef6e881c Refactor sync process and enhance video handling for OneDrive integration
- Updated 'start-sync' IPC event to process video files, specifically filtering for .mov and .mp4 formats.
- Improved error handling and logging to provide feedback on video item retrieval and download status.
- Integrated Graph API client for folder content retrieval prior to sync initiation.
- Enhanced user feedback mechanisms for sync completion and error reporting.
- Updated renderer.js to manage UI states during the sync process.
2025-01-17 01:45:51 +08:00