From f7367c25b6c577fea481559428607976ef273b7a Mon Sep 17 00:00:00 2001 From: Hangzhi Yu <hangzhi@protonmail.com> Date: Wed, 3 Jul 2024 17:55:12 +0200 Subject: [PATCH] Remove unused expanded dialog code --- .../coursebook/absences/ParticipationList.vue | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/aleksis/apps/alsijil/frontend/components/coursebook/absences/ParticipationList.vue b/aleksis/apps/alsijil/frontend/components/coursebook/absences/ParticipationList.vue index 8032aed2b..059776bf9 100644 --- a/aleksis/apps/alsijil/frontend/components/coursebook/absences/ParticipationList.vue +++ b/aleksis/apps/alsijil/frontend/components/coursebook/absences/ParticipationList.vue @@ -44,33 +44,6 @@ import updateParticipationMixin from "./updateParticipationMixin.js"; ></v-divider> </template> </v-list-item-group> - - <mobile-fullscreen-dialog v-model="participationDialogs" max-width="500px"> - test - </mobile-fullscreen-dialog> - - <!--<template #expandedItem="{ item, close }">--> - <!-- <v-card-title>--> - <!-- <v-tooltip bottom>--> - <!-- <template #activator="{ on, attrs }">--> - <!-- <v-btn v-bind="attrs" v-on="on" icon @click="close">--> - <!-- <v-icon>$prev</v-icon>--> - <!-- </v-btn>--> - <!-- </template>--> - <!-- <span v-t="'actions.back_to_overview'" />--> - <!-- </v-tooltip>--> - <!-- {{ item.person.fullName }}--> - <!-- </v-card-title>--> - <!-- <v-card-text>--> - <!-- <absence-reason-group-select--> - <!-- allow-empty--> - <!-- empty-value="present"--> - <!-- :loadSelectedChip="loading"--> - <!-- :value="item.absenceReason?.id || 'present'"--> - <!-- @input="sendToServer([item], 'absenceReason', $event)"--> - <!-- />--> - <!-- </v-card-text>--> - <!--</template>--> </v-list> </template> -- GitLab