Skip to content

Commit

Permalink
remove React Interstitial editor (#786)
Browse files Browse the repository at this point in the history
[#188860243]
  • Loading branch information
uraniumanchor authored Feb 5, 2025
1 parent d92cd4b commit 7d17043
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 568 deletions.
12 changes: 0 additions & 12 deletions bundles/admin/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import { setAPIRoot } from '@tracker/Endpoints';
import NotFound from '../public/notFound';
import ScheduleEditor from './scheduleEditor';

const Interstitials = React.lazy(() => import('./interstitials' /* webpackChunkName: 'interstitials' */));

const ProcessPendingBids = React.lazy(() =>
import('./donationProcessing/processPendingBids' /* webpackChunkName: 'donationProcessing' */),
);
Expand Down Expand Up @@ -103,8 +101,6 @@ function Menu() {
</>
)}
<DropdownMenu name="Schedule Editor" path="schedule_editor" />
&mdash;
<DropdownMenu name="Interstitials" path="interstitials" />
{canViewBids && (
<>
&mdash;
Expand Down Expand Up @@ -168,14 +164,6 @@ function App({ rootPath }) {
</React.Suspense>
}
/>
<Route
path="interstitials/:eventId"
element={
<React.Suspense fallback={<Loading />}>
<Interstitials />
</React.Suspense>
}
/>
{canViewBids && (
<Route path="process_pending_bids/" element={React.createElement(EventMenu('Process Pending Bids'))} />
)}
Expand Down
65 changes: 0 additions & 65 deletions bundles/admin/interstitials/Editor/Body.tsx

This file was deleted.

42 changes: 0 additions & 42 deletions bundles/admin/interstitials/Editor/Rows.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions bundles/admin/interstitials/Editor/Rows/AdRow.tsx

This file was deleted.

113 changes: 0 additions & 113 deletions bundles/admin/interstitials/Editor/Rows/InterviewRow.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions bundles/admin/interstitials/Editor/Rows/SpeedrunRow.tsx

This file was deleted.

96 changes: 0 additions & 96 deletions bundles/admin/interstitials/Editor/Table.tsx

This file was deleted.

Loading

0 comments on commit 7d17043

Please sign in to comment.