fix: polish sidebar and masthead chrome, scroll setup preflight (#1522)

Remove redundant nav and label dots, move desktop masthead status to animated left rails, and let AuthCanvas scroll long preflight content on small viewports.
This commit is contained in:
Anso
2026-06-29 20:29:06 -04:00
committed by GitHub
parent da73ee0717
commit 322d337d20
8 changed files with 51 additions and 59 deletions
@@ -93,13 +93,6 @@ export function SettingsSidebar({ currentSection, onSectionChange, dirtyFlags, o
className="absolute inset-y-0 left-0 w-[2px] rounded-sm bg-brand"
/>
)}
<span
aria-hidden="true"
className={cn(
'h-1 w-1 shrink-0 rounded-full',
isActive ? 'bg-brand' : 'bg-stat-subtitle/40',
)}
/>
<span className="flex-1 truncate text-left">{item.label}</span>
{isDirty && (
<span className="h-1.5 w-1.5 shrink-0 rounded-full bg-warning" />