Benjamin Lu
c5edbe588c
[refactor] Move setting migrations to settingStore
...
Relocate runSettingMigrations() from GraphCanvas.vue to settingStore's
loadSettingValues() method. This improves separation of concerns by keeping
data migration logic within the store rather than coupling it to UI components.
The migrations now run at the optimal time: after loading setting values from
the server but before any settings are registered, ensuring proper initialization
order and preventing potential race conditions.
This change makes the architecture cleaner and more maintainable by centralizing
all setting-related logic in the appropriate store.
2025-07-01 19:19:51 -04:00
Benjamin Lu
472f90799d
[refactor] Consolidate settings migration logic into dedicated utility
...
- Extract all migrateDeprecatedValue logic from individual settings into centralized settingsMigration.ts
- Remove migrateDeprecatedValue from SettingParams interface and coreSettings definitions
- Simplify settingStore by removing tryMigrateDeprecatedValue function
- Ensure migrations run after loadSettingValues() for clean initialization flow
- Update tests to reflect new migration approach
This refactor centralizes all setting value migrations in one place, making them easier to maintain and avoiding timing issues with settings that don't exist yet.
2025-07-01 18:47:04 -04:00
Christian Byrne
24cbc41832
[Manager] Fix bug: opening modal when last focused tab was 'Installed' always shows empty list ( #4252 )
2025-06-23 02:41:15 -07:00
Christian Byrne
2ef760c599
[Manager] Keep progress dialog on top using priority system ( #4225 )
2025-06-20 15:22:42 -07:00
Christian Byrne
ec9da0b6c5
[refactor] Add ResultItemType and improve image upload typing ( #4200 )
2025-06-16 14:31:24 -07:00
filtered
d5ecfb2c99
Revert "[refactor] Refactor and type image upload options" ( #4190 )
2025-06-15 12:17:54 -07:00
Christian Byrne
3211875084
[refactor] Refactor and type image upload options ( #4185 )
2025-06-15 12:07:26 -07:00
Christian Byrne
a6bd04f951
[Manager] Make dialog closeable with button and hotkey ( #4179 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-14 15:21:43 -07:00
comfy-waifu
8274df5075
Fixed favicon some progress frames not found - by ComfyWaifu 🤍 ( #4143 )
2025-06-13 21:59:35 -07:00
filtered
587d7a19a1
[TS] Improve various types / remove assertions ( #4148 )
2025-06-13 01:46:50 -07:00
Christian Byrne
73be826956
[Feature] Add "All" category to template workflows ( #3931 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-04 02:58:00 -07:00
Benjamin Lu
40cfc43c54
Add Help Menu in NodeLibrarySidebarTab ( #3922 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-06-01 23:24:31 +10:00
Christian Byrne
dee00edc5f
[feat] Add node library sorting and grouping controls ( #4024 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-31 17:39:39 +10:00
filtered
aca1a2a194
Revert "Allow extensions to define pinia stores" ( #4027 )
2025-05-31 04:12:59 +10:00
Terry Jia
811ddd6165
Allow extensions to define pinia stores ( #4018 )
2025-05-30 12:05:03 +10:00
filtered
0cdaa512c8
Allow extensions to raise their own Vue dialogs ( #4008 )
2025-05-29 21:05:52 +10:00
filtered
c35d44c491
[TS] Fix workflow store type assertions ( #3978 )
2025-05-26 05:39:30 +10:00
Christian Byrne
4ad6475283
[Feature] Add audio preview support to queue sidebar ( #3954 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-21 21:31:38 -04:00
Christian Byrne
22dc84324e
[docs] add READMEs for major folders ( #3923 )
2025-05-18 12:11:56 -04:00
Christian Byrne
4cad1a9567
Add LLM chat history widget ( #3907 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-16 22:00:45 -04:00
Chenlei Hu
9a5b80a279
[Refactor] Split SelectionToolbox buttons to components ( #3902 )
2025-05-15 11:20:51 -04:00
杨必赞
7c5c47c105
expose user loggedin in extensionManager ( #3871 )
2025-05-13 21:04:27 -04:00
Chenlei Hu
be84d81c32
[Branding] Show execution progress in favicon ( #3880 )
2025-05-13 15:57:18 -04:00
filtered
58906fa821
[CodeHealth] Remove remaining uses of global app var ( #3868 )
2025-05-13 12:01:02 -04:00
filtered
7144ec54aa
Fix UI crash when selecting broken node + TS fixes ( #3859 )
2025-05-12 17:57:59 +10:00
Christian Byrne
992c2ba822
Show text progress messages on executing nodes ( #3824 )
2025-05-10 16:10:58 -04:00
Christian Byrne
974236ce5a
Fix video previews not displayed if VHS previously installed but disabled or uninstalled ( #3844 )
2025-05-10 16:03:55 -04:00
Christian Byrne
6408623b71
[API Node] Show user state when logged in via API key ( #3838 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Chenlei Hu <hcl@comfy.org >
2025-05-09 14:45:32 -04:00
Christian Byrne
34b1fd5a72
[API Node] Allow authentification via Comfy API key ( #3815 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-09 13:42:03 -04:00
Christian Byrne
1ef3c007e6
[Auth] Allow user select GitHub account on login ( #3801 )
2025-05-07 12:03:23 -04:00
Chenlei Hu
d05a340949
[Auth] Allow user select google account on login ( #3777 )
2025-05-05 23:16:16 -04:00
Christian Byrne
c24472aeac
[API Node] Add localizations for template workflow descriptions ( #3769 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-05 12:53:02 -07:00
Christian Byrne
3758a435cb
[API Node] Sort API templates by localized display name ( #3765 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-05 10:55:02 -07:00
filtered
8713cd6e25
[TS] Require override keyword ( #3746 )
2025-05-03 19:54:45 -04:00
Christian Byrne
743f3cb5a1
[Subgraph] Add subgraph breadcrumbs component ( #3241 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-05-03 09:31:45 +10:00
Christian Byrne
23d32282bc
Fix: server fails to load SVG outputs when user has "Preview Format" setting specified ( #3734 )
2025-05-02 10:09:50 -07:00
Christian Byrne
1cbc0fc613
[API Node] Sort API templates by name ( #3721 )
2025-05-01 21:30:32 -04:00
Chenlei Hu
d41b8c4e83
[Refactor] Use single map to store dom widget and states ( #3703 )
2025-04-30 19:29:49 -04:00
Chenlei Hu
834d5820d2
[Auth] Allow change password in user panel ( #3699 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-30 16:12:57 -04:00
Chenlei Hu
5ec4ec8303
[Bug] Fix mp4 output preview in queue ( #3672 )
2025-04-28 15:25:53 -04:00
Chenlei Hu
8472bde5dd
[Cleanup] Remove unnecessary null check on auth (2/2) ( #3661 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-27 20:50:59 -04:00
Chenlei Hu
b05407ffdd
[Refactor] Split authStore into authStore and authService ( #3612 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-24 20:45:30 -04:00
Chenlei Hu
0ed29a198d
[Cleanup] Remove unnecessary null check on auth ( #3610 )
2025-04-24 17:36:16 -04:00
Chenlei Hu
4244a0a258
[Cleanup] Remove unused dialog functions ( #3588 )
2025-04-23 11:46:50 -04:00
Chenlei Hu
9e10e55633
[Schema] Add api_node flag to node def schema ( #3586 )
2025-04-23 10:47:08 -04:00
Christian Byrne
59cbe90fd3
[API Node] Reset password ( #3578 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-23 10:13:17 -04:00
Christian Byrne
3bd508c001
Use generalized prod config var ( #3574 )
2025-04-22 22:26:31 -04:00
Christian Byrne
e9723407d8
[API Node] Fix credits fetch condition ( #3575 )
2025-04-22 21:33:44 -04:00
Christian Byrne
a01aa39423
[API Node] Show error toast ( #3576 )
2025-04-22 21:32:52 -04:00
Christian Byrne
8558f87547
[API Node] User management ( #3567 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Chenlei Hu <hcl@comfy.org >
2025-04-22 18:48:45 -04:00