mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user