feat: react-router, sidebar layout, sticky header, dropdown component, remove emojis, rounded corners

This commit is contained in:
Austin Pickett 2026-04-14 00:01:18 -04:00
parent 0cc7f79016
commit bc3844c907
16 changed files with 914 additions and 509 deletions

View file

@ -188,7 +188,7 @@ export function OAuthProvidersCard({ onError, onSuccess }: Props) {
{!p.status.logged_in && (
<span className="text-xs text-muted-foreground/80">
Not connected. Run{" "}
<code className="text-foreground bg-secondary/40 px-1 rounded">
<code className="text-foreground bg-secondary/40 px-1">
{p.cli_command}
</code>{" "}
in a terminal.