feat: implemented workspace flow

This commit is contained in:
--list
2026-01-13 23:32:18 -08:00
parent a89a48d11e
commit e419a76b5e
22 changed files with 2322 additions and 198 deletions

View File

@@ -23,8 +23,8 @@
class="w-full border-none bg-transparent"
>
<template #optiongroup="{ option }">
<Divider v-if="option.key !== 'workspace'" class="my-2" />
<h3 class="px-2 py-1 text-xs font-semibold uppercase text-muted">
<!-- <Divider v-if="option.key !== 'workspace'" class="my-2" /> -->
<h3 class="text-xs font-semibold uppercase text-muted m-0 pt-6 pb-2">
{{ option.label }}
</h3>
</template>
@@ -96,8 +96,6 @@ const { defaultPanel } = defineProps<{
| 'credits'
| 'subscription'
| 'workspace'
| 'workspace-plan'
| 'workspace-members'
}>()
const {