Implement color palette in Vue (#2047)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2024-12-25 21:41:48 -05:00
committed by GitHub
parent f1eee96ebc
commit db572a4085
29 changed files with 501 additions and 608 deletions

View File

@@ -11,13 +11,8 @@ import { useWidgetStore } from './widgetStore'
/**
* These extensions are always active, even if they are disabled in the setting.
* TODO(https://github.com/Comfy-Org/ComfyUI_frontend/issues/1996):
* Migrate logic to out of extensions/core, as features provided
* by these extensions are now essential to core.
*/
export const ALWAYS_ENABLED_EXTENSIONS: readonly string[] = [
'Comfy.ColorPalette'
]
export const ALWAYS_ENABLED_EXTENSIONS: readonly string[] = []
export const ALWAYS_DISABLED_EXTENSIONS: readonly string[] = [
// pysssss.Locking is replaced by pin/unpin in ComfyUI core.