mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
feat: redesign admin panel with glass morphism UI, animated background, and stats bar
- Rewrite AdminPanel with cosmic floating orbs background using theme colors - Add stats bar: uptime, bot version, cabinet version, trial/paid counts from API - Glass morphism cards with 3D tilt effect (rAF-throttled) and entry animations - Live search with Cmd+K shortcut, highlight matches, permission-aware filtering - Register Tailwind `light:` variant for proper light theme support - Mobile optimizations: reduced orbs (3), lower blur (80px), compact 2-col stats - Telegram MiniApp safe area support via useTelegramSDK - Full accessibility: aria-hidden on decorative SVGs, aria-labels, role="status" - React.memo on StatsBar, GlassCard, CosmosBackground for render performance - Memo-stable section refs via Set<id> pattern to preserve GlassCard memo during search - i18n keys added to all 4 locales (ru, en, zh, fa)
This commit is contained in:
@@ -951,6 +951,17 @@
|
||||
"panel": {
|
||||
"title": "پنل مدیریت",
|
||||
"subtitle": "مدیریت سیستم",
|
||||
"statsUptime": "آپتایم",
|
||||
"statsBot": "ربات",
|
||||
"statsCabinet": "کابینت",
|
||||
"statsTrials": "آزمایشی",
|
||||
"statsPaid": "پولی",
|
||||
"statsOnline": "آنلاین",
|
||||
"statsToday": "امروز",
|
||||
"searchPlaceholder": "جستجو...",
|
||||
"searchEmpty": "چیزی پیدا نشد",
|
||||
"searchEmptyHint": "عبارت دیگری امتحان کنید",
|
||||
"searchClear": "پاک کردن جستجو",
|
||||
"dashboardDesc": "آمار و مانیتورینگ سیستم",
|
||||
"ticketsDesc": "مدیریت تیکتهای کاربران",
|
||||
"settingsDesc": "تنظیمات و پارامترهای سیستم",
|
||||
|
||||
Reference in New Issue
Block a user