From 93d1372c13eeb0c2a3273a021fa86a04eab26fa1 Mon Sep 17 00:00:00 2001 From: fsociety Date: Mon, 7 Oct 2024 13:28:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20feat(profile):=20update=20profil?= =?UTF-8?q?e=20blade=20with=20new=20message=20and=20clean=20up=20payment?= =?UTF-8?q?=20function=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/pages/association/profile.blade.php | 30 +++++++++++-------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/resources/views/pages/association/profile.blade.php b/resources/views/pages/association/profile.blade.php index 00155dc..70785dc 100644 --- a/resources/views/pages/association/profile.blade.php +++ b/resources/views/pages/association/profile.blade.php @@ -50,15 +50,15 @@ updated([ on([ 'nostrLoggedOut' => function () { - $this->currentPubkey = null; - $this->currentPleb = null; - $this->yearsPaid = []; - $this->events = []; - $this->payments = []; - $this->invoice = null; - $this->qrCode = null; - $this->amountToPay = config('app.env') === 'production' ? 21000 : 1; - $this->currentYearIsPaid = false; + $this->currentPubkey = null; + $this->currentPleb = null; + $this->yearsPaid = []; + $this->events = []; + $this->payments = []; + $this->invoice = null; + $this->qrCode = null; + $this->amountToPay = config('app.env') === 'production' ? 21000 : 1; + $this->currentYearIsPaid = false; }, ]); @@ -423,6 +423,12 @@ $loadEvents = function () {
{{ $currentPleb->application_text }}
+
+
+ Schaue später vorbei, denn nun muss jemand aus dem Vorstand deine + Bewerbung prüfen. +
+
@@ -513,12 +519,10 @@ $loadEvents = function () { @else
@endif