Hayden
89c5ca2ad4
Merge pull request #27 from EtSL33py/preview-size
...
Preview size sliders
2024-09-24 11:08:21 +08:00
EtSL33py
6fa3b357c3
Added 'Show buttons on hover only' setting for preview buttons
2024-09-23 20:19:38 +03:00
EtSL33py
b0913a73e4
Added preview size sliders to settings
2024-09-23 15:42:33 +03:00
EtSL33py
f1f6518475
Merge branch 'main' into settings
2024-09-23 14:39:25 +03:00
Hayden
67fcfa015b
Merge pull request #24 from EtSL33py/test
...
Use "drop" event instead of "dragend" in Firefox
2024-09-23 17:56:07 +08:00
EtSL33py
848663d78b
Update model-manager.js
2024-09-22 20:31:31 +03:00
EtSL33py
e05c83e5f9
Update model-manager.js
2024-09-20 18:59:31 +03:00
EtSL33py
42a5180dc9
Update model-manager.js
2024-09-20 18:44:53 +03:00
EtSL33py
c180d1b380
Update model-manager.js
2024-09-20 16:28:25 +03:00
EtSL33py
8df9cee930
Update model-manager.js
2024-09-20 16:22:50 +03:00
EtSL33py
20f9330292
use "drop" event instead of "dragend" in firefox
2024-09-20 15:48:34 +03:00
EtSL33py
81739c6d21
Update model-manager.js
2024-09-20 03:37:45 +03:00
EtSL33py
5abbd0ccb8
Update model-manager.js
2024-09-20 03:35:02 +03:00
EtSL33py
7a5d19eeec
defauls state is None, state and sizes are not updated when Save or Reload is pressed
2024-09-20 03:30:11 +03:00
EtSL33py
844f286f24
buttons are updated when default position is changed
2024-09-19 15:04:50 +03:00
EtSL33py
ab5532c8e6
upd
2024-09-19 11:47:34 +03:00
hayden
6f61688bd8
Fix the problem that the CSS reference address may be wrong.
2024-09-18 15:20:13 +08:00
hayden
5dea0bae98
LINT: Add some lint specifications
2024-09-18 11:54:49 +08:00
korutech-ai
89b95405c8
CSS: Added overflow-wrap to improve text readability.
2024-08-29 08:02:01 +12:00
korutech-ai
6a3eed6157
BUGFIX: Modified layout of tags tab so elements don't overlap.
2024-08-28 11:52:04 +12:00
korutech-ai
3943034a18
UPDATE: Added a notes editing toggle button to improve notes tab layout.
2024-08-28 11:18:53 +12:00
korutech-ai
1a52cf50d5
LINTING:
...
- Added eslint.
- Cleaned up lexical declarations in case clauses.
2024-08-28 10:13:11 +12:00
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
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
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
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
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