1
0
Commit Graph

367 Commits

Author SHA1 Message Date
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
884778b7ed Expose 'pick-folder' method in main.js using IPC 2025-05-25 04:51:23 +02:00
e4dcd636a6 Add IPC handlers for git repository checks and folder relocation 2025-05-25 04:49:20 +02:00
8bcfd7a9e6 auto-git:
[change] main.js
2025-05-25 04:34:05 +02:00
823f9151bf auto-git:
[change] main.js
2025-05-25 04:28:59 +02:00
f9f9c51b9d auto-git:
[change] main.js
2025-05-25 04:23:52 +02:00
4763b66f6c auto-git:
[change] main.js
2025-05-25 04:05:26 +02:00
76c35efd31 Refactor folder location check and event handling in main.js 2025-05-25 03:57:23 +02:00
47ed7c2133 auto-git:
[change] main.js
2025-05-25 03:41:33 +02:00
345e040467 auto-git:
[change] main.js
2025-05-25 03:32:19 +02:00
c8b8ac8dda Add visual indicator for relocated folders and update commit logic to handle missing folders 2025-05-25 03:01:50 +02:00
d78576056c auto-git:
[change] main.js
2025-05-25 01:46:11 +02:00
1dcf3b645b auto-git:
[change] main.js
2025-05-25 01:45:22 +02:00
61337930d7 auto-git:
[change] main.js
2025-05-25 01:22:15 +02:00
2affdbdb5b Refactor autostart handling in main.js 2025-05-25 00:04:57 +02:00
863d5ab497 Refactor main.js to clean up on exit and open dev tools in detached mode 2025-05-25 00:03:44 +02:00
84e133ac10 Refactor settings menu and add autostart/close-to-tray options 2025-05-25 00:02:11 +02:00
d72f661548 auto-git:
[change] main.js
2025-05-24 23:52:46 +02:00
9e2dfdd23f auto-git:
[change] main.js
2025-05-24 23:52:41 +02:00
5d6976b061 auto-git:
[change] main.js
2025-05-24 23:52:31 +02:00
b7f47a2d20 Refactor code formatting in main.js 2025-05-24 23:52:11 +02:00
1f44370949 Refactor tray menu options for monitoring actions 2025-05-24 23:51:46 +02:00
aa7fcc297c auto-git:
[change] main.js
2025-05-24 22:31:40 +02:00
0c9a2452e3 Add tray icon functionality for Auto-Git application 2025-05-24 22:31:11 +02:00
0ca0e9df36 Resize tray icon in main.js 2025-05-24 22:29:56 +02:00
2ff333d211 auto-git:
[change] main.js
2025-05-24 21:50:51 +02:00
bf21220988 auto-git:
[change] main.js
2025-05-24 21:46:40 +02:00
13d82878a0 auto-git:
[change] main.js
2025-05-24 21:46:32 +02:00
a21b28923f Update tray icon path and refactor tray menu construction 2025-05-24 21:42:57 +02:00
cf33222370 Refactor main.js to include tray functionality 2025-05-24 21:38:39 +02:00
47f300b5cc Remove commented-out code from main.js 2025-05-24 21:31:45 +02:00
6ea985c377 Add autocommit test in main.js 2025-05-24 21:31:25 +02:00
72480d0eca auto-git:
[change] main.js
2025-05-24 21:28:02 +02:00
cb6b51c52f Update model prompts and simplify logic in main.js 2025-05-24 21:27:48 +02:00
220fa0eb54 Refactor commit message handling and add short hash support 2025-05-24 21:27:17 +02:00
09cd5bbdb5 auto-git:
[change] main.js
2025-05-24 21:15:36 +02:00