From 5e2b33ace3ba3fb3f429444df909807d91bdfd6e Mon Sep 17 00:00:00 2001 From: Arthur Monney Date: Sat, 28 May 2022 11:55:10 +0100 Subject: [PATCH 1/5] :fire: remove auth.json.example file --- auth.json.example | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 auth.json.example diff --git a/auth.json.example b/auth.json.example deleted file mode 100644 index b26c3e51..00000000 --- a/auth.json.example +++ /dev/null @@ -1,8 +0,0 @@ -{ - "http-basic": { - "satis.spatie.be": { - "username": "", - "password": "" - } - } -} From cf48ffaae69875dc8ffa597cfe95a7112eecb241 Mon Sep 17 00:00:00 2001 From: Arthur Monney Date: Tue, 31 May 2022 13:05:23 +0100 Subject: [PATCH 2/5] :bug: correction du bug sur la notification wireui component --- .../wireui/components/notifications.blade.php | 37 +++++++++---------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/resources/views/vendor/wireui/components/notifications.blade.php b/resources/views/vendor/wireui/components/notifications.blade.php index a16a6be9..9e2a2729 100644 --- a/resources/views/vendor/wireui/components/notifications.blade.php +++ b/resources/views/vendor/wireui/components/notifications.blade.php @@ -4,10 +4,9 @@ x-on:wireui:notification.window="addNotification($event.detail)" x-on:wireui:confirm-notification.window="addConfirmNotification($event.detail)" wire:ignore> -
+
@@ -59,8 +58,8 @@