Chenlei Hu
|
dc5d7ea1be
|
[lint] Enforce @typescript-eslint/no-floating-promises (#3402)
|
2025-04-11 12:19:22 -04:00 |
|
Benjamin Lu
|
b01ddb6aff
|
Make entire result image preview clickable (#3279)
Co-authored-by: Benjamin Lu <templu1107@proton.me>
|
2025-03-30 19:06:29 -04:00 |
|
Chenlei Hu
|
fcc22f06ac
|
[Refactor/TS] Simplify node filter logic (#3275)
|
2025-03-29 13:00:18 -04:00 |
|
Chenlei Hu
|
d9ae6cb395
|
[TS] Use custom TreeNode type (#3164)
|
2025-03-20 12:03:47 -04:00 |
|
Chenlei Hu
|
b162963593
|
[TS] Fix TreeExplorerNode types (#3163)
|
2025-03-20 11:47:04 -04:00 |
|
Chenlei Hu
|
a049e9ae2d
|
[TS] Enable strict mode (#3136)
|
2025-03-18 22:57:17 -04:00 |
|
Chenlei Hu
|
db43f587a6
|
[TS] Fix ts-strict errors in Vue components (Part 4) (#3134)
|
2025-03-18 20:42:32 -04:00 |
|
Chenlei Hu
|
96ff8a7785
|
[TS] Fix ts-strict errors in Vue components (Part 3) (#3126)
|
2025-03-18 11:38:43 -04:00 |
|
Chenlei Hu
|
e8997a7653
|
[TS] Fix ts-strict errors in Vue components (Part 2) (#3123)
Co-authored-by: Christian Byrne <cbyrne@comfy.org>
|
2025-03-18 10:51:23 -04:00 |
|
Chenlei Hu
|
2db29fc2af
|
[TS] Fix ts-strict errors in Vue components (Part 1) (#3119)
|
2025-03-17 21:15:00 -04:00 |
|
Chenlei Hu
|
7e66e99c3a
|
[TS] Enable noUnusedLocals (#3108)
|
2025-03-17 16:20:56 -04:00 |
|
Chenlei Hu
|
90053058ba
|
[Refactor] Support handleAddFolder in TreeExplorer (#3101)
|
2025-03-17 14:08:23 -04:00 |
|
Chenlei Hu
|
1610d06cd1
|
[Refactor] Accept single root node in TreeExplorer (#3088)
|
2025-03-17 10:52:06 -04:00 |
|
Chenlei Hu
|
8db088b27a
|
Remove duplicated toolbuttons for workflow sidebar (#3087)
|
2025-03-16 20:18:24 -04:00 |
|
samnyan
|
7ef6e52f38
|
[nit] add refresh button to workflow sidebar tab (#3062)
|
2025-03-16 19:46:13 -04:00 |
|
Chenlei Hu
|
a814f9f902
|
[Test] Run unittest with vitest (#2779)
|
2025-02-28 22:09:17 -05:00 |
|
Chenlei Hu
|
cdf42d5ad7
|
[Refactor] Move zod schemas to schemas/ folder (#2753)
|
2025-02-27 13:05:01 -05:00 |
|
Margen67
|
7bc48c5074
|
Formatting/cleanup (#2594)
|
2025-02-17 10:10:00 -05:00 |
|
bymyself
|
75af956279
|
Fix gallery navigator icons (#2601)
|
2025-02-17 10:08:46 -05:00 |
|
Chenlei Hu
|
168ea05f81
|
[Style] Highlight active workflow item in the workflow sidebar (#2563)
|
2025-02-15 11:01:47 -05:00 |
|
Chenlei Hu
|
a4d99d9d28
|
Support insert workflow by dragging from workflow sidebar to canvas (#2440)
|
2025-02-05 17:09:01 -05:00 |
|
Chenlei Hu
|
5a7465a907
|
Add node drag preview for bookmarked nodes (#2438)
|
2025-02-05 16:25:56 -05:00 |
|
Chenlei Hu
|
6525ae7cf4
|
[Refactor] Rename hooks/ to composables/ (#2437)
|
2025-02-05 15:05:56 -05:00 |
|
Chenlei Hu
|
292af3fe3f
|
[Refactor] Replace explicit 'node' param with 'this' for TreeExplorer (#2427)
|
2025-02-05 12:20:08 -05:00 |
|
bymyself
|
4699360147
|
Show bookmark buttons when item is focused (#2386)
|
2025-01-30 14:45:04 -08:00 |
|
Chenlei Hu
|
8ef3b87e59
|
Generate drag preview for node library nodes (#2387)
|
2025-01-30 11:11:22 -08:00 |
|
Chenlei Hu
|
94065b6c21
|
[Style] Show sidebar tool buttons when sidebar is focused (#2379)
|
2025-01-29 16:29:59 -08:00 |
|
Chenlei Hu
|
a205a5cca5
|
[Style] Only show sidebar tool buttons when sidebar hovered (#2378)
|
2025-01-29 16:16:10 -08:00 |
|
Chenlei Hu
|
e019277ba0
|
[Style] Use consistent color for workflow sidebar tab tool buttons (#2376)
|
2025-01-29 14:57:19 -08:00 |
|
Chenlei Hu
|
d503873980
|
Move queueStore update from QueueSidebarTab to GraphView (#2278)
|
2025-01-17 17:14:22 -05:00 |
|
Chenlei Hu
|
c437d32691
|
Truncate sidebar title first to avoid tool buttons wrap (#2192)
|
2025-01-07 15:14:09 -05:00 |
|
bymyself
|
c3e05c2a10
|
Add alt text to images in gallery and queue (#2136)
|
2025-01-03 13:49:06 -05:00 |
|
bymyself
|
5c7cbe968e
|
Fix gallery changing image every time a task finishes (#2125)
|
2025-01-02 17:51:28 -05:00 |
|
bymyself
|
74b02237db
|
Add virtual scroll to Queue Tab for improved performance (#2108)
|
2024-12-31 12:35:29 -05:00 |
|
Chenlei Hu
|
d8f074fea0
|
[Lint] Sort imports (#2104)
|
2024-12-30 17:26:37 -05:00 |
|
Chenlei Hu
|
9f23f81879
|
[Refactor] Move goToNode to litegraphService (#2101)
|
2024-12-30 16:38:10 -05:00 |
|
Chenlei Hu
|
3bf0dfd218
|
[Refactor] Move addNodeOnGraph to litegraphService (#2100)
|
2024-12-30 16:09:44 -05:00 |
|
Chenlei Hu
|
4e554503c0
|
[Refactor] Convert workflowService to composable (#2057)
|
2024-12-26 00:11:27 -05:00 |
|
AustinMroz
|
cce5ade578
|
Fix memory leak in preview code (#2012)
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com>
|
2024-12-22 16:18:31 -05:00 |
|
Hayden
|
5b72fc7fdc
|
Optimize model library (#1739)
* Adapt experiment models api
* Add model preview
|
2024-12-16 15:27:30 -08:00 |
|
Fahd Arafat
|
a441908db3
|
display cancelled worklflow images (#1920)
|
2024-12-16 14:45:49 -08:00 |
|
Chenlei Hu
|
618b451f1e
|
[test] Stricter locator matching on workflows sidebar elements (#1905)
* [test] Stricter locator matching on workflows sidebar elements
* nit
|
2024-12-13 14:13:56 -08:00 |
|
Chenlei Hu
|
b6038128cb
|
[i18n] g global namespace (#1843)
* Batch move global scope i18n to g. namespace
* Minor fix
* Update locale
* Update locales [skip ci]
* More moves
* Regroup icon/color
* nit
* Fix component test
---------
Co-authored-by: github-actions <github-actions@github.com>
|
2024-12-07 22:07:03 -05:00 |
|
Yuki Shindo
|
059dfcbebb
|
Use i18n keys for workflow tree type labels (#1839)
* fix: use i18n keys for workflow tree type labels
* Inline translations
---------
Co-authored-by: huchenlei <huchenlei@proton.me>
|
2024-12-07 18:52:52 -05:00 |
|
filtered
|
735153886f
|
Confirm delete workflow (#1772)
* Add confirm delete workflow prompt
* Add confirm delete workflow setting
* Add delete workflow tests
* Change dialog to modal, set default cancel
* Fix setting version key
* Rename for clarity
* Fix tests
- Move into correct section
- Add confirm control
* Export type: ShowDialogOptions
* Replace workflow overwrite with new dialog
* Add delete workflow confirmation dialog
* Update i18n
* Add item list support to confirmation dialog
* Prevent multiple dialogs for same action
* Add confirm close file when dirty
* Add i18n for overwrite dialog
* Fix regression: confirm dialog setting ignored
* Fix delete last workflow does not open replacement
* Update tests
|
2024-12-04 14:11:49 -05:00 |
|
Chenlei Hu
|
88a42172c5
|
Typecheck vue components (#1721)
* Fix various type issues in vue components
* Add vue tsc
* Add to hooks
* nit
|
2024-11-27 19:18:16 -05:00 |
|
oto-ciulis-tt
|
2d022e4e49
|
feat: Remove successful model downloads (#1710)
* feat: Remove successful model downloads
* PR comments
---------
Co-authored-by: Oto Ciulis <oto.ciulis@gmail.com>
|
2024-11-27 10:40:43 -05:00 |
|
Chenlei Hu
|
1ac6d6529f
|
Add empty workflows placeholder (#1712)
|
2024-11-26 17:22:05 -05:00 |
|
Chenlei Hu
|
c54b675a48
|
Revert Filter cached/canceled results (#1586) (#1703)
* Revert "Filter cached/canceled results (#1586)"
This reverts commit 6fbf1248f4.
* nit
|
2024-11-26 13:17:26 -05:00 |
|
Chenlei Hu
|
b7008dfc5c
|
Revert "nit: Fix import of OutputFilters in queue sidebar (#1680)" (#1702)
This reverts commit f97b673481.
|
2024-11-26 13:11:28 -05:00 |
|