Chenlei Hu
292af3fe3f
[Refactor] Replace explicit 'node' param with 'this' for TreeExplorer ( #2427 )
2025-02-05 12:20:08 -05:00
Chenlei Hu
98c197e8b1
Add LiteGraph.Canvas.LowQualityRenderingZoomThreshold setting ( #2412 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-03 20:28:07 -05:00
Chenlei Hu
45207dabbc
Type LGraphNode.onDragOver/onDragDrop ( #2389 )
2025-01-30 15:50:04 -08:00
Chenlei Hu
8ef3b87e59
Generate drag preview for node library nodes ( #2387 )
2025-01-30 11:11:22 -08:00
Chenlei Hu
0ab1d974c0
Add url setting type ( #2327 )
2025-01-23 11:25:06 -05:00
filtered
cd5283c4b7
[Refactor] Desktop maintenance task runner ( #2311 )
2025-01-21 20:18:01 -05:00
filtered
0b69d3cbfe
[Desktop] Startup maintenance screen ( #2253 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-21 16:10:15 -05:00
bymyself
ed6ece2099
Add forms plugin to issue report component ( #2302 )
2025-01-20 20:20:59 -05:00
filtered
9c53bbd53d
[Refactor] Move type extensions out of LG (SoC) ( #2303 )
...
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-01-20 14:22:56 -05:00
bymyself
654d72b4cc
Add issue report dialog service ( #2284 )
...
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-01-19 20:44:11 -05:00
bymyself
9d3bc0f173
Add optional report feature to error dialog ( #2229 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-12 13:23:02 -05:00
Chenlei Hu
1d02cd3c47
[Docs] Extract comfy workflow zod schema as json schema ( #2206 )
2025-01-09 11:30:47 -05:00
bymyself
7111022617
Fix node text highlight color on light theme ( #2195 )
2025-01-08 09:16:57 -05:00
Chenlei Hu
a1a834a76d
Support 2nd row location for workflow tabs ( #2193 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-07 16:05:37 -05:00
Chenlei Hu
975c2248c5
Rename Keybinding.targetSelector to targetElementId ( #2169 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-05 16:03:38 -05:00
bymyself
6525389273
Update Settings schema ( #2167 )
2025-01-05 12:56:29 -05:00
Chenlei Hu
e65653c107
Add support for custom light color palette ( #2156 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-04 18:53:47 -05:00
Chenlei Hu
174a9a114a
Expose dialogService to extensionManager ( #2113 )
2024-12-31 17:01:37 -05:00
bymyself
70bece2d48
Update history task item schema ( #2110 )
2024-12-31 12:33:11 -05:00
Chenlei Hu
d8f074fea0
[Lint] Sort imports ( #2104 )
2024-12-30 17:26:37 -05:00
Chenlei Hu
9d7a7dae62
[Theme] Loosen color palette schema ( #2053 )
2024-12-25 22:47:10 -05:00
Chenlei Hu
db572a4085
Implement color palette in Vue ( #2047 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-25 21:41:48 -05:00
Chenlei Hu
af6cb31214
Move color palettes to constants/coreColorPalettes.ts ( #2035 )
2024-12-23 21:43:30 -05:00
Chenlei Hu
e2bbfe7d80
Fix NODE_DEFAULT_SHAPE in color palette ( #2033 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-23 20:44:52 -05:00
Chenlei Hu
3b9a5a61b2
Add color picker and image upload form items ( #2031 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-23 16:10:15 -05:00
Chenlei Hu
fa06d6ea99
[Refactor] Split color palettes into separate json files ( #2029 )
2024-12-23 14:42:03 -05:00
Chenlei Hu
c433b38ba8
[CNR] Support module sytax of <node name>@<version> ( #1994 )
2024-12-19 14:48:33 -08:00
filtered
cb3e4b5ed7
[Refactor] Clean up image nodes, add TS types ( #1927 )
...
* [Refactor] Clean up image nodes, add TS types
Should be no functional changes.
* Remove unused code
2024-12-17 13:09:24 -08:00
Chenlei Hu
112a693f3d
[i18n] Translate setting options ( #1858 )
...
* Collect options
* Translate setting options
* Update locales [skip ci]
* Normalize key
* Revert change of logic
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-10 09:31:13 -08:00
filtered
c2145b6f45
Adjust UI theme slightly ( #1853 )
...
* Format CSS - prettier
* Cast Minor Shadows
Adds faint shadows to the top and side bars
* Darken the sidebar slightly
* Add theme config for bar shadows
* Fix menu item alignment and spacing
* [Refactor] Prefer canvas setDirty over draw
- nits
- types
2024-12-09 15:03:14 -08: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
7986aebf27
Translate command label on top command dropdown menu ( #1792 )
...
* collect i18n with playwright
* Add command label translation
* Normalize i18n object key
2024-12-04 13:19:53 -05:00
Chenlei Hu
a56462fc7c
Translate core setting name & tooltip ( #1765 )
...
* lazy eval default value
* Add setting translation
* Adjust hooks
* Add all translations
* nit
* Normalized setting id
* Update locales
* Fallback
* Locale => Language
* Locale => Language
* Update translations
2024-12-02 17:34:21 -05:00
filtered
7c2cce40de
Add default setting for node error colour ( #1738 )
2024-11-29 13:20:54 -05:00
filtered
2017b9016b
Add TS types - API ( #1736 )
...
* nit
* Add TS types - API events
* Replace all API event emits with type-safe variants
* Add missing API type
* nit
* Remove test code, nit
2024-11-29 13:15:25 -05:00
Chenlei Hu
9e565154a9
Rework user selection ( #1728 )
...
* Move to new route
* Convert to tailwind
* Basic style
* Add userStore
* nit
* nit
* nit
* Remove app.#setUser
* Route to user-select view
* Mock login
* Use primevue UI components
* handle create new user
* Remove legacy user selection
* Add logout button on side toolbar
* Add username to logout button tooltip
* Add playwright tests
* hide logout button in single user server
* nit
2024-11-28 23:36:41 -05:00
Chenlei Hu
b0085114d7
Remove app.storageLocation handling ( #1731 )
2024-11-28 13:35:08 -05:00
filtered
578870d345
Add canvas maximum FPS setting ( #1727 )
...
* Add canvas maximum FPS setting
* Update litegraph
---------
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-11-28 11:46:54 -05:00
Chenlei Hu
05fab91bda
Build comfyui-frontend-types library ( #1725 )
...
* Install vite-plugin-dts
* Explicitly type workflowStore
* Working rollup
* Hide diff type
* Inline primevue toast mesage types
* Add prepare-types script to generate package.json for type package
* Add global declaration
* Add publish types Github action
* Update litegraph
* Add @comfyorg to package name
2024-11-28 11:21:19 -05:00
Chenlei Hu
e79013dcfe
Remove deprecated type def on ComfyNodeDef ( #1720 )
2024-11-27 16:16:50 -05:00
Chenlei Hu
c4d3c672ad
Enforce ComfyExtension types ( #1718 )
...
* Enforce extension types
* nit
2024-11-27 15:35:18 -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
3708afaf21
[Electron] Add fp32 and fp64 to unet inference precision options ( #1678 )
2024-11-25 11:20:49 -05:00
Chenlei Hu
4b91860227
[Refactor] Extract SettingsPanel ( #1673 )
...
* [Refactor] Extract SettingsPanel
* nit
2024-11-24 20:48:35 -05:00
Chenlei Hu
4007cc13c2
[Electron] ComfyUI server config (Launch args config) ( #1644 )
...
* Remove electron adapter server args
* Add server args typing
* Add server config constant file
* Tooltip to name; name to id
* Capitalize category
* Server config store
* Prevent default value
* Add serverconfig test
* Guard server config panel with electron flag
* Filter nullish values from server args
* Use slider for preview size
2024-11-22 16:50:24 -05:00
Chenlei Hu
f34d50da3d
[Refactor] Extract 'FormItem' and 'SettingItem' ( #1619 )
...
* Extract SettingItem component
* Extract GeneralSettingItem
* Rename to FormItem
* nit
* nit
2024-11-20 15:10:17 -05:00
pythongosssss
6fbf1248f4
Filter cached/canceled results ( #1586 )
...
* Filter cached/canceled results
* Highlight if on
* Update setting
2024-11-18 16:59:59 -05:00
Chenlei Hu
16b0ebf75a
Remove deprecated setting Comfy.NodeSearchBoxImpl.LinkReleaseTrigger ( #1574 )
2024-11-17 12:10:44 -05:00
filtered
dde0291add
Fix change tracker count desync on error ( #1555 )
...
* Add TS types
* Ensure changeTracker works after exceptions
Wraps all code between before/after change calls in try/finally blocks
2024-11-15 16:03:21 -05:00
filtered
feafbf9cbf
Litegraph Reroute Beta ( #1421 )
...
* Add Reroute support - ConnectingLinkImpl
Bonus: TS strict
* Add Reroute support
* Remove unused TS expect error
* Add reroute beta opt-in option
* Add settings option: Middle-click reroute node
* Add settings: Link Markers
* Move settings
* Update litegraph
---------
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-11-12 11:46:14 -05:00