From 8848fa75b1c8f55899b4e3bbbbeda01c94d6de5b Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Wed, 5 Mar 2025 16:34:53 +0100 Subject: [PATCH] Fixed RLS and added visual feedback on dashboard --- components/world/PreviewCard.vue | 16 +++++++++++++--- components/world/dialog/Edit.vue | 2 +- .../world/form/{Edit.vue => Update.vue} | 0 supabase/migrations/202401_init.sql | 19 +++++++++++++++---- 4 files changed, 29 insertions(+), 8 deletions(-) rename components/world/form/{Edit.vue => Update.vue} (100%) diff --git a/components/world/PreviewCard.vue b/components/world/PreviewCard.vue index 91c2c3d..a35481d 100644 --- a/components/world/PreviewCard.vue +++ b/components/world/PreviewCard.vue @@ -1,5 +1,5 @@