feat: complete i18n support, telegram webhook, and security improvements

This commit is contained in:
AyrisAI
2026-05-14 13:46:17 +03:00
parent 4c9a07e3ef
commit cc65a2bd72
23 changed files with 798 additions and 205 deletions

View File

@@ -1105,3 +1105,18 @@ tr:hover td {
.page-header { padding: 16px; }
.stats-grid { grid-template-columns: 1fr 1fr; }
}
/* ── Language Switcher ── */
.lang-switcher .btn-ghost {
border-radius: var(--radius) !important;
font-weight: 400 !important;
}
.lang-option:hover {
background: var(--bg-hover) !important;
color: var(--text-primary) !important;
}
.lang-option.active {
color: var(--accent-hover) !important;
font-weight: 600;
}