mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
feat: add animated MovingGradient background
This commit is contained in:
@@ -28,6 +28,7 @@ import TicketNotificationBell from '@/components/TicketNotificationBell';
|
||||
|
||||
import { MobileBottomNav } from './MobileBottomNav';
|
||||
import { AppHeader } from './AppHeader';
|
||||
import { MovingGradient } from './MovingGradient';
|
||||
|
||||
import { slideUp, slideUpTransition } from '@/components/motion/transitions';
|
||||
|
||||
@@ -360,7 +361,10 @@ export function AppShell({ children }: AppShellProps) {
|
||||
: 64;
|
||||
|
||||
return (
|
||||
<div className="min-h-screen bg-dark-950">
|
||||
<div className="min-h-screen">
|
||||
{/* Animated background */}
|
||||
<MovingGradient />
|
||||
|
||||
{/* Global components */}
|
||||
<WebSocketNotifications />
|
||||
<SuccessNotificationModal />
|
||||
|
||||
Reference in New Issue
Block a user