Commit graph

154 commits

Author SHA1 Message Date
198b38ae63 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
4bed3789aa fix for AUR info display when pkgrel == 1 2025-09-25 00:26:05 -07:00
4caa59fe6e 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
6adf213b97 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
9c67b5c41f start displaying the AUR build number in "About" app info 2025-09-24 10:53:31 -07:00
1c3b90efff minimize icon for the notepad "close", fix notepad reisizing over iframes 2025-09-24 09:46:59 -07:00
1f2fc8f5ea fallback to the first available backend when switching kcpp binaries and the current backend is unsupported 2025-09-24 00:54:45 -07:00
4200138478 unify notepad config with the app config 2025-09-23 21:13:41 -07:00
9237a0ac08 create 5 new lines on new tab, clear final tab content on close 2025-09-23 13:50:28 -07:00
9946c7262c notepad improvements 2025-09-23 13:09:20 -07:00
5d5c8da3c4 super basic notepad 2025-09-23 01:33:18 -07:00
901eba2363 code refactoring, cache the linux monitoring app for re-use 2025-09-22 21:52:05 -07:00
156befcc17 never allow deselecting dropdown items 2025-09-22 14:09:07 -07:00
cde3ca3e3a default auto gpu layers on, minor improvements 2025-09-22 13:15:30 -07:00
ffdfd602fe remove a few monkey patches, fix rare js crash on exit 2025-09-21 02:58:13 -07:00
8ddc952079 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
29d55bc387 respect the minHeight for height setting, dont allow auto-updates for windows portable 2025-09-20 23:17:06 -07:00
7646c04847 less jarring initial loading of saved config values on the general tab 2025-09-20 22:22:43 -07:00
adc015b76f better theming, new button to open install dir, new button to view the app config 2025-09-20 22:09:00 -07:00
96e432b664 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
7979bfc3cf smaller default window size to account for larger screens 2025-09-20 00:29:18 -07:00
6fe7c2c517 fix welcome screen coming back 2025-09-19 23:34:08 -07:00
6b945de5c6 better modals, new button to allow deleting configs, CPU/GPU temp metrics on hover 2025-09-19 22:53:55 -07:00
04ca692124 minor styling updates, workaround recent openweb ui bug (on their side), 2025-09-19 02:34:48 -07:00
54d59c8018 code refactoring 2025-09-19 01:02:08 -07:00
73ec41d61b more consistent ipcRenderer.on handling, better maximize observer implementation 2025-09-18 23:04:53 -07:00
3c07e59b41 make it more clear that "Make Current" is clickable, better maximize state detection for indirect setting 2025-09-18 22:35:05 -07:00
ccb230a31d 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
dce2b5acf8 better AUR install detection, improve copy 2025-09-18 19:43:08 -07:00
50ccffe391 slightly better types 2025-09-18 19:00:27 -07:00
d72acf137e remove the double try/catch cases on the frontend side for cleaner code 2025-09-18 18:30:21 -07:00
374726f2fd auto update improvements, dont allow process globals (import instead), refactor to use execa more 2025-09-18 17:20:59 -07:00
32aa6180dc better unify themes for app config/mantine to resolve consistently 2025-09-18 14:12:43 -07:00
61a669ba6e fix eslint issue, upgrade yarn 2025-09-18 13:24:09 -07:00
bda98296c7 refactor to use a util to try/catch->logError, hover states on badges 2025-09-18 13:03:40 -07:00
6d1d73fa5b better app colors, more borders for easier window separation, allow for beta releases, app auto-updates 2025-09-18 00:04:13 -07:00
ae99ac77ae don't need promise.all here 2025-09-17 03:11:27 -07:00
dd10e7c777 remove all GPU monitoring on widnows since its bad for performance, label windows ROCm as "experimental", improve font importing to only include latin 2025-09-17 02:50:04 -07:00
0532b65857 more system monitoring optimizations, trying for 1 update/sec on windows too 2025-09-16 16:21:21 -07:00
bc9af07644 clicking on system util badges will open the native resource monitor, add system node and uv versions to system info 2025-09-15 23:25:21 -07:00
dd84605925 open hg and gh pages in regular browser, fix versioning regression 2025-09-15 14:34:21 -07:00
83d5c9cbd4 fix the --version handling regression for packaged builds 2025-09-14 13:06:41 -07:00
2c485ef37d gpu monitoring data shouldn't be 0s on errors 2025-09-14 12:22:52 -07:00
94ceb76b93 icon on about tab is now clickable too, better unmet req display 2025-09-14 11:53:47 -07:00
3ad0971afe add a custom font for consistency across platforms 2025-09-14 01:32:53 -07:00
232043ea77 fixes for windows monitoring, fix comfyui to run on windows 2025-09-14 00:57:26 -07:00
d8d927b146 fixing regressions from the previous commit 2025-09-13 22:58:12 -07:00
6723843f07 TESTING seamless comfyui integration, imprving open webui integration, allow text and image gen side-by-side, address "security issue" in CI runner, update deps, code refactors 2025-09-13 19:51:21 -07:00
3b1240e249 disable open webui auth to reduce friction 2025-09-11 17:46:53 -07:00
1d3881d2e2 fix sequential awaits and add an eslint rule to catch future ones 2025-09-11 13:57:24 -07:00