From 6fe9f6ef9bd748e80d2817f6c4f1786334df7bef Mon Sep 17 00:00:00 2001 From: frievoe97 Date: Wed, 6 Nov 2024 10:37:29 +0100 Subject: [PATCH] try to solve the redirect bugfix on github pages on the /mobility page --- src/views/MobilityPage.vue | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/src/views/MobilityPage.vue b/src/views/MobilityPage.vue index 87af927e..d3ad6b98 100644 --- a/src/views/MobilityPage.vue +++ b/src/views/MobilityPage.vue @@ -124,20 +124,15 @@ const i18n = { }, } -import { Route } from 'vue-router' import MarkdownIt from 'markdown-it' import Papaparse from '@simwrapper/papaparse' -import VueSlider from 'vue-slider-component' import YAML from 'yaml' -import { getHolidays, Region } from 'feiertagejs' +import { Region } from 'feiertagejs' import Colophon from '@/components/Colophon.vue' import MobilityPlot from '@/components/MobilityPlot.vue' import MobilityMap from '@/components/MobilityMap.vue' -import 'vue-slider-component/theme/default.css' -import { concat } from 'js-coroutines' import { PUBLIC_SVN } from '@/Globals' -import { all } from 'mathjs' type MobilityYaml = { description?: string @@ -154,12 +149,12 @@ const markdownParser = new MarkdownIt({ }) import { defineComponent } from 'vue' -import type { PropType } from 'vue' +// import type { PropType } from 'vue' export default defineComponent({ name: 'MobilityPage', i18n, - components: { VueSlider, Colophon, MobilityPlot, MobilityMap }, + components: { Colophon, MobilityPlot, MobilityMap }, props: {}, data() { @@ -615,19 +610,6 @@ li.notes-item { line-height: 1.3rem; } -.slider { - margin: 0 0; - // 0.5rem 0.5rem 0.5rem 0.5rem; -} - -.slider-label { - font-size: 0.9rem; - line-height: 1.1rem; - font-weight: bold; - color: #383ab1; - margin: 1.5rem 0 0 -1.35rem; -} - .columns { margin-top: 1rem; display: flex;