perf: optimize app startup and background lifecycles
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user