Skip to content

Commit

Permalink
refactor: Drop obsolete portals module
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Oct 15, 2024
1 parent dfe5fd8 commit 78cfe94
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 103 deletions.
2 changes: 0 additions & 2 deletions apps/meteor/client/lib/appLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import React, { lazy } from 'react';

const ConnectionStatusBar = lazy(() => import('../components/connectionStatus/ConnectionStatusBar'));
const BannerRegion = lazy(() => import('../views/banners/BannerRegion'));
const PortalsWrapper = lazy(() => import('../views/root/PortalsWrapper'));
const ModalRegion = lazy(() => import('../views/modal/ModalRegion'));
const ActionManagerBusyState = lazy(() => import('../components/ActionManagerBusyState'));
const CloudAnnouncementsRegion = lazy(() => import('../views/cloud/CloudAnnouncementsRegion'));
Expand Down Expand Up @@ -35,7 +34,6 @@ class AppLayoutSubscription extends Emitter<{ update: void }> {
<CloudAnnouncementsRegion />
<BannerRegion />
{element}
<PortalsWrapper />
<ModalRegion />
</>
);
Expand Down
51 changes: 0 additions & 51 deletions apps/meteor/client/lib/portals/portalsSubscription.ts

This file was deleted.

31 changes: 0 additions & 31 deletions apps/meteor/client/views/root/PortalWrapper.ts

This file was deleted.

19 changes: 0 additions & 19 deletions apps/meteor/client/views/root/PortalsWrapper.tsx

This file was deleted.

0 comments on commit 78cfe94

Please sign in to comment.