Reapply "fix(app): startup efficiency (#18854)"

This reverts commit a379eb3867.
This commit is contained in:
Adam 2026-03-24 18:49:02 -05:00
parent d1c49ba210
commit 0dbfefa080
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
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"