diff --git a/components/notifications/NotificationCenter.tsx b/components/notifications/NotificationCenter.tsx index c63a734..749979c 100644 --- a/components/notifications/NotificationCenter.tsx +++ b/components/notifications/NotificationCenter.tsx @@ -6,6 +6,7 @@ import { useEffect, useState, useRef, useCallback } from 'react' import { createPortal } from 'react-dom' +import { motion, AnimatePresence } from 'framer-motion' import Link from 'next/link' import { listNotifications, markNotificationRead, markAllNotificationsRead, type Notification } from '@/lib/api/notifications' import { getAuthErrorMessage } from '@ciphera-net/ui' @@ -198,12 +199,18 @@ export default function NotificationCenter({ anchor = 'bottom', variant = 'defau {(() => { - const panel = open ? ( -