mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-24 13:38:48 +02:00
fix:#92 mobile table buttons
This commit is contained in:
@ -4,7 +4,7 @@ import {RouteRecordName, RouterView} from "vue-router";
|
|||||||
import CalendarPreview from "./components/CalendarPreview.vue";
|
import CalendarPreview from "./components/CalendarPreview.vue";
|
||||||
import moduleStore from "./store/moduleStore.ts";
|
import moduleStore from "./store/moduleStore.ts";
|
||||||
|
|
||||||
const disabledPages = ["room-finder", "faq", "imprint", "privacy-policy", "edit"];
|
const disabledPages = ["room-finder", "faq", "imprint", "privacy-policy", "edit", "edit-calendar"];
|
||||||
|
|
||||||
const store = moduleStore();
|
const store = moduleStore();
|
||||||
|
|
||||||
|
@ -183,7 +183,7 @@ async function deleteFeed() {
|
|||||||
</Column>
|
</Column>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<div
|
<div
|
||||||
class="flex flex-row flex-wrap justify-content-between gap-2 w-full"
|
class="flex flex-column sm:flex-row flex-wrap justify-content-between gap-2 w-full"
|
||||||
>
|
>
|
||||||
<Button type="button" severity="danger" outlined @click="visible = true" icon="pi pi-trash" :label="$t('editCalendarView.delete')"/>
|
<Button type="button" severity="danger" outlined @click="visible = true" icon="pi pi-trash" :label="$t('editCalendarView.delete')"/>
|
||||||
<Button type="button" severity="info" outlined @click="router.push('edit-additional-modules')" icon="pi pi-plus" :label="$t('editCalendarView.addModules')"/>
|
<Button type="button" severity="info" outlined @click="router.push('edit-additional-modules')" icon="pi pi-plus" :label="$t('editCalendarView.addModules')"/>
|
||||||
|
Reference in New Issue
Block a user