File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import Splitter from 'primevue/splitter'
55import SplitterPanel from ' primevue/splitterpanel'
66import { computed } from ' vue'
77
8+ import ExtensionSlot from ' @/components/common/ExtensionSlot.vue'
89import CurrentUserButton from ' @/components/topbar/CurrentUserButton.vue'
910import LoginButton from ' @/components/topbar/LoginButton.vue'
1011import TopbarBadges from ' @/components/topbar/TopbarBadges.vue'
@@ -14,6 +15,7 @@ import {
1415 isValidWidgetValue ,
1516 safeWidgetMapper
1617} from ' @/composables/graph/useGraphNodeManager'
18+ import { useAssetsSidebarTab } from ' @/composables/sidebarTabs/useAssetsSidebarTab'
1719import { t } from ' @/i18n'
1820import type { LGraphNode } from ' @/lib/litegraph/src/LGraphNode'
1921import { useTelemetry } from ' @/platform/telemetry'
@@ -113,8 +115,15 @@ function openFeedback() {
113115 class =" h-[calc(100%-38px)] w-full bg-comfy-menu-secondary-bg"
114116 :pt =" { gutter: { class: 'bg-transparent w-4 -mx-3' } }"
115117 >
118+ <SplitterPanel :size =" 1" class =" min-w-min bg-comfy-menu-bg" >
119+ <div
120+ class =" sidebar-content-container h-full w-full overflow-x-hidden overflow-y-auto border-r-1 border-node-component-border"
121+ >
122+ <ExtensionSlot :extension =" useAssetsSidebarTab()" />
123+ </div >
124+ </SplitterPanel >
116125 <SplitterPanel
117- :size =" 99 "
126+ :size =" 98 "
118127 class =" flex flex-row overflow-y-auto flex-wrap min-w-min gap-4 m-4"
119128 >
120129 <img
You can’t perform that action at this time.
0 commit comments