From ba3eb29e04c46137137c289529f98e8dec715d7e Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Sat, 1 Mar 2025 14:14:55 +0100 Subject: [PATCH] Added world edit subscription And also toast lifetimes --- components/calendar/dialog/Delete.vue | 3 +- components/calendar/form/DeleteEvent.vue | 3 +- components/calendar/form/UpdateEvent.vue | 5 +- components/ui/toast/use-toast.ts | 6 ++ components/world/dialog/Delete.vue | 3 +- components/world/form/Edit.vue | 3 +- pages/my/worlds/[id].vue | 71 +++++++++++++++++++++--- 7 files changed, 80 insertions(+), 14 deletions(-) diff --git a/components/calendar/dialog/Delete.vue b/components/calendar/dialog/Delete.vue index 3d6f4d3..d5b3ae6 100644 --- a/components/calendar/dialog/Delete.vue +++ b/components/calendar/dialog/Delete.vue @@ -1,6 +1,7 @@ @@ -119,7 +156,24 @@ function hideDeleteModal() { - {{ world.data.name }} + + {{ world.data.name }} + + + + + + + + + + + {{ $t('entity.calendar.addSingle') }} + + + + + {{ world.data.description }} @@ -161,7 +215,7 @@ function hideDeleteModal() { Description future (ou alors des informations sur le nb d'évènements) - + @@ -176,8 +230,9 @@ function hideDeleteModal() { + - +
+ {{ $t('entity.calendar.addSingle') }} +
{{ world.data.description }}
Description future (ou alors des informations sur le nb d'évènements)