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

Commit

Permalink
fix: remove migration
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkloock committed Jan 24, 2024
1 parent 966075c commit d98f966
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 561 deletions.
4 changes: 0 additions & 4 deletions src/components/modal/ModalSlotsBump.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
<template #content>
<div class="content">
<p selector="error-name">Your emote slots have been automatically increased to {{ value }}!</p>
<p>
Want everything in one place? You can now easily
<router-link :to="{ name: 'Migrate' }" @click="emit('close')">migrate to 7TV</router-link>.
</p>
</div>
</template>
</ModalBase>
Expand Down
7 changes: 0 additions & 7 deletions src/router/emotes.route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,4 @@ export const EmotesRoute = [
props: true,
component: () => import("@/views/emote-upload/EmoteUpload.vue"),
},

{
path: "/migrate",
name: "Migrate",
meta: { transition: "fade" },
component: () => import("@/views/provider-migration/ProviderMigration.vue"),
},
] as RouteRecordRaw[];
5 changes: 0 additions & 5 deletions src/views/home/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@
<h1>{{ t("home.slogan") }}</h1>
<p>{{ t("home.app_description") }}.</p>

<!-- Migrate Button -->
<div class="migrate">
<LoginButton />
<router-link :to="{ name: 'Migrate' }">
<Button color="accent" fa-icon="check-double" :label="t('migrate.cta')" />
</router-link>
</div>
</div>
</div>
Expand Down Expand Up @@ -69,7 +65,6 @@ import { ref } from "vue";
import { useI18n } from "vue-i18n";
import { useHead } from "@vueuse/head";
import HomeContent from "@/views/home/HomeContent.vue";
import Button from "@/components/utility/Button.vue";
import Icon from "@/components/utility/Icon.vue";
import LoginButton from "@/components/utility/LoginButton.vue";
import Logo from "@base/Logo.vue";
Expand Down
Loading

0 comments on commit d98f966

Please sign in to comment.