feat: enhance server stats widgets and fix TypeScript/ESLint errors #394

Merged
ZacharyZcR merged 50 commits from feature-server-stats-customization into dev-1.8.0 2025-10-10 03:48:34 +00:00
2 changed files with 1385 additions and 1387 deletions
Showing only changes of commit 720b7ed723 - Show all commits
+1 -3
View File
@@ -46,9 +46,7 @@ export function TOTPDialog({
className="space-y-4" className="space-y-4"
> >
<div> <div>
<Label htmlFor="totpCode"> <Label htmlFor="totpCode">{t("terminal.totpCodeLabel")}</Label>
{t("terminal.totpCodeLabel")}
</Label>
<Input <Input
id="totpCode" id="totpCode"
name="totpCode" name="totpCode"