fix(webui): sort sessions by transcript activity

This commit is contained in:
chengyongru
2026-06-15 17:44:26 +08:00
parent cbb4c0bad2
commit 167a53dc45
3 changed files with 158 additions and 7 deletions
@@ -1733,9 +1733,11 @@ export function SettingsView({
{t("settings.backToChat")}
</button>
) : null}
<p className="mb-2 text-[12px] font-normal text-muted-foreground">
{t("settings.sidebar.title")}
</p>
{activeSection !== "automations" ? (
<p className="mb-2 text-[12px] font-normal text-muted-foreground">
{t("settings.sidebar.title")}
</p>
) : null}
<h1 className="text-[24px] font-normal leading-tight tracking-normal text-foreground sm:text-[28px]">
{text(`settings.nav.${activeSection}`, titleForSection(activeSection))}
</h1>