|
|
dbf638f0af
|
Refactor code by removing unnecessary comments and adjusting line changes handling
|
2025-05-25 06:53:38 +02:00 |
|
|
|
5cc5548765
|
Add multiple comments in main.js
|
2025-05-25 06:52:28 +02:00 |
|
|
|
6855a72c81
|
Add comment in main.js
|
2025-05-25 06:52:28 +02:00 |
|
|
|
f8deb4d83b
|
Add exclamation marks to comment indicating potential issue
|
2025-05-25 06:51:47 +02:00 |
|
|
|
a576aadbc2
|
Comment out linesChanged and llmCandidates initialization in createTray
|
2025-05-25 06:51:47 +02:00 |
|
|
|
57c6ea2f4b
|
Update lastHeadHash for existing folder
|
2025-05-25 06:51:47 +02:00 |
|
|
|
257bb9a9c6
|
auto-git:
[change] main.js
|
2025-05-25 06:42:43 +02:00 |
|
|
|
bd8bca0cee
|
Remove unused code for adding and removing folders in main.js
|
2025-05-25 06:40:20 +02:00 |
|
|
|
0b95e5240c
|
Refactor folder addition logic and update IPC handlers
|
2025-05-25 06:39:20 +02:00 |
|
|
|
a3c0b5e5b0
|
Add new function to add folder by path
|
2025-05-25 06:39:20 +02:00 |
|
|
|
f2efbb23fa
|
Add drag and drop functionality for folders in renderer.js
|
2025-05-25 06:33:52 +02:00 |
|
|
|
967e27d1b9
|
Refactor drag-and-drop functionality in main.js and renderer.js
|
2025-05-25 06:12:43 +02:00 |
|
|
|
4b9545d780
|
auto-git:
[change] main.js
|
2025-05-25 06:11:59 +02:00 |
|
|
|
3eb6fca935
|
Remove redundant code and simplify folder addition logic in main.js
|
2025-05-25 06:11:35 +02:00 |
|
|
|
fbfde5d17e
|
Fix code formatting and minor adjustments in main.js
|
2025-05-25 06:10:55 +02:00 |
|
|
|
57ce95541a
|
Refactor folder addition logic and add IPC handlers for adding folders
|
2025-05-25 06:09:11 +02:00 |
|
|
|
2d13ed9a25
|
Add function to initialize Git repository
|
2025-05-25 06:09:11 +02:00 |
|
|
|
950640152d
|
auto-git:
[change] main.js
|
2025-05-25 06:05:08 +02:00 |
|
|
|
fa5fc95356
|
Enable monitoring toggle only if folder does not need relocation
|
2025-05-25 06:04:37 +02:00 |
|
|
|
6d4e3fbf36
|
Refactor and enhance folder monitoring logic in main.js
|
2025-05-25 05:58:46 +02:00 |
|
|
|
ced0223d55
|
Update styling for relocation warning symbol in index.html
|
2025-05-25 05:43:38 +02:00 |
|
|
|
f8f4a21650
|
Add relocation warning and disable play/pause button if folder needs relocation
|
2025-05-25 05:43:11 +02:00 |
|
|
|
9f53c1e256
|
auto-git:
[change] renderer.js
|
2025-05-25 05:39:38 +02:00 |
|
|
|
205be92f54
|
auto-git:
[change] preload.js
|
2025-05-25 05:32:44 +02:00 |
|
|
|
562748952b
|
Remove duplicate folder update event listener in renderer.js
|
2025-05-25 05:32:44 +02:00 |
|
|
|
40ca66b930
|
Remove redundant renderSidebar call in renderer.js
|
2025-05-25 05:32:44 +02:00 |
|
|
|
d4e3284cfd
|
Call renderSidebar on folder update in renderer.js
|
2025-05-25 05:32:44 +02:00 |
|
|
|
5f54c9a04a
|
Add folder updated event listener in preload.js
|
2025-05-25 05:32:44 +02:00 |
|
|
|
3166c4279c
|
auto-git:
[change] main.js
|
2025-05-25 05:22:58 +02:00 |
|
|
|
171c9fbf10
|
Add check for relocation and existence before commit
|
2025-05-25 05:22:06 +02:00 |
|
|
|
2d5abf1feb
|
Add check for relocation and existence before snapshot
|
2025-05-25 05:22:06 +02:00 |
|
|
|
b84d469960
|
Fix return value when folder needs relocation or does not exist during checkout
|
2025-05-25 05:22:06 +02:00 |
|
|
|
4c1f4f347e
|
Add check for relocation and existence before checkout
|
2025-05-25 05:22:06 +02:00 |
|
|
|
95d359a903
|
Return null instead of undefined when folder needs relocation or does not exist during revert
|
2025-05-25 05:20:24 +02:00 |
|
|
|
3859516fe6
|
Add check for relocation or non-existent folder before performing diff
|
2025-05-25 05:20:24 +02:00 |
|
|
|
9ab8a66cb9
|
Fix return value when folder needs relocation or does not exist
|
2025-05-25 05:20:24 +02:00 |
|
|
|
9cc35b38c7
|
Add check for relocation or non-existent folder before removing .git directory
|
2025-05-25 05:20:24 +02:00 |
|
|
|
aaacaa9e2d
|
Refactor 'has-diffs' handler to check for relocation and file existence
|
2025-05-25 05:18:00 +02:00 |
|
|
|
2bd9ecb4b7
|
Revert unnecessary comment in renderer.js
|
2025-05-25 05:18:00 +02:00 |
|
|
|
763817a6ee
|
Add comment to clarify hash comparison logic
|
2025-05-25 05:18:00 +02:00 |
|
|
|
337aa63ec3
|
Refactor folder relocation logic by adding hash verification step
|
2025-05-25 05:11:26 +02:00 |
|
|
|
fd4460a665
|
Implement folder relocation logic with Git validation
|
2025-05-25 05:08:49 +02:00 |
|
|
|
0253a5c9d6
|
Add function to check if repo has a specific commit
|
2025-05-25 05:08:48 +02:00 |
|
|
|
d4c83d8df5
|
Add IPC handler to check if commit exists in any branch of the repository
|
2025-05-25 05:07:21 +02:00 |
|
|
|
8d7f1c41d6
|
Add lastHeadHash to folder object
|
2025-05-25 05:07:21 +02:00 |
|
|
|
e51694ed40
|
Add lastHeadHash to folder object when initializing git repo
|
2025-05-25 05:06:27 +02:00 |
|
|
|
884778b7ed
|
Expose 'pick-folder' method in main.js using IPC
|
2025-05-25 04:51:23 +02:00 |
|
|
|
c893170cd1
|
Fix comment in preload.js regarding folder picker exposure
|
2025-05-25 04:51:23 +02:00 |
|
|
|
819b1789a2
|
Add new methods to preload.js for Git repository operations
|
2025-05-25 04:51:23 +02:00 |
|
|
|
f11ea9ebb5
|
Add folder relocation logic in renderer.js
|
2025-05-25 04:50:33 +02:00 |
|