Merge branch 'dev' into 3802-team-to-user-switch

This commit is contained in:
Mike Cao 2025-12-01 10:12:19 -08:00 committed by GitHub
commit 3071ee8b88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
577 changed files with 2413 additions and 3644 deletions

View file

@ -1,18 +1,19 @@
import {
Text,
Column,
Icon,
IconLabel,
Menu,
MenuItem,
MenuTrigger,
MenuSection,
MenuSeparator,
SubmenuTrigger,
MenuTrigger,
Popover,
Row,
Column,
Pressable,
IconLabel,
Row,
SubmenuTrigger,
Text,
} from '@umami/react-zen';
import { ArrowRight } from 'lucide-react';
import {
useConfig,
useLoginQuery,
@ -33,7 +34,6 @@ import {
} from '@/components/icons';
import { Switch } from '@/components/svg';
import { DOCS_URL } from '@/lib/constants';
import { ArrowRight } from 'lucide-react';
export interface TeamsButtonProps {
showText?: boolean;