mirror of
https://github.com/firstsun-dev/git-files-sync.git
synced 2026-07-22 17:20:30 +00:00
- Implement conflict detection in pushFile and pullFile using SHA comparison.
- Use SyncConflictModal to prompt users for manual resolution ('Use local' or 'Use remote').
- Added unit tests in sync-manager.test.ts to verify conflict handling logic.
- Fixed linting issues related to unhandled promises and mock type safety.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
10 lines
No EOL
287 B
JSON
10 lines
No EOL
287 B
JSON
{
|
|
"id": "gitlab-files-push",
|
|
"name": "GitLab Files Push",
|
|
"version": "1.0.0",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "Push and pull individual notes to GitLab across mobile and desktop.",
|
|
"author": "tianyao",
|
|
"authorUrl": "https://github.com/tianyao",
|
|
"isDesktopOnly": false
|
|
} |