Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ NEXT_PUBLIC_EVENT_SLUG=

NEXT_PUBLIC_EVENT_READY=

NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_MESSAGE_ID=
NEXT_PUBLIC_FIREBASE_PUBLIC_KEY=
NEXT_PUBLIC_FIREBASE_SERVER_KEY=
NEXT_PUBLIC_FIREBASE_APP_ID=
NEXT_PUBLIC_MESSAGING_TOPIC=
NEXT_PUBLIC_GOOGLE_TAG=

NEXT_PUBLIC_EVENT_SLUG_2022=
Expand Down
187 changes: 0 additions & 187 deletions components/layouts/components/NotificationsPrompt.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions components/layouts/default.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import React, { ReactNode } from 'react'
import { ThemeProvider } from '../../context/ThemeContext'
import { Footer } from './components/Footer'
import { NavBar } from './components/NavBar'
import { NotificationsPrompt } from './components/NotificationsPrompt'
import { UpdatesAvailablePrompt } from './components/UpdatesAvailablePrompt'
import { EventFeedback } from './components/EventFeedback'

Expand All @@ -27,7 +26,6 @@ export default function Layout({ children }: { children: ReactNode }) {
</div>
<Footer />
{isEventReady && <EventFeedback />}
<NotificationsPrompt />
</div>
</ThemeProvider>
{/* <!-- Global site tag (gtag.js) - Google Analytics --> */}
Expand Down
13 changes: 0 additions & 13 deletions firebase/util/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@types/next-pwa": "^5.6.9",
"axios": "^1.8.3",
"dayjs": "^1.11.13",
"firebase": "^11.4.0",
"moment": "^2.30.1",
"next": "^15.2.2",
"next-pwa": "^5.6.0",
Expand Down
35 changes: 0 additions & 35 deletions pages/api/notification.ts

This file was deleted.

40 changes: 0 additions & 40 deletions public/firebase-messaging-sw.js

This file was deleted.

1 change: 0 additions & 1 deletion public/images/notif.svg

This file was deleted.

1 change: 0 additions & 1 deletion utils/constants.ts

This file was deleted.

Loading