fix(app): startup efficiency (#18854)

This commit is contained in:
Adam 2026-03-24 09:10:24 -05:00 committed by GitHub
parent c9c93eac00
commit 546748a461
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 943 additions and 636 deletions

View file

@ -5,7 +5,7 @@ import { IconButton } from "@opencode-ai/ui/icon-button"
import { Icon } from "@opencode-ai/ui/icon"
import { Button } from "@opencode-ai/ui/button"
import { Tooltip, TooltipKeybind } from "@opencode-ai/ui/tooltip"
import { useTheme } from "@opencode-ai/ui/theme"
import { useTheme } from "@opencode-ai/ui/theme/context"
import { useLayout } from "@/context/layout"
import { usePlatform } from "@/context/platform"