feat(midsummer): glad midsommar banner + one-shot confetti

This commit is contained in:
Erik 2026-06-19 09:28:34 +02:00
parent e7b0f11bb1
commit c4dd1b7ae7
5 changed files with 81 additions and 0 deletions

View file

@ -7,6 +7,7 @@ import { WindowRenderer } from '../windows/WindowRenderer';
import { RareNotification } from '../effects/RareNotification';
import { DeathNotification } from '../effects/DeathNotification';
import { usePlayerColors } from '../../hooks/usePlayerColors';
import { MidsummerBanner } from '../midsummer/MidsummerBanner';
import type { DashboardState } from '../../hooks/useLiveData';
interface Props {
@ -41,6 +42,7 @@ export const MapLayout: React.FC<Props> = ({ data }) => {
return (
<WindowManagerProvider>
<div className="ml-layout">
<MidsummerBanner />
<Sidebar
players={players}
vitals={vitalsMap}