Auto-commit: OCR workflow improvements, performance optimizations, and bug fixes
This commit is contained in:
@@ -9,6 +9,7 @@ import { useTranslation } from 'react-i18next'
|
||||
import { navigationService } from '@/services/navigation'
|
||||
import { ZapIcon, GithubIcon, LogOutIcon } from 'lucide-react'
|
||||
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '@/components/ui/Tooltip'
|
||||
import { WorkspaceSelector } from '@/components/WorkspaceSelector'
|
||||
|
||||
interface NavigationTabProps {
|
||||
value: string
|
||||
@@ -92,6 +93,8 @@ export default function SiteHeader() {
|
||||
</TooltipProvider>
|
||||
</div>
|
||||
)}
|
||||
<span className="mx-2 text-xs text-gray-300 dark:text-gray-600">|</span>
|
||||
<WorkspaceSelector />
|
||||
</div>
|
||||
|
||||
<div className="flex h-10 flex-1 items-center justify-center">
|
||||
|
||||
Reference in New Issue
Block a user