mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Squashed commit of the following:
commit 91d5efa683bb2f1c71b291fab4ff5924bddae1ce Author: SabreCat <sabe@habitica.com> Date: Fri Aug 18 22:18:57 2023 -0500 refactor(static): remove broken, unused apps page
This commit is contained in:
@@ -1,26 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="container-fluid text-center">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-6 offset-3">
|
|
||||||
<h1>{{ $t('checkOutMobileApps') }}</h1>
|
|
||||||
<div
|
|
||||||
class="promo_habitica"
|
|
||||||
style="border-radius:25px;margin:auto;margin-bottom:30px"
|
|
||||||
></div>
|
|
||||||
<a
|
|
||||||
href="https://play.google.com/store/apps/details?id=com.habitrpg.android.habitica&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-AC-global-none-all-co-pr-py-PartBadges-Oct1515-1&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-AC-global-none-all-co-pr-py-PartBadges-Oct1515-1"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="Get it on Google Play"
|
|
||||||
src="https://play.google.com/intl/en_us/badges/images/apps/en-play-badge.png"
|
|
||||||
style="width:139px;height:45px;image-rendering:auto;vertical-align:top"
|
|
||||||
>
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
href="https://geo.itunes.apple.com/us/app/habitica/id994882113?mt=8"
|
|
||||||
style="display:inline-block;overflow:hidden;background:url(https://linkmaker.itunes.apple.com/images/badges/en-us/badge_appstore-lrg.svg#svgView) no-repeat;background-size:100%;width:152px;height:45px;margin-left:20px;image-rendering:auto"
|
|
||||||
></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
@@ -5,7 +5,6 @@ import { NotFoundPage } from './shared-route-imports';
|
|||||||
const StaticWrapper = () => import(/* webpackChunkName: "entry" */'@/components/static/staticWrapper');
|
const StaticWrapper = () => import(/* webpackChunkName: "entry" */'@/components/static/staticWrapper');
|
||||||
const HomePage = () => import(/* webpackChunkName: "entry" */'@/components/static/home');
|
const HomePage = () => import(/* webpackChunkName: "entry" */'@/components/static/home');
|
||||||
|
|
||||||
const AppPage = () => import(/* webpackChunkName: "static" */'@/components/static/app');
|
|
||||||
const AppleRedirectPage = () => import(/* webpackChunkName: "static" */'@/components/static/appleRedirect');
|
const AppleRedirectPage = () => import(/* webpackChunkName: "static" */'@/components/static/appleRedirect');
|
||||||
const ClearBrowserDataPage = () => import(/* webpackChunkName: "static" */'@/components/static/clearBrowserData');
|
const ClearBrowserDataPage = () => import(/* webpackChunkName: "static" */'@/components/static/clearBrowserData');
|
||||||
const CommunityGuidelinesPage = () => import(/* webpackChunkName: "static" */'@/components/static/communityGuidelines');
|
const CommunityGuidelinesPage = () => import(/* webpackChunkName: "static" */'@/components/static/communityGuidelines');
|
||||||
@@ -28,9 +27,6 @@ export const STATIC_ROUTES = {
|
|||||||
path: '/static',
|
path: '/static',
|
||||||
component: StaticWrapper,
|
component: StaticWrapper,
|
||||||
children: [
|
children: [
|
||||||
{
|
|
||||||
name: 'app', path: 'app', component: AppPage, meta: { requiresLogin: false },
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'appleRedirect', path: 'apple-redirect', component: AppleRedirectPage, meta: { requiresLogin: false },
|
name: 'appleRedirect', path: 'apple-redirect', component: AppleRedirectPage, meta: { requiresLogin: false },
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user