mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-03 04:31:58 +00:00
Merge branch 'linear_mode' into comfy_vibe
This commit is contained in:
@@ -27,6 +27,12 @@ const router = useRouter()
|
||||
const isTeam = computed(() => props.workspaceId === 'team')
|
||||
|
||||
const userMenuGroups = computed<MenuGroup[]>(() => [
|
||||
{
|
||||
label: 'Create',
|
||||
items: [
|
||||
{ label: 'Linear Mode', icon: 'pi pi-bolt', route: `/${props.workspaceId}/create` }
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'Overview',
|
||||
items: [
|
||||
@@ -48,6 +54,12 @@ const userMenuGroups = computed<MenuGroup[]>(() => [
|
||||
])
|
||||
|
||||
const teamMenuGroups = computed<MenuGroup[]>(() => [
|
||||
{
|
||||
label: 'Create',
|
||||
items: [
|
||||
{ label: 'Linear Mode', icon: 'pi pi-bolt', route: `/${props.workspaceId}/create` }
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'Overview',
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user