Add Telegram WebApp support: initialize app, enhance layout with fullscreen toggle, and improve polling mechanism in Wheel component

This commit is contained in:
PEDZEO
2026-01-20 00:13:11 +03:00
parent c96ec5ecf6
commit 8753000a03
6 changed files with 219 additions and 16 deletions

View File

@@ -1003,6 +1003,11 @@
}
/* Fortune Wheel animations */
@keyframes wheel-shimmer {
0% { background-position: 200% 50%; }
100% { background-position: -200% 50%; }
}
@keyframes wheel-glow {
0%, 100% { filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.3)); }
50% { filter: drop-shadow(0 0 20px rgba(255, 215, 0, 0.6)); }