fix(webui): emphasize temporary chat expiry

This commit is contained in:
Xubin Ren
2026-08-08 23:20:59 +08:00
parent 92eb91338a
commit af52fbcbc4
12 changed files with 40 additions and 11 deletions
+7 -1
View File
@@ -112,7 +112,13 @@ export function ThreadHeader({
>
<div className="font-medium">{t("temporaryChat.title")}</div>
<div className="mt-1 text-muted-foreground">
{t("temporaryChat.description")}
{t("temporaryChat.retention")}
</div>
<div className="mt-1 font-medium">
{t("temporaryChat.expiration")}
</div>
<div className="mt-1 text-muted-foreground">
{t("temporaryChat.externalEffects")}
</div>
</TooltipContent>
</Tooltip>