Chenlei Hu
0795c3041c
Bookmark folder icon customization ( #647 )
...
* Add bookmark customization support
* WIP
* Fix bugs
* Fix color update
* Handle rename and delete of customization
* nit
* Add custom color picker
* Computed final color
* i18n
* Remove cancel button as dialog already has it
* Add playwright test
2024-08-26 21:30:38 -04:00
Chenlei Hu
090fda2f22
Node library custom bookmark folder ( #631 )
...
* Add new folder button
* Add tree util test
* nit
* Support empty folder in node library
* Drag to bookmark folder
* Use bookmark icon for bookmark folder
* Highlight on dragover
* nit
* Auto-expand on item added
* Extract bookmark system as store
* Add context menu on bookmark folder
* Add editable text
* Fix reactivity
* Plumb editable text
* refactor
* Rename node
* Fix focus
* Prevent name collision
* nit
* Add new folder
* nested folder support
* Change drag behavior
* Add basic playwright tests
* nit
* Target tree-node-content instead of tree-node
2024-08-25 21:53:58 -04:00
Chenlei Hu
b863c11e67
Fix node library bookmark preview ( #626 )
2024-08-25 10:01:42 -04:00
Chenlei Hu
74baf2af12
Rename onNonLeafClick to toggleNodeOnEvent ( #621 )
2024-08-24 18:09:55 -04:00
Chenlei Hu
5dec86861b
Replace ToggleButton with Button to be consistent in style ( #620 )
2024-08-24 17:54:03 -04:00
Chenlei Hu
fc05029f4e
Cleanup dragSelector prop ( #619 )
2024-08-24 17:48:36 -04:00
Chenlei Hu
98064f301d
Extract tree expand/collapse logic as hook ( #618 )
2024-08-24 17:43:26 -04:00
Chenlei Hu
bff1dc91fa
Refactor node library drag and drop ( #617 )
2024-08-24 17:40:56 -04:00
Chenlei Hu
6c557eaa58
Fix unrecognized bookmark node crash the node library sidebar ( #614 )
...
* Add playwright test
* nit
2024-08-24 11:58:14 -04:00
Chenlei Hu
2fdaabd2c9
Ctrl + Click recursively expand/collapse node library folder ( #613 )
2024-08-24 11:01:10 -04:00
Chenlei Hu
a2143d9120
Bookmark nodes in node library ( #612 )
...
* Basic bookmark
* Extract node leaf as component
* bigger hitbox
2024-08-24 10:39:18 -04:00
Chenlei Hu
1a3cf4c3f3
Show node name and node id on flattened task outputs ( #608 )
...
* wip
* Show node name and node id
2024-08-23 18:52:45 -04:00
bymyself
0466c79725
Fix right-click save image in gallery (firefox) ( #588 )
2024-08-21 21:28:12 -04:00
Chenlei Hu
5542845710
Task output folder view ( #579 )
...
* Change to button
* Folder view
2024-08-21 16:47:30 -04:00
Chenlei Hu
a86d10b02d
Fix node library searchbox background color ( #565 )
2024-08-20 17:41:59 -04:00
Chenlei Hu
3d89c245e5
Add experimental/deprecated tags to search result / node library ( #564 )
2024-08-20 17:35:23 -04:00
Chenlei Hu
9dd6da3dc2
Support node deprecated/experimental flag ( #563 )
...
* Add deprecated field
* Hide deprecated nodes
* Add experimental node show/hide
* Add setting tooltips
* nit
* nit
* nit
2024-08-20 17:00:47 -04:00
Chenlei Hu
c4bc0e8430
Auto expand tree on search in node library tab ( #558 )
...
* Add custom nodelib searchbox
* Auto expand on search
* Support alphabetical sort in filtered tree
2024-08-20 11:01:05 -04:00
Chenlei Hu
2252f0a134
Resize large image to fit into window for Image Gallery ( #539 )
2024-08-19 16:50:40 -04:00
pythongosssss
0dfbcfb2d6
Support clicking on library entries to toggle expand/insert node ( #511 )
...
* Support clicking on library entries to toggle expand/insert node
* Fix type
2024-08-19 14:09:34 -04:00
bymyself
b46036f25d
Fix escape not resetting activeIndex in gallery ( #535 )
...
* Fix escape not resetting activeIndex in gallery
* Use handleVisibilityChange for consistency
2024-08-19 14:00:47 -04:00
Chenlei Hu
6a8a68a240
Image failed to load placeholder ( #531 )
...
* Image failed to load placeholder
* Use broken image placeholder in gallery
* nit
2024-08-19 11:16:35 -04:00
Chenlei Hu
8576d3797b
Prefer image for queue task preview ( #520 )
2024-08-18 20:59:43 -04:00
Chenlei Hu
22e2628479
Queue preview gallery ( #519 )
...
* Custom preview event
* Plub event
* Basic gallery
* Gallery nits
* Navigate with keyboard keys
2024-08-18 20:42:42 -04:00
Chenlei Hu
4e1f14139b
Fix queue tab update issue ( #518 )
2024-08-18 18:11:33 -04:00
Chenlei Hu
eb5f4d9bc7
Support view of gifs in queue media preview ( #513 )
2024-08-18 16:20:56 -04:00
Chenlei Hu
9d3ca763d0
Queue tab infinite scroll ( #501 )
...
* Add vueuse
* Infinite scroll queue tab
* Set item per page to 8
* Handle sidebar resize
* nit
2024-08-17 22:48:31 -04:00
Chenlei Hu
069766337a
Add toast message on execution interrupted ( #490 )
...
* Move toast to top level
* Toast store
2024-08-17 12:29:48 -04:00
Alex "mcmonkey" Goodwin
f10554d914
fix minor typing error ( #473 )
...
introduced at e6d29656fa
2024-08-16 21:14:15 -04:00
Chenlei Hu
14a395a0ce
Fix queue item context menu ( #455 )
2024-08-16 01:02:51 -04:00
Chenlei Hu
e6d29656fa
Queue media preview ( #449 )
...
* output url
* Basic image previews
* Split out task item component
* Move task actions to context menu
* simplify
* Move spinner
* Lift context menu to tab scope
* Better tag
* Fix placeholder style
* nit
* Correctly handle cancelled
* nit
* Split out result item as separate component
* nit
* Fix center crop
* nit
* Simplify task item
* Flat list
* Show prompt id
* Make image draggable
* Disable preview for dragging
* Fix key
* Correctly handle task in expanded view
* Add preview
2024-08-15 23:26:38 -04:00
Alex "mcmonkey" Goodwin
73b0ecc8cb
fix preview nodes clipping under the bottom ( #444 )
...
for #411 - moves code to main typescript section (to avoid vue weirdness) and finds the preview node element, adjust top by height
2024-08-15 13:33:02 -04:00
Chenlei Hu
51233b4be3
Fix node preview location when sidebar location is right ( #435 )
2024-08-14 22:46:05 -04:00
Chenlei Hu
a68f7c680b
Rename SideBar to Sidebar ( #422 )
...
* Rename SideBar to Sidebar
* rename files
* rename files
2024-08-14 11:27:23 -04:00
Chenlei Hu
b5f2d334d9
Add sidebar size setting (normal/small) ( #397 )
...
* Add sidebar size setting (normal/small)
* Set default small sidebar size for small window
2024-08-12 22:27:35 -04:00
Chenlei Hu
c459698956
Add side bar location in settings (left/right) ( #396 )
...
* Allow side bar on right side
* Panel on the right
2024-08-12 21:49:07 -04:00
Chenlei Hu
281ed0c5d1
Show pending task count on side bar queue icon ( #376 )
...
* remove listener
* Store pending task count
* Add iconBadge to queue icon
2024-08-11 19:15:21 -04:00
Chenlei Hu
9ffdf768b1
Better no task placeholder ( #365 )
2024-08-10 21:05:40 -04:00
Chenlei Hu
ce14c1c071
i18n for setting dialog header ( #343 )
2024-08-09 09:30:08 -04:00
Chenlei Hu
a5f0d2b201
Categorize setting items ( #338 )
...
* Basic setting panel rework
* refactor
* Style the setting item
* Reject invalid value
* nit
* nit
* Sort settings by label
* info chip as icon
* nit
2024-08-08 17:52:41 -04:00
Chenlei Hu
02d7f91e9e
Migrate settings dialog to Vue ( #335 )
...
* Basic setting dialog
* Add custom setting value render
* handle combo options
* Add input slider
* 100% width for select dropdown
2024-08-07 14:01:43 -04:00
Chenlei Hu
b90b1194d6
Organize searchbox files ( #315 )
2024-08-05 18:29:06 -04:00
余腾靖
b5a919e8b2
fix: remove useless @ts-ignore and migrate to @ts-expect-error ( #293 )
...
* fix: vite primevue/treenode import error
* refactor: remove useless @ts-ignore and replace with @ts-expect-error
* build(tsconfig): enable incremental to speed up secondary time type check
2024-08-04 07:22:24 -04:00
Chenlei Hu
73f4e5143d
Attach isLeaf info ( #260 )
2024-07-29 17:49:57 -04:00
Chenlei Hu
7d75cc99ba
Add sort button in node library sidebar tab ( #259 )
...
* Add sort button on node library
* tab template
2024-07-29 12:39:54 -04:00
Chenlei Hu
fc5bdf80b3
Fix no task message display ( #251 )
2024-07-28 09:39:17 -04:00
Chenlei Hu
c0875d066a
Node library side bar tab ( #237 )
...
* Basic tree
* Add node filter
* Fix key issue
* Add icons
* Node count
* nit
* Add node preview basics
* Node preview
* Make comfy node in node lib draggable
* Set drop target
* Add node on drop
* Drop on dynamic location
* nit
* nit
* Fix hover preview issue
* nit
* More visual diff between node and folder
* Add playwright test
* Add dep
* Get rid of screenshot test
2024-07-27 21:28:48 -04:00
Chenlei Hu
980ed0083d
Fix settings getter ( #240 )
2024-07-27 18:22:22 -04:00
Chenlei Hu
542e1c1f59
Move sidebar y-axis overflow style to container ( #236 )
2024-07-26 16:25:12 -04:00
Chenlei Hu
ee6eed1c1c
Fix extension register tab with API ( #229 )
...
* Get rid of extension manager impl
* nit
* Test register tab
2024-07-26 10:29:20 -04:00