feat: replace MovingGradient with Aurora WebGL background

This commit is contained in:
c0mrade
2026-01-31 22:55:46 +03:00
parent 24781f32ec
commit cffef41f63
5 changed files with 284 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ import TicketNotificationBell from '@/components/TicketNotificationBell';
import { MobileBottomNav } from './MobileBottomNav';
import { AppHeader } from './AppHeader';
import { MovingGradient } from './MovingGradient';
import { Aurora } from './Aurora';
import { slideUp, slideUpTransition } from '@/components/motion/transitions';
@@ -363,7 +363,7 @@ export function AppShell({ children }: AppShellProps) {
return (
<div className="min-h-screen">
{/* Animated background */}
<MovingGradient />
<Aurora />
{/* Global components */}
<WebSocketNotifications />