perf: optimize app startup and background lifecycles

This commit is contained in:
inman
2026-08-19 00:56:15 +08:00
parent 31332f6d76
commit 927e13349b
121 changed files with 4359 additions and 1400 deletions

View File

@@ -189,7 +189,7 @@ function StageActionBar({
secondary?: ReactNode;
}) {
return (
<div className="shrink-0 border-t bg-background/95 px-6 py-3 backdrop-blur">
<div className="shrink-0 border-t bg-background px-6 py-3">
<div className="flex items-center justify-between gap-3">
<div className="flex min-w-0 items-center gap-2">
{secondary}