feat(ui): unified zone toggle + polished interactions for sidebar/top cards

This commit is contained in:
Ryan
2025-10-23 01:06:07 -04:00
committed by GitHub
parent 371a763fb4
commit 9ef40da5aa
4 changed files with 840 additions and 541 deletions

View File

@@ -4,7 +4,7 @@ import { loadAdminConfigFunc } from './auth.js';
import { showToast, toggleVisibility, attachEnterKeyListener } from './domUtils.js';
import { sendRequest } from './networkUtils.js';
const version = "v1.6.0";
const version = "v1.6.1";
const adminTitle = `${t("admin_panel")} <small style="font-size:12px;color:gray;">${version}</small>`;