diff --git a/src/lib/components/ComfyApp.svelte b/src/lib/components/ComfyApp.svelte index e3f11e2..83bc0ef 100644 --- a/src/lib/components/ComfyApp.svelte +++ b/src/lib/components/ComfyApp.svelte @@ -1,4 +1,5 @@ @@ -222,86 +228,114 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + txt2img + + + + img2img + + + + asdflkj + + + + asdkajw + + + + + + + {#if $layoutState.attrs.queuePromptButtonName != ""} + + {$layoutState.attrs.queuePromptButtonName} + + {/if} + + Toggle Graph + + + Toggle Props + + + Toggle Queue + + + Save + + + Save Local + + + Load + + + Clear + + + Load Default + + + 🔄 + + + + + + + UI Edit mode + + Widgets + + + + Theme + + Gradio Dark + Gradio Light + Anapnoe + + + + + + + + - - - - - - - - - - - - - - - - - - - - - {#if $layoutState.attrs.queuePromptButtonName != ""} - - {$layoutState.attrs.queuePromptButtonName} - - {/if} - - Toggle Graph - - - Toggle Props - - - Toggle Queue - - - Save - - - Save Local - - - Load - - - Clear - - - Load Default - - - 🔄 - - - - - - - UI Edit mode - - Widgets - - - - Theme - - Gradio Dark - Gradio Light - Anapnoe - - - - - - + + + + @@ -309,37 +343,123 @@ diff --git a/src/lib/components/SidebarItem.svelte b/src/lib/components/SidebarItem.svelte new file mode 100644 index 0000000..40246e3 --- /dev/null +++ b/src/lib/components/SidebarItem.svelte @@ -0,0 +1,45 @@ + + + + + + + + +