filter and sorting options, fix status width in admin_dash

This commit is contained in:
luce 2025-09-12 15:20:27 +02:00
commit 53537e194f
9 changed files with 135 additions and 12 deletions

View file

@ -6,6 +6,9 @@ export default {
title: {
type: String
},
message: {
type: String
},
cancelText: {
type: String
},

View file

@ -6,7 +6,11 @@
:confirm-text="confirmText"
@accepted="doGeneric"
@cancelled="hide"
/>
>
<template #default>
<span v-text="message" />
</template>
</ConfirmModal>
</template>
<script src="./generic_confirm.js" />