mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
feat(panel): tooltip sweep — projects, products, social, KB, business, settings, notifications
All 34 feature flags get verified one-line tips; secret inputs state the write-only contract; KB index types get canonical descriptions; switch tips ride Labels so Radix data-state stays intact. Also fixes the scorecard SectionLabel swallowing props, which made tooltips on it silently inert.
This commit is contained in:
@@ -13,6 +13,7 @@ import {
|
||||
import { Label } from "@/components/ui/label";
|
||||
import { Input } from "@/components/ui/input";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { HelpTip } from "@/components/ui/help-tip";
|
||||
import { HardDrive, Save } from "lucide-react";
|
||||
import { toast } from "sonner";
|
||||
|
||||
@@ -72,9 +73,11 @@ export function TranscriptRetentionCard() {
|
||||
</CardHeader>
|
||||
<CardContent className="space-y-4">
|
||||
<div className="space-y-2">
|
||||
<Label htmlFor="transcript-retention-days">
|
||||
Retention window (days)
|
||||
</Label>
|
||||
<HelpTip label="Only takes effect while the transcript_prune_enabled feature flag is on.">
|
||||
<Label htmlFor="transcript-retention-days">
|
||||
Retention window (days)
|
||||
</Label>
|
||||
</HelpTip>
|
||||
<Input
|
||||
id="transcript-retention-days"
|
||||
type="number"
|
||||
|
||||
Reference in New Issue
Block a user