Skip to content

Commit 9a64d22

Browse files
authored
feat: implement notification list component (#2009)
1 parent e81d2fa commit 9a64d22

38 files changed

+685
-255
lines changed
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading

apps/browser-extension-wallet/src/components/MainMenu/MainHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { BrowserViewSections } from '@lib/scripts/types';
1313
import { NetworkPill } from '@components/NetworkPill';
1414
import { useAnalyticsContext } from '@providers';
1515
import { PostHogAction } from '@providers/AnalyticsProvider/analyticsTracker';
16-
import { NotificationsBellContainer } from '@components/NotificationsCenter';
16+
import { NotificationsBellContainer } from '@src/features/notifications-center';
1717

1818
export const MainHeader = (): React.ReactElement => {
1919
const { t } = useTranslation();

apps/browser-extension-wallet/src/components/NotificationsCenter/NotificationsAllClear.tsx

Lines changed: 0 additions & 20 deletions
This file was deleted.

apps/browser-extension-wallet/src/components/NotificationsCenter/NotificationsCenter.tsx

Lines changed: 0 additions & 79 deletions
This file was deleted.

apps/browser-extension-wallet/src/components/NotificationsCenter/NotificationsCenterContainer.tsx

Lines changed: 0 additions & 26 deletions
This file was deleted.

apps/browser-extension-wallet/src/components/NotificationsCenter/NotificationsCenterLayout.tsx

Lines changed: 0 additions & 28 deletions
This file was deleted.

apps/browser-extension-wallet/src/components/NotificationsCenter/NotificationsDropDown.tsx

Lines changed: 0 additions & 52 deletions
This file was deleted.

apps/browser-extension-wallet/src/components/NotificationsCenter/index.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)