fix: add nous-research/ui package

This commit is contained in:
Austin Pickett 2026-04-19 10:48:56 -04:00
parent 957ca79e8e
commit 923539a46b
26 changed files with 798 additions and 637 deletions

View file

@ -158,11 +158,11 @@ export function OAuthProvidersCard({ onError, onSuccess }: Props) {
)}
</div>
{p.status.logged_in && p.status.token_preview && (
<code className="text-xs text-muted-foreground font-mono-ui truncate">
token{" "}
<span className="text-foreground">{p.status.token_preview}</span>
<code className="text-xs font-mono-ui truncate">
<span className="opacity-50">token{" "}</span>
{p.status.token_preview}
{p.status.source_label && (
<span className="text-muted-foreground/70">
<span className="opacity-40">
{" "}· {p.status.source_label}
</span>
)}