1
0
Commit Graph

252 Commits

Author SHA1 Message Date
f31215540e auto-git:
[change] main.js
2025-05-25 20:01:23 +02:00
ec06e63b21 auto-git:
[change] main.js
2025-05-25 20:01:23 +02:00
5e303bc1f8 auto-git:
[change] main.js
2025-05-25 20:01:23 +02:00
5bebf61330 Add empty line before async function declaration in main.js 2025-05-25 20:01:23 +02:00
38ca777ee4 auto-git:
[change] main.js
2025-05-25 20:01:23 +02:00
c739c86eb9 Refactor: Increase port wait loop iterations in main.js 2025-05-25 20:01:23 +02:00
cb02a19d1d auto-git:
[change] main.js
2025-05-25 20:01:23 +02:00
99df9c4570 Fix: Remove unnecessary newline in main.js 2025-05-25 20:01:23 +02:00
3eeedc3e3b Add temporary hack to start Ollama if not running 2025-05-25 19:52:12 +02:00
4226d81476 Comment out unused variables in main.js 2025-05-25 07:29:28 +02:00
95b5672a5e Remove unused test code from main.js 2025-05-25 07:01:35 +02:00
a41f76d2fb Add test comments in main.js 2025-05-25 07:01:23 +02:00
91b3b0e658 auto-git:
[change] main.js
2025-05-25 06:58:18 +02:00
67fea4b6f9 auto-git:
[change] main.js
2025-05-25 06:57:53 +02:00
26613a8560 auto-git:
[change] main.js
2025-05-25 06:57:15 +02:00
193243605c auto-git:
[change] main.js
2025-05-25 06:57:09 +02:00
ef7b26dfba auto-git:
[change] main.js
2025-05-25 06:56:50 +02:00
ea4c977fa9 auto-git:
[change] main.js
2025-05-25 06:56:20 +02:00
57ccf25f95 auto-git:
[change] main.js
2025-05-25 06:55:53 +02:00
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
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
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
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