Chenlei Hu
e48c78541c
Hide empty folders when searching in model library ( #1382 )
2024-10-30 16:27:35 -04:00
Chenlei Hu
bf7a9bf5eb
Update litegraph (link snap to slot & highlight) ( #1378 )
...
* Update litegraph (link snap)
* Add settings
* nit
* Add playwright test
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-10-30 15:23:58 -04:00
filtered
3fb2d423ba
Update litegraph API - 237 ( #1376 )
2024-10-30 13:43:38 -04:00
Chenlei Hu
97c38583e9
Rename workspaceStateStore to workspaceStore ( #1374 )
2024-10-30 09:49:23 -04:00
Chenlei Hu
324eff93fd
Update Litegraph API - canvas.state ( #1372 )
...
* Update Litegraph API - canvas.state
* Update litegraph
---------
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2024-10-29 22:07:04 -04:00
Chenlei Hu
4b1104f52c
Add node id to execution error report ( #1371 )
2024-10-29 21:48:45 -04:00
Chenlei Hu
2a94ab4423
Fix empty model library folder content ( #1369 )
2024-10-29 20:28:50 -04:00
Chenlei Hu
35fab0bef3
Focus mode ( #1365 )
...
* Menu hamburger
* Focus
* nit
* nit
* nit
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-10-29 17:25:18 -04:00
Chenlei Hu
8dddffe840
Use browser download in missing model dialog ( #1362 )
...
* Remove custom backend download logic
* Add download hooks
* Download button
* Use browser download
* Update test
2024-10-29 14:07:16 -04:00
Chenlei Hu
1f91a88d7b
Move linkRenderMode extension to core ( #1359 )
2024-10-29 11:00:10 -04:00
Chenlei Hu
10f43be911
Remove show model folder checkbox in missing model dialog ( #1358 )
...
* Remove show model folder checkbox in missing model dialog
* nit
* nit
2024-10-29 10:15:31 -04:00
Chenlei Hu
87517daf1f
Restyle missing model warning dialog ( #1354 )
...
* Restyle missing model dialog
* nit
* nit
* nit
* nit
2024-10-29 09:26:02 -04:00
Chenlei Hu
739ebd3d04
Auto-expand model library tree on search ( #1357 )
2024-10-29 09:24:56 -04:00
Chenlei Hu
4582c71583
[Refactor] Rework modelStore and ModelLibrarySidebarTab ( #1350 )
...
* nit
* Rename
* nit
* Move load model folders to app level
* Various fixes
* nit
* nit
* wip
* nit
* nit
* nit
* Split
* nit
* Add back spinner
* nit
* nit
* Add refresh button
* nit
* nit
* Preserve model folder order
* Avoid order change on folder open
2024-10-28 21:23:53 -04:00
Chenlei Hu
44b109a449
Add type annotation for missingNodeTypes ( #1349 )
...
* Add type annotation for missingNodeTypes
* nit
* nit
2024-10-28 17:26:52 -04:00
Chenlei Hu
229896a4b7
Restyle missing node warning dialog ( #1348 )
...
* nit
* Restyle missing node warning dialog
* nit
* nit
2024-10-28 16:45:47 -04:00
Chenlei Hu
82c369322d
Handle invalid node def errors ( #1340 )
...
* nit
* Add error handling
* nit
* nit
2024-10-27 20:07:05 -04:00
filtered
7d450adf93
Remove unused param - litegraph update ( #1335 )
2024-10-27 16:21:14 -04:00
Chenlei Hu
eed92864f2
Enable ts-strict for changeTracker ( #1338 )
...
* Fix app getter
* nit
* nit
* nit
* Fix rest of errors
* nit
2024-10-27 16:20:32 -04:00
Chenlei Hu
8fd7852740
Enable ts-strict for nodeBookmarkStore ( #1336 )
2024-10-27 15:06:37 -04:00
Chenlei Hu
c566491ac7
Enable ts-strict for queueStore ( #1333 )
2024-10-27 10:07:09 -04:00
Zoltán Dócs
7729611a2a
Bugfix node widgets wrongly being prepared for qeueing on saving the workflow ( #1331 )
...
- calling graphToPrompt() invokes beforeQueued() which should not happen when saving the workflow
2024-10-27 09:59:27 -04:00
Chenlei Hu
8861492655
Enable ts-strict for workflowStore ( #1332 )
2024-10-27 09:59:17 -04:00
Chenlei Hu
fa9d944b32
Convert pinia stores from options API to composition API ( #1330 )
...
* Convert toastStore
* Convert workspaceStateStore
* Convert settingStore
* Convert queueStore
* Convert modelToNodeStore
* Convert modelStore
* Convert dialogStore
* nit
* nit
* nit
2024-10-27 08:47:24 -04:00
Chenlei Hu
571386c061
Enable ts-strict for api.ts ( #1324 )
2024-10-26 18:08:24 -04:00
Chenlei Hu
44d886a18b
Enable ts-strict for ui/settings ( #1323 )
2024-10-26 17:25:15 -04:00
Chenlei Hu
92ac403679
Enable ts-strict for settingStore ( #1322 )
2024-10-26 17:07:17 -04:00
Chenlei Hu
dc3dab4e1c
Enable ts-strict for commandStore ( #1321 )
2024-10-26 17:05:42 -04:00
Chenlei Hu
386594554e
Enable ts-strict for executionStore ( #1320 )
...
* Fix listener types
* nit
* nit
* fix type
2024-10-26 17:00:18 -04:00
Chenlei Hu
02a951ad58
Enable ts-strict for nodeDefStore ( #1319 )
2024-10-26 16:02:07 -04:00
Chenlei Hu
92f0f4a21c
Convert nodeDefStore to use composition API ( #1318 )
...
* Convert nodeDefStore to use composition API
* nit
2024-10-26 15:48:40 -04:00
Chenlei Hu
645897f8b8
[Refactor] Make node badge a vue component ( #1317 )
...
* [Refactor] Make node badge a vue component
* Simplify badge logic
* nit
2024-10-26 15:28:14 -04:00
Chenlei Hu
ef4179a06c
Update litegraph to 0.8.6 ( #1316 )
...
* Update litegraph
* Remove ts-expect-error
2024-10-26 14:36:45 -04:00
Björn Söderqvist
1dedce5ec6
Enable ts-strict for colorUtil, contextMenuFilter and linkRenderMode ( #1313 )
...
* Add types for colorUtil.ts
* Add types for contextMenuFilter
* Add types to linkRenderMode.ts
2024-10-25 15:42:15 -04:00
Chenlei Hu
3a4b36fb31
Disallow node library bookmark folder name with / ( #1311 )
2024-10-25 12:35:53 -04:00
Chenlei Hu
17391e4aad
Handle potential undefined node data in NodeBookmarkTreeExplorer ( #1300 )
2024-10-25 07:41:43 -04:00
Chenlei Hu
377fed584f
[Extension API] Register custom bottom panel tabs ( #1296 )
...
* Bottom panel API
* Update README
2024-10-24 19:58:44 -04:00
Chenlei Hu
14a6687cc9
Integrated terminal ( #1295 )
...
* Add terminal tab
* Add basic terminal
* Style terminal
* Add keybinding
* Auto scroll:
* Mock for jest test
2024-10-24 17:31:00 -04:00
Chenlei Hu
d142893244
Add bottom panel support ( #1294 )
...
* Add bottom panel
* Bottom panel store
* Extract ExtensionSlot component
* Tab rendering
* Add toggle button on top menu bar
* nit
* Add toggle button tooltip
* Add command
2024-10-24 15:15:19 -04:00
Chenlei Hu
957a767ed0
New settings API ( #1292 )
...
* Add settings API
* Add playwright test
* Update README
2024-10-24 10:26:01 -04:00
YANG Zhitao
3553c8e0d4
Enable ts-strict for slotDefaults.ts ( #1290 )
2024-10-24 07:31:45 -04:00
YANG Zhitao
05221f7961
Enable ts-strict for clipspace.ts ( #1291 )
2024-10-24 07:31:15 -04:00
Chenlei Hu
afa619b7df
Revert "Enable ts-strict for invertMenuScrolling.ts ( #1264 )" ( #1288 )
...
This reverts commit 9388ee0705 .
2024-10-23 20:37:40 -04:00
Chenlei Hu
e25bbc19cb
Revert "Enable ts-strict for contextMenuFilter.ts ( #1263 )" ( #1287 )
...
This reverts commit b655c5544d .
2024-10-23 20:37:03 -04:00
Chenlei Hu
7a3f20c57d
Fix sidebar scrollpanel style ( #1283 )
2024-10-23 18:27:54 -04:00
Chenlei Hu
269fc7c8c9
Remove misleading console error on paste ( #1282 )
2024-10-23 14:59:24 -04:00
Chenlei Hu
5db757ade2
Enable ts-strict for uploadImage.ts ( #1280 )
2024-10-23 13:59:47 -04:00
Chenlei Hu
59c03d2de5
[Refactor] Rename ModelStore to ModelFolder ( #1244 )
...
* Refactor click
* Rename ModelStore to ModelFolder
2024-10-23 12:04:49 -04:00
YANG Zhitao
b655c5544d
Enable ts-strict for contextMenuFilter.ts ( #1263 )
...
* Enable ts-strict for contextMenuFilter.ts
* function instead of arrow function
* tackle @ts-expect-error at contextMenuFilter.ts by use class instead of function + prototype
2024-10-23 12:03:50 -04:00
YANG Zhitao
9388ee0705
Enable ts-strict for invertMenuScrolling.ts ( #1264 )
2024-10-23 12:03:33 -04:00