mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
🎨 feat(profile): update profile blade with new message and clean up payment function description
This commit is contained in:
@@ -50,15 +50,15 @@ updated([
|
|||||||
|
|
||||||
on([
|
on([
|
||||||
'nostrLoggedOut' => function () {
|
'nostrLoggedOut' => function () {
|
||||||
$this->currentPubkey = null;
|
$this->currentPubkey = null;
|
||||||
$this->currentPleb = null;
|
$this->currentPleb = null;
|
||||||
$this->yearsPaid = [];
|
$this->yearsPaid = [];
|
||||||
$this->events = [];
|
$this->events = [];
|
||||||
$this->payments = [];
|
$this->payments = [];
|
||||||
$this->invoice = null;
|
$this->invoice = null;
|
||||||
$this->qrCode = null;
|
$this->qrCode = null;
|
||||||
$this->amountToPay = config('app.env') === 'production' ? 21000 : 1;
|
$this->amountToPay = config('app.env') === 'production' ? 21000 : 1;
|
||||||
$this->currentYearIsPaid = false;
|
$this->currentYearIsPaid = false;
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
@@ -423,6 +423,12 @@ $loadEvents = function () {
|
|||||||
</div>
|
</div>
|
||||||
<div>{{ $currentPleb->application_text }}</div>
|
<div>{{ $currentPleb->application_text }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="font-medium text-gray-800 dark:text-gray-100 mb-1">
|
||||||
|
Schaue später vorbei, denn nun muss jemand aus dem Vorstand deine
|
||||||
|
Bewerbung prüfen.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -513,12 +519,10 @@ $loadEvents = function () {
|
|||||||
@else
|
@else
|
||||||
<div class="flex sm:justify-center">
|
<div class="flex sm:justify-center">
|
||||||
<button
|
<button
|
||||||
class="btn sm:text-2xl dark:bg-gray-800 border-gray-200 dark:border-gray-700/60 hover:border-gray-300 dark:hover:border-gray-600 text-amber-500"
|
class="btn dark:bg-gray-800 border-gray-200 dark:border-gray-700/60 hover:border-gray-300 dark:hover:border-gray-600 text-amber-500"
|
||||||
>
|
>
|
||||||
<i class="fa-sharp-duotone fa-solid fa-user-helmet-safety mr-2"></i>
|
<i class="fa-sharp-duotone fa-solid fa-user-helmet-safety mr-2"></i>
|
||||||
Die Funktion für die Zahlung der Mitgliedsbeiträge
|
Die Zahlungsfunktion der Mitgliedsbeiträge wird derzeit entwickelt.
|
||||||
muss noch eingehend getestet und weiterentwickelt
|
|
||||||
werden.
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|||||||
Reference in New Issue
Block a user