mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-27 06:33:18 +00:00
✨ Add membership benefits page: implement Nostr Relay, NIP-05 verification, and Lightning Watchtower features with interactive UI and backend logic.
This commit is contained in:
@@ -43,6 +43,10 @@
|
||||
:current="request()->routeIs('association.profile')">
|
||||
Mitgliederstatus
|
||||
</flux:navbar.item>
|
||||
<flux:navbar.item icon="gift" :href="route('association.benefits')"
|
||||
:current="request()->routeIs('association.benefits')">
|
||||
Vorteile
|
||||
</flux:navbar.item>
|
||||
<flux:navbar.item icon="heart" :href="route('association.projectSupport')"
|
||||
:current="request()->routeIs('association.projectSupport')">
|
||||
Projekt-Unterstützungen
|
||||
@@ -101,6 +105,9 @@
|
||||
<flux:sidebar.item icon="identification" :href="route('association.profile')"
|
||||
:current="request()->routeIs('association.profile')">Meine Mitgliedschaft
|
||||
</flux:sidebar.item>
|
||||
<flux:sidebar.item icon="gift" :href="route('association.benefits')"
|
||||
:current="request()->routeIs('association.benefits')">Vorteile
|
||||
</flux:sidebar.item>
|
||||
<flux:sidebar.item icon="heart" :href="route('association.projectSupport')"
|
||||
:current="request()->routeIs('association.projectSupport')">Projekt-Unterstützungen
|
||||
</flux:sidebar.item>
|
||||
|
||||
Reference in New Issue
Block a user