feat(panel): dense tooltip pass — projects, products, social, KB, business, settings, notifications (178 tips)

Density bar: every dialog field, column header, filter, badge, and
status pill explains itself — grounded in the backend (ladder
normalization, rate-limit park/probe, self-hosted fallback, reindex
scope). Disabled buttons span-wrap so tips fire; tabs re-assert
data-state.
This commit is contained in:
Renn F
2026-07-15 17:56:12 +02:00
parent 84563e84b6
commit 57254b3ce2
38 changed files with 1205 additions and 655 deletions
@@ -142,9 +142,11 @@ export function KBStatsCard({ stats, isLoading }: KBStatsCardProps) {
</div>
</div>
{latestUpdated && (
<p className="text-xs text-muted-foreground pt-1">
Updated {formatDistanceToNow(new Date(latestUpdated))} ago
</p>
<HelpTip label={new Date(latestUpdated).toLocaleString()}>
<p className="text-xs text-muted-foreground pt-1 w-fit">
Updated {formatDistanceToNow(new Date(latestUpdated))} ago
</p>
</HelpTip>
)}
</CardContent>
</Card>