mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 10:49:14 +02:00
Merge remote-tracking branch 'origin/main' into 21-customizable-events
This commit is contained in:
@@ -6,6 +6,7 @@ import { fetchAllModules } from "../../api/fetchCourse";
|
||||
import { saveIndividualFeed } from "../../api/createFeed";
|
||||
import tokenStore from "../../store/tokenStore";
|
||||
import router from "../../router";
|
||||
import ModuleTemplateDialog from "../ModuleTemplateDialog.vue";
|
||||
|
||||
const tableData = computed(() =>
|
||||
moduleStore().modules.map((module: Module) => {
|
||||
@@ -48,8 +49,12 @@ async function finalStep() {
|
||||
|
||||
<template>
|
||||
<div class="flex flex-column card-container mx-8 mt-2">
|
||||
<div class="flex align-items-center justify-content-center h-4rem m-2">
|
||||
<h3>Rename your selected Modules to your liking.</h3>
|
||||
<ModuleTemplateDialog />
|
||||
</div>
|
||||
<div
|
||||
class="flex align-items-center justify-content-center border-round m-2"
|
||||
class="card flex align-items-center justify-content-center border-round m-2"
|
||||
>
|
||||
<DataTable
|
||||
:value="tableData"
|
||||
|
Reference in New Issue
Block a user