Chenlei Hu
12d421b42c
Update litegraph (TypeScript LiteGraphGlobal) ( #1308 )
2024-10-25 08:45:04 -04:00
Chenlei Hu
16ebfd6171
Fix import of NodeReference in ComfyPage ( #1306 )
2024-10-25 08:32:12 -04:00
Chenlei Hu
59c999324e
Split ComfyPage fixture ( #1305 )
...
* Split down page components
* Move litegraph utils
* nit
2024-10-25 08:29:02 -04:00
Chenlei Hu
624bcc75ab
Move ComfyPage to fixtures folder ( #1304 )
2024-10-25 08:01:50 -04:00
Chenlei Hu
86fb5339e8
0.8.5 ( #217 )
2024-10-25 07:54:31 -04:00
Chenlei Hu
54e833502a
Fix playwright test on settings API ( #1303 )
2024-10-25 07:53:23 -04:00
Chenlei Hu
c3242711c7
Update bug-report.yaml (Add settings section) ( #1301 )
2024-10-25 07:46:45 -04:00
Chenlei Hu
17391e4aad
Handle potential undefined node data in NodeBookmarkTreeExplorer ( #1300 )
2024-10-25 07:41:43 -04:00
Chenlei Hu
48b840a88d
1.3.22 ( #1297 )
v1.3.22
2024-10-24 20:03:40 -04:00
filtered
eb98a36d47
Typescript LiteGraphGlobal ( #210 )
...
* nit - Format
* Refactor - prefer typeof over constructor check
* Fix initialisers
* Add TS types
* nit - auto const/let
* nit - manual const/let
* nit
* Add TS types
* nit - Remove redundant JSDoc
* nit
* Use enums in LiteGraph global
* Fix TS type - node shape
* Add TS types
* Remove unused vars
* nit - Refactor / format
* nit - Refactor
* Refactor - optional chaining
2024-10-24 20:00:29 -04:00
filtered
c0afb1306e
Convert CurveEditor to TypeScript ( #211 )
2024-10-24 19:59:36 -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
filtered
dd8cda7862
Typescript DragAndScale ( #212 )
...
* nit - Format
* Add TS types
* nit - auto const/let
* nit
* nit - Refactor / format
* Refactor - optional chaining
2024-10-24 18:41:21 -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
d113072a64
1.3.21 ( #1289 )
v1.3.21
2024-10-23 20:38:50 -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
0251bc9e6c
1.3.20 ( #1285 )
v1.3.20
2024-10-23 19:53:33 -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
db08f74d6a
Update litegraph (TypeScript LgraphNode) ( #1281 )
2024-10-23 14:38:09 -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
juju
f228ec29eb
Enable ts-strict for editAttention.ts ( #1269 )
...
* fix typecheck errors
* revert tsconfig strict true
2024-10-23 12:02:52 -04:00
Yoland Yan
7239e94092
Mini lang ( #1245 )
2024-10-13 09:56:58 +02:00
Chenlei Hu
e33a5f7736
1.3.19 ( #1243 )
v1.3.19
2024-10-12 17:21:59 -04:00
Chenlei Hu
c1c990e6f3
Properly show empty folder in model sidebar tab ( #1242 )
...
* Properly show empty folder in model sidebar tab
* nit
* nit
2024-10-12 17:02:58 -04:00
Chenlei Hu
a890756868
Enable ts-strict for modelStore.ts ( #1241 )
2024-10-12 16:38:27 -04:00
Chenlei Hu
015ee2df15
Revert "Enable ts-strict for colorUtil.ts ( #1239 )" ( #1240 )
...
This reverts commit c3b2697568 .
2024-10-12 15:58:43 -04:00
Chenlei Hu
c3b2697568
Enable ts-strict for colorUtil.ts ( #1239 )
2024-10-12 14:11:32 -04:00
Chenlei Hu
dfcabd2834
Enable ts-strict for treeUtil.ts ( #1238 )
2024-10-12 14:10:08 -04:00
Chenlei Hu
634196cbd6
Enable ts-strict for dialogStore.ts ( #1236 )
2024-10-12 12:17:55 -04:00
Chenlei Hu
5611e90fda
Add ts-strict-ignore plugin ( #1235 )
...
* Add ts-strict-ignore plugin
* nit
* Add to typecheck script
2024-10-12 11:56:49 -04:00
filtered
4d87476905
Typescript ContextMenu ( #206 )
...
* Format only
* Refactor TS narrowing & coercion
* nit - Refactor
* nit - Refactor
* Refactor optional chaining
* Add TS narrowing
* nit - Add base interface
* Add TS types
* Refactor - TS type narrowing
* Convert to arrow funcs for this ref
2024-10-12 11:00:50 -04:00
Chenlei Hu
9ba292da4a
0.8.4 ( #209 )
2024-10-12 10:59:17 -04:00
filtered
c34299f1d7
Typescript LGraphGroup ( #208 )
...
* nit - Format
* nit - auto const/let
* nit - Refactor / format
* Add TS types
* Replace dynamic getter/setter with class decls
* Make group move nodes param optional
2024-10-12 10:57:45 -04:00
filtered
96866e8624
Typescript LGraphNode ( #207 )
...
* nit - Fix whitespace
* nit - Remove outdated comments
* nit - Remove redundant jsdoc tag
* Format only
* Add TS types
* nit - Auto let/const
* Convert special-case vars
* nit - Redeclared params / vars
* nit - const/let
* Refactor - minor logic change
* Add TS types - overloads w/workaround
* Refactor - prefer typeof over constructor check
* Add TS types
* Remove unused params
* nit - Refactor
* Refactor LGraphNode.findSlotByType
* nit - Refactor / format
* Refactor - optional chaining
* Fix TS type - node shape
2024-10-12 10:53:25 -04:00
Chenlei Hu
c23d95f8f9
1.3.18 ( #1232 )
v1.3.18
2024-10-11 16:27:50 -04:00
Chenlei Hu
c2377b62ac
Fix sidebar tab bg color ( #1229 )
...
* Fix node library sidebar style
* Fix styles
* nit
2024-10-11 15:04:29 -04:00
Chenlei Hu
f328d4cd81
Hide system scrollbar for queue sidebar tab ( #1227 )
2024-10-11 13:59:51 -04:00
Chenlei Hu
fbc1482b90
Use scrollpanel in sidebar template ( #1226 )
...
* Use scrollpanel in sidebar template
* Migrate
* nit
2024-10-11 13:41:41 -04:00
Chenlei Hu
90e07af4f5
Update litegraph (TypeScript LGraphCanvas) ( #1225 )
2024-10-11 13:39:19 -04:00
Chenlei Hu
f1bb7153da
0.8.3 ( #205 )
2024-10-11 12:22:56 -04:00
filtered
d69a2ae9b0
Typescript LGraphCanvas ( #202 )
...
* Format only
* Revert accidental change
* Fix redundant falsy check - uninit. var
* nit - Refactor const/let
* nit - Refactor const/let (manual)
* nit - Redeclared params
* Add TS types & minor refactor only
* Refactor - Clean up / reformat
- Add strings.ts helper functions
- Remove unused vars & local function params
- Simplifies code
- Rename vars for clarity
- Add TODOs and other comments
- Add ts-expect-error
* Redirect draw.ts enums to global file (temp.)
Should be revisited after TS merge complete
Corrects import of types from draw.ts into interfaces
* Add measure.ts - move util funcs from Global
* Add all imports required for TS conversion
* Refactor - TS narrowing
* nit - TS types & minor refactor
* Add missing types from recent PRs
Removes duplicate declarations
Fixes some type mismatches
* nit - Refactor recent PRs
* Revert incorrect decls backported
* Remove unused params
* Add TS types only
* Fix minor TS type coercion issues
Also removes redundant code
* nit - Refactor
* Remove @ts-nocheck
* Fix refactor regression - drag link to output
Issue was the result of fixing var declared outside of closure
* Restore original logic
---------
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-10-11 12:21:10 -04:00