Chenlei Hu
|
58dec5ea42
|
Add reroute migration toast (#3286)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-03-30 21:48:10 -04:00 |
|
Chenlei Hu
|
564c4d557f
|
Migrate legacy reroute to litegraph native reroute (#3151)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-03-22 18:56:35 -04:00 |
|
filtered
|
03bf81cc1b
|
[Cleanup] Remove redundant reroute opt-in setting (#2972)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-03-11 23:25:16 +11:00 |
|
bymyself
|
e8efd0d801
|
Show templates to first time user (#2841)
|
2025-03-03 18:49:08 -05: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 |
|
bymyself
|
bfec9b692b
|
Add keybind hint to confirm close dialog (#2529)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-02-12 10:02:27 -05:00 |
|
Chenlei Hu
|
a4d99d9d28
|
Support insert workflow by dragging from workflow sidebar to canvas (#2440)
|
2025-02-05 17:09:01 -05:00 |
|
bymyself
|
e992bd6571
|
Add tutorial workflow function for new desktop users (#2315)
Co-authored-by: huchenlei <huchenlei@proton.me>
|
2025-01-25 12:23:27 -05:00 |
|
bymyself
|
ce0726d85e
|
Restore all open workflows on load (#2238)
|
2025-01-13 20:24:40 -05:00 |
|
Chenlei Hu
|
9c1eacf0af
|
Fix duplication of persisted workflow (#2124)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-01-02 12:16:39 -05:00 |
|
Chenlei Hu
|
174a9a114a
|
Expose dialogService to extensionManager (#2113)
|
2024-12-31 17:01:37 -05:00 |
|
Chenlei Hu
|
d8f074fea0
|
[Lint] Sort imports (#2104)
|
2024-12-30 17:26:37 -05:00 |
|
Chenlei Hu
|
f69e88bf41
|
[Refactor] Convert dialogService to composable (#2058)
|
2024-12-26 00:26:01 -05:00 |
|
Chenlei Hu
|
4e554503c0
|
[Refactor] Convert workflowService to composable (#2057)
|
2024-12-26 00:11:27 -05:00 |
|
filtered
|
653ed6f096
|
Fix reroutes not included in Insert Workflow (#2037)
|
2024-12-23 23:24:54 -05:00 |
|
Chenlei Hu
|
59b62eadf1
|
[i18n] Translate save/export workflow dialog (#1906)
* [i18n] Translate save/export workflow dialog
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com>
|
2024-12-13 16:56:37 -08:00 |
|
Chenlei Hu
|
fd621f485e
|
Reload current workflow when locale changes (#1824)
|
2024-12-06 17:37:25 -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 |
|
pythongosssss
|
17b7ef18d6
|
Add context menu to tabs (#1759)
* Add context menu to tabs
* Flatten menu
Translate
* Add translations
---------
Co-authored-by: huchenlei <huchenlei@proton.me>
|
2024-12-02 13:19:39 -05:00 |
|
Chenlei Hu
|
46cd522384
|
Fix save temporary workflow loop on overwrite (#1699)
|
2024-11-26 10:44:25 -05:00 |
|
Chenlei Hu
|
6352cd86ee
|
Show confirm dialog on workflow path conflict (Save As) (#1590)
* Show confirm dialog on workflow path conflict (Save As)
* Fix closeworkflow
* nit
* Add playwright tests
* nit
* nit
* Move workflows dir cleanup
|
2024-11-18 23:07:24 -05:00 |
|
Chenlei Hu
|
73bdbddf90
|
Fix rename open/bookmark workflow (#1507)
* Fix rename open/bookmark workflow
* nit
* Fix save as
* Add browser test
|
2024-11-11 11:06:41 -05:00 |
|
Chenlei Hu
|
c56533bb23
|
Workflow Management Reworked (#1406)
* Merge temp userfile
Basic migration
Remove deprecated isFavourite
Rename
nit
nit
Rework open/load
Refactor save
Refactor delete
Remove workflow dep on manager
WIP
Change map to record
Fix directory
nit
isActive
Move
nit
Add unload
Add close workflow
Remove workflowManager.closeWorkflow
nit
Remove workflowManager.storePrompt
move from commandStore
move more from commandStore
nit
Use workflowservice
nit
nit
implement setWorkflow
nit
Remove workflows.ts
Fix strict errors
nit
nit
Resolves circular dep
nit
nit
Fix workflow switching
Add openworkflowPaths
Fix store
Fix key
Serialize by default
Fix proxy
nit
Update path
Proper sync
Fix tabs
WIP
nit
Resolve merge conflict
Fix userfile store tests
Update jest test
Update tabs
patch tests
Fix changeTracker init
Move insert to service
nit
Fix insert
nit
Handle bookmark rename
Refactor tests
Add delete workflow
Add test on deleting workflow
Add closeWorkflow tests
nit
* Fix path
* Move load next/previous
* Move logic from store to service
* nit
* nit
* nit
* nit
* nit
* Add ChangeTracker.initialState
* ChangeTracker load/unload
* Remove app.changeWorkflow
* Hook to app.ts
* Changetracker restore
* nit
* nit
* nit
* Add debug logs
* Remove unnecessary checkState on graphLoad
* nit
* Fix strict
* Fix temp workflow name
* Track ismodified
* Fix reactivity
* nit
* Fix graph equal
* nit
* update test
* nit
* nit
* Fix modified state
* nit
* Fix modified state
* Sidebar force close
* tabs force close
* Fix save
* Add load remote workflow test
* Force save
* Add save test
* nit
* Correctly handle delete last opened workflow
* nit
* Fix workflow rename
* Fix save
* Fix tests
* Fix strict
* Update playwright tests
* Fix filename conflict handling
* nit
* Merge temporary and persisted ref
* Update playwright expectations
* nit
* nit
* Fix saveAs
* Add playwright test
* nit
|
2024-11-05 11:03:27 -05:00 |
|
Chenlei Hu
|
d719a4e0fb
|
Move exportWorkflow from menu to workflowService (#1399)
|
2024-11-01 19:44:21 -04:00 |
|