mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 14:54:12 +00:00
Bookmark nodes in node library (#612)
* Basic bookmark * Extract node leaf as component * bigger hitbox
This commit is contained in:
@@ -77,7 +77,7 @@ const zDownloadModelStatus = z.object({
|
||||
status: z.string(),
|
||||
progress_percentage: z.number(),
|
||||
message: z.string(),
|
||||
already_existed: z.boolean(),
|
||||
already_existed: z.boolean()
|
||||
})
|
||||
|
||||
export type StatusWsMessageStatus = z.infer<typeof zStatusWsMessageStatus>
|
||||
@@ -423,6 +423,7 @@ const zSettings = z.record(z.any()).and(
|
||||
'Comfy.Graph.ZoomSpeed': z.number(),
|
||||
'Comfy.InvertMenuScrolling': z.boolean(),
|
||||
'Comfy.Logging.Enabled': z.boolean(),
|
||||
'Comfy.NodeLibrary.Bookmarks': z.array(z.string()),
|
||||
'Comfy.NodeInputConversionSubmenus': z.boolean(),
|
||||
'Comfy.NodeSearchBoxImpl.LinkReleaseTrigger': z.enum([
|
||||
'always',
|
||||
|
||||
Reference in New Issue
Block a user