Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
EVG-20899: Remove Konami code (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad authored Sep 19, 2023
1 parent e9fd63f commit c80310a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 260 deletions.
2 changes: 0 additions & 2 deletions cypress/support/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ beforeEach(() => {
cy.setCookie(bannerCookie, "true");
cy.setCookie(CY_DISABLE_COMMITS_WELCOME_MODAL, "true");
cy.setCookie(CY_DISABLE_NEW_USER_WELCOME_MODAL, "true");
cy.setCookie(konamiCookie, "true");
cy.setCookie(SLACK_NOTIFICATION_BANNER, "true");
});

const bannerCookie = "This is an important notification";
const konamiCookie = "seen-konami-code";
2 changes: 1 addition & 1 deletion src/analytics/aprilFools/useAprilFoolsAnalytics.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useAnalyticsRoot } from "analytics/useAnalyticsRoot";

type Action = { name: "Triggered Konami Code" };
type Action = { name: "2024 Boilerplate!" };

export const useAprilFoolsAnalytics = () =>
useAnalyticsRoot<Action>("April Fools");
3 changes: 0 additions & 3 deletions src/constants/externalResources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ export const getJiraBugUrl = (jiraHost: string) =>
export const getJiraImprovementUrl = (jiraHost: string) =>
`https://${jiraHost}/secure/CreateIssueDetails!init.jspa?pid=12787&issuetype=4&priority=4&labels=user-feedback`;

export const konamiSoundTrackUrl =
"https://www.myinstants.com/media/sounds/mvssf-win.mp3";

export const legacyRoutes = {
distros: "/distros",
hosts: "/spawn",
Expand Down
107 changes: 0 additions & 107 deletions src/hooks/useKonamiCode/index.ts

This file was deleted.

147 changes: 0 additions & 147 deletions src/hooks/useKonamiCode/useKonamiCode.test.tsx

This file was deleted.

0 comments on commit c80310a

Please sign in to comment.