Commit graph

136 commits

Author SHA1 Message Date
Egor
576cfdbc02 dep upgrades, code refactors for the new eslint-plugin-react-hooks rules, maybe better DownloadCard progress 2025-10-09 13:59:53 -07:00
Egor
4a314177c7 remove the ability to launch configs from the tray as it's too hard to get right for very little use 2025-10-06 19:23:02 -07:00
Egor
913fc1d004 default cursor on titlebar icons, fix wayland crash on trying to hide a minimized app 2025-10-05 22:38:00 -07:00
Egor
f4a818e982 fix AUR-finding functionality for the "System" tab, fix window bounds saving when close-to-tray functionality is enabled 2025-10-05 15:55:48 -07:00
Egor
8c02a97129 update deps 2025-10-04 00:12:48 -07:00
Egor
09210fd3ae new --minimized flag to allow starting the app in the tray if it's enabled, update deps 2025-10-02 21:27:46 -07:00
Egor
fe4180de32 ensure a single instance of gerbil, dep upgrades 2025-10-01 22:41:07 -07:00
Egor
f657b7375a more consistent switch, show current config name in tray icon context menu 2025-10-01 13:14:34 -07:00
Egor
3d62d9d00c icon for the system tray wasn't being found correctly for packaged releases 2025-10-01 12:32:38 -07:00
Egor
de67b36629 destroy tray on windows + osx only 2025-10-01 11:04:19 -07:00
Egor
527839cb4c fixes, the tray icon can't be removed on wayland so don't even try 2025-10-01 01:35:57 -07:00
Egor
3e2dbceaff optionally (default off) allow keep gerbil in the tray, fix moe expert updating, dep upgrades, moving things to a new troubleshooting setting tab 2025-10-01 00:49:29 -07:00
Egor
3c2a07c730 re-organize new system info cards into a new System tab, hopefully fix app config re-writing race condition 2025-09-26 23:16:23 -07:00
Egor
ec2410c0e4 fighting rocm on windows, allow deleting kcpp binaries from versions tab 2025-09-26 17:46:44 -07:00
Egor
b2533659c2 better discrete device filtering 2025-09-26 16:01:39 -07:00
Egor
ddf42c41db re-fix clblast for windows 2025-09-26 14:26:39 -07:00
Egor
caaf2427d3 refactor to pass less redundant data from ipc 2025-09-26 14:09:41 -07:00
Egor
48338b9904 windows hardware detection improvements, hide integrated gpus for the clblast backend, dont try to detect avx/avx2 flags in the CPU as it's unreliable, use --usecpu flag when CPU backend is selected 2025-09-26 13:02:12 -07:00
Egor
3652ce4686 refactor vulkan detection 2025-09-26 11:25:15 -07:00
Egor
3ef91d1198 more hardware + driver display improvements 2025-09-26 03:15:38 -07:00
Egor
c2287b1d5c windows vram display in about, better rocm display on windows, amd/nvidia driver display 2025-09-26 00:28:42 -07:00
Egor
61b730c3f7 settings about tab will now display driver and hardware info, allow re-downloading on binary version mismatches, clean up openwebui "itsdangerous" requirements, display a system monitor icon badge when monitoring is off 2025-09-25 23:19:31 -07:00
Egor
2bd8216bfb better app metadata for AUR installs, add missioncenter as a support system monitor on linux 2025-09-25 12:39:50 -07:00
Egor
0b41929db9 cleaner DismissedUpdates configuration display in the config 2025-09-25 11:19:09 -07:00
Egor
a21857dfb6 better app name matching for GNOME resources on linux, better app name display in OSX, auto hide menu bar for new html windows 2025-09-25 02:07:32 -07:00
Egor
7cef3ce90d better old window state recreation, more distrinct select option highlights in light mode, better updated version cleanup 2025-09-24 23:17:39 -07:00
Egor
03b62d3499 clean up previously installed kcpp versions after an update, bring back a needed monkey patch, small refactors 2025-09-24 14:33:44 -07:00
Egor
1636eef4ec start displaying the AUR build number in "About" app info 2025-09-24 10:53:31 -07:00
Egor
18c94fd7dd unify notepad config with the app config 2025-09-23 21:13:41 -07:00
Egor
159fb1a423 create 5 new lines on new tab, clear final tab content on close 2025-09-23 13:50:28 -07:00
Egor
42b817949c notepad improvements 2025-09-23 13:09:20 -07:00
Egor
3c77be8dbb super basic notepad 2025-09-23 01:33:18 -07:00
Egor
5f9be38260 code refactoring, cache the linux monitoring app for re-use 2025-09-22 21:52:05 -07:00
Egor
ed6ab82712 remove a few monkey patches, fix rare js crash on exit 2025-09-21 02:58:13 -07:00
Egor
9dc6202c17 fix koboldai patches for release 1.99, fix update dialog from not triggering, speed up downloads (woah) which we accidentally slowed down, update advanced command modal for 1.99 2025-09-21 02:40:58 -07:00
Egor
c68a0690fe respect the minHeight for height setting, dont allow auto-updates for windows portable 2025-09-20 23:17:06 -07:00
Egor
504fe809dd better theming, new button to open install dir, new button to view the app config 2025-09-20 22:09:00 -07:00
Egor
28760d9c20 persist and restore window state in between launches, use fetch instead of axios for smaller bundle size, code refactors 2025-09-20 19:56:05 -07:00
Egor
1f895946cb smaller default window size to account for larger screens 2025-09-20 00:29:18 -07:00
Egor
4cc4358eb0 better modals, new button to allow deleting configs, CPU/GPU temp metrics on hover 2025-09-19 22:53:55 -07:00
Egor
02ce36b8ec minor styling updates, workaround recent openweb ui bug (on their side), 2025-09-19 02:34:48 -07:00
Egor
dd5a9457e6 more consistent ipcRenderer.on handling, better maximize observer implementation 2025-09-18 23:04:53 -07:00
Egor
a07ee2711f make it more clear that "Make Current" is clickable, better maximize state detection for indirect setting 2025-09-18 22:35:05 -07:00
Egor
e8d5c59a52 more excessive try/catch clean up, never wait for config set and logError, better titlebar color in dark mode 2025-09-18 22:16:51 -07:00
Egor
fdc2ef81c3 better AUR install detection, improve copy 2025-09-18 19:43:08 -07:00
Egor
ea1f0998d6 slightly better types 2025-09-18 19:00:27 -07:00
Egor
0b905a7f67 remove the double try/catch cases on the frontend side for cleaner code 2025-09-18 18:30:21 -07:00
Egor
3eb97f5683 auto update improvements, dont allow process globals (import instead), refactor to use execa more 2025-09-18 17:20:59 -07:00
Egor
38c504be8b refactor to use a util to try/catch->logError, hover states on badges 2025-09-18 13:03:40 -07:00
Egor
dd471da724 better app colors, more borders for easier window separation, allow for beta releases, app auto-updates 2025-09-18 00:04:13 -07:00