Merge branch 'linear_mode' into comfy_vibe

This commit is contained in:
orkhanart
2025-11-29 12:54:56 -08:00
6 changed files with 215 additions and 197 deletions

View File

@@ -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: [