Commit Graph

203 Commits

Author SHA1 Message Date
korutech-ai
1bedfaa7a2 LINT: No code change, just whitespace cleanup. 2024-08-28 08:14:39 +12:00
korutech-ai
d07d013b30 UPDATE: HTML/MD improvements.
- pulled ESM modules for local loading.
- added downshow module for better HTML to MD conversion.
2024-08-28 07:44:59 +12:00
korutech-ai
3af7dd8a4f UPDATE: Improved default textarea size in notes tab. 2024-08-26 17:00:14 +12:00
Davo KiwiCloudNinja
32bb6f1f04 FEATURE: Adds HTML markdown preview below notes editor. 2024-08-26 16:15:49 +12:00
Christian Bastian
e945be8e3e Added .gguf to known model extensions. 2024-08-19 07:29:58 -04:00
Christian Bastian
116d1210af Added support for .jfif previews. 2024-08-19 05:11:17 -04:00
Christian Bastian
f90508aeed Added null check to download notes. 2024-08-18 09:21:42 -04:00
Christian Bastian
b9975e8d2f Removed opacity and only change element's alpha. 2024-08-18 06:47:47 -04:00
Christian Bastian
83c8cb1149 Fixed background color for model label. 2024-08-18 06:33:14 -04:00
Christian Bastian
4eed80f699 Disabled editing notes in download tab when saving notes is disabled. 2024-08-17 04:47:14 -04:00
Christian Bastian
75879a5403 Enabled editing model notes in download tab. 2024-08-17 04:04:49 -04:00
Christian Bastian
70d55e3319 Simplified tag cleaning code. 2024-08-17 03:55:45 -04:00
Christian Bastian
f08963d41d Added automatic disambiguation of tags vs tag lists in model info.
- If there are any tag lists as a single tag, each tag will be separated by a newline instead of a comma.
2024-08-17 03:45:45 -04:00
Christian Bastian
7ef238e8f3 Fixed bug where upload input height too small. 2024-08-16 15:12:02 -04:00
Christian Bastian
cba1ba54b4 Fix external api requests.
- Stopped using ComfyUI's API requests for external web requests.
2024-08-16 15:08:26 -04:00
Christian Bastian
6336f6e572 Removed debug printing.
- Attempted to fix Key Combo bug blocking 'S' key.
2024-08-08 20:42:34 -04:00
Christian Bastian
dc44112a2f Fixed bug where download button did not reset/reenable on failure. 2024-08-02 22:43:12 -04:00
Christian Bastian
c40a9a8f83 Tweak save shortcut. 2024-07-28 08:53:27 -04:00
Christian Bastian
fcb2c426f4 Added Apple keyboard shortcut Meta+s to save notes. 2024-07-28 08:47:19 -04:00
Christian Bastian
ddb0170b4f Fixed touchscreen sidebar drag.
- Forgot to extract touch from event.
2024-07-28 07:30:46 -04:00
Christian Bastian
44d7084aa0 Minor change. 2024-07-28 06:32:52 -04:00
Christian Bastian
cad33b5b42 Fixed bug where model directory dropdown was offscreen.
- Parent element of dropdown needs to be `position: relative` in order to get the correct viewport offset. The fix only manually in three locations. Needs a redesign.
2024-07-28 06:31:38 -04:00
Christian Bastian
a55bc138e7 Added stricter check before showing drag cursor. 2024-07-28 04:13:14 -04:00
Christian Bastian
d3df4b5ec8 Added border in sidebar mode to help with visibility. 2024-07-28 03:47:12 -04:00
Christian Bastian
525d71a981 Tweaked README node graph info. 2024-07-28 02:46:24 -04:00
Christian Bastian
a557243235 Removed duplicate code. 2024-07-27 22:55:00 -04:00
Christian Bastian
9061224cd1 Fixed Firefox bug where dragging model onto node graph event position was OOB.
- Added separate logic to handle different xy values for Firefox's drag `event.clientX` and `event.clientY`.
- Added memory for maintaining sidebar ratio when window is resized.
- Fixed bugs when resizing sidebar on secondary screen.
2024-07-27 22:53:23 -04:00
Christian Bastian
22e5afd104 Updated screenshots.
- Fixed bug where sidebar settings values were inverted two out of four of the buttons.
- Fixed sidebar bug where making the window smaller caused sidebar to exceed page size.
- Remove debugs.
- Decreased rows of download notes.
- Increased step side for sidebar size settings.
- Simplified and made behavior more robust for sidebar size clamping.
2024-07-27 05:02:12 -04:00
Christian Bastian
c197c7f060 Fixed scrollbar padding.
- Removed dead code.
2024-07-27 03:09:15 -04:00
Christian Bastian
d43c99d182 Added model manager sidebar drag support for touch screens.
- Tweaked min/max dimensions and active drag area.
2024-07-27 02:58:30 -04:00
Christian Bastian
76d6eb587c Added ability to resize model manager when in sidebar by dragging on edges.
- Sidebar vertical and horizontal initial sizes on start up can be changed in settings.
2024-07-27 02:32:08 -04:00
Christian Bastian
9c1ac43870 Added tab scroll position memory.
- Second attempt. Made tab content scroll instead of tab contents container.
2024-07-26 22:16:39 -04:00
Christian Bastian
0975f9713d Revert change. 2024-07-26 21:18:18 -04:00
Christian Bastian
31f7a492be Added tab content scroll memory. 2024-07-26 20:54:00 -04:00
Christian Bastian
cbab42386f Remove debug 2024-07-26 01:06:00 -04:00
Christian Bastian
01e817fa28 Hide search and clear search buttons in settings. 2024-07-26 01:04:51 -04:00
Christian Bastian
ff21d10948 Remove debug prints. 2024-07-26 00:18:18 -04:00
Christian Bastian
df6ea48427 Ctrl+S to save note when textarea is focused.
- Added missing autosave notes checkbox in settings.
2024-07-26 00:17:27 -04:00
Christian Bastian
cd13e38260 Minor change to settings. 2024-07-25 17:16:59 -04:00
Christian Bastian
0f85220876 Rearranged settings and clarified labels. 2024-07-25 17:12:04 -04:00
Christian Bastian
c9c258ca63 Simplify wording 2024-07-25 16:43:41 -04:00
Christian Bastian
d308e68900 Updated auto-generated note headings to closer match. 2024-07-25 16:40:28 -04:00
Christian Bastian
cdc106e768 More text replacement. 2024-07-25 08:47:32 -04:00
Christian Bastian
4bedbbd74f Remove fallback undefined to string. 2024-07-25 08:31:47 -04:00
Christian Bastian
ca7f7246b6 Improved note parsing 2024-07-25 08:10:13 -04:00
Christian Bastian
f67cac9887 Add optional autosave notes.
- By default it is disabled because once the model info is closed, the changes are gone.
2024-07-25 05:29:26 -04:00
Christian Bastian
6e43b2fb4c Added default model type on initial load in settings. 2024-07-25 04:13:02 -04:00
Christian Bastian
d1c5bae3f8 Fixed bug with initialization visibility of model search button. 2024-07-24 22:14:48 -04:00
Christian Bastian
fee4efc970 Reverted model search dropdown behavior to not add highlighted value.
- Added clear search button.
- Hide search button if dynamic search is active.
- Fixed bug where dynamic search was not dynamically updating when selecting from model dropdown.
- Tweaked CSS padding.
- On touch devices, make model dropdown short, just in case a keyboard is blocking the dropdown options.
2024-07-24 22:00:16 -04:00
Christian Bastian
2d913267fd Disable double-tap zoom on model manager.
- Easy to accidentally do when tabs are collapsed. Can still pinch to zoom in and out, and double tap to zoom back out.
2024-07-24 17:04:33 -04:00