Skip to content

Commit 6f62ad9

Browse files
authored
Merge pull request #382 from oasisprotocol/lw/rm-survey
Remove survey popup
2 parents 560c957 + 6679f52 commit 6f62ad9

7 files changed

Lines changed: 4 additions & 136 deletions

File tree

File renamed without changes.

.changelog/382.breaking.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove survey popup

src/components/RootLayout/index.tsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { ErrorBoundary } from '../ErrorBoundary'
99
import { ErrorDisplay } from '../ErrorDisplay'
1010
import { RoflAppBackendAuthProvider } from '../../contexts/RoflAppBackendAuth/Provider'
1111
import { RainbowKitProviderWithAuth } from '../../components/RainbowKitProviderWithAuth'
12-
import { SurveyPopupProvider } from '../../contexts/SurveyPopupProvider'
1312

1413
// TODO: use import { Toaster } from '@oasisprotocol/ui-library' when it doesn't break
1514
const Toaster = ({ ...props }: ToasterProps) => {
@@ -43,11 +42,9 @@ export const RootLayout: FC = () => (
4342
<RoflAppBackendAuthProvider>
4443
<RainbowKitProviderWithAuth>
4544
<ErrorBoundary fallbackRender={fallbackRender}>
46-
<SurveyPopupProvider>
47-
<FathomAnalytics />
48-
<Toaster />
49-
<Outlet />
50-
</SurveyPopupProvider>
45+
<FathomAnalytics />
46+
<Toaster />
47+
<Outlet />
5148
</ErrorBoundary>
5249
</RainbowKitProviderWithAuth>
5350
</RoflAppBackendAuthProvider>

src/components/SurveyPopup/index.tsx

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

src/components/icons/OasisLogoBlue.svg

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

src/contexts/SurveyPopupProvider/index.tsx

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

src/hooks/useSurveyPopup.ts

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

0 commit comments

Comments
 (0)