🗑️ Remove unused and outdated Blade views, refactor access restriction messages with Flux callout components, and update related Livewire tests for improved maintainability and UX.

This commit is contained in:
HolgerHatGarKeineNode
2026-01-18 23:10:37 +01:00
parent 22d3e6aac1
commit 6edcf014a6
14 changed files with 456 additions and 533 deletions

View File

@@ -36,7 +36,7 @@
<flux:navbar class="-mb-px max-lg:hidden"> <flux:navbar class="-mb-px max-lg:hidden">
@if(\App\Support\NostrAuth::check()) @if(\App\Support\NostrAuth::check())
<flux:navbar.item icon="rss" :href="route('association.news')" :current="request()->routeIs('association.news')">News</flux:navbar.item> <flux:navbar.item icon="rss" :href="route('association.news')" :current="request()->routeIs('association.news')">News</flux:navbar.item>
<flux:navbar.item icon="identification" :href="route('association.profile')" :current="request()->routeIs('association.profile')">Profil</flux:navbar.item> <flux:navbar.item icon="identification" :href="route('association.profile')" :current="request()->routeIs('association.profile')">Mitgliederstatus</flux:navbar.item>
<flux:navbar.item icon="heart" :href="route('association.projectSupport')" :current="request()->routeIs('association.projectSupport')">Projekt-Unterstützungen</flux:navbar.item> <flux:navbar.item icon="heart" :href="route('association.projectSupport')" :current="request()->routeIs('association.projectSupport')">Projekt-Unterstützungen</flux:navbar.item>
<flux:dropdown position="bottom"> <flux:dropdown position="bottom">

View File

@@ -233,14 +233,19 @@ new class extends Component {
@else @else
<div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto"> <div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto">
<div class="bg-white dark:bg-[#1B1B1B] shadow overflow-hidden sm:rounded-lg"> <flux:callout variant="warning" icon="exclamation-circle">
<div class="px-4 py-5 sm:px-6"> <flux:heading>Wahlergebnisse können nicht eingesehen werden</flux:heading>
<h3 class="text-lg font-medium leading-6 text-gray-900 dark:text-gray-200">Mitglieder</h3> <p>
<p class="mt-1 max-w"> Zugriff auf die Wahlergebnisse und Admin-Funktionen ist nur für spezielle autorisierte Benutzer möglich.
Du bist nicht berechtigt, Mitglieder zu bearbeiten.
</p> </p>
</div> <p class="mt-3">
</div> @if(!NostrAuth::check())
Bitte melde dich zunächst mit Nostr an.
@else
Dein Benutzer-Account ist nicht für diese Funktion autorisiert. Bitte kontaktiere den Vorstand, wenn du Zugriff benötigst.
@endif
</p>
</flux:callout>
</div> </div>
@endif @endif
</div> </div>

View File

@@ -94,14 +94,19 @@ new class extends Component {
</div> </div>
@else @else
<div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto"> <div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto">
<div class="bg-white dark:bg-[#1B1B1B] shadow overflow-hidden sm:rounded-lg"> <flux:callout variant="warning" icon="exclamation-circle">
<div class="px-4 py-5 sm:px-6"> <flux:heading>Einstellungen können nicht bearbeitet werden</flux:heading>
<h3 class="text-lg font-medium leading-6 text-gray-900 dark:text-gray-200">Einstellungen</h3> <p>
<p class="mt-1 max-w"> Zugriff auf die Wahl-Einstellungen ist nur für spezielle autorisierte Benutzer möglich.
Du bist nicht berechtigt, die Einstellungen zu bearbeiten.
</p> </p>
</div> <p class="mt-3">
</div> @if(!NostrAuth::check())
Bitte melde dich zunächst mit Nostr an.
@else
Dein Benutzer-Account ist nicht für diese Funktion autorisiert. Bitte kontaktiere den Vorstand, wenn du Zugriff benötigst.
@endif
</p>
</flux:callout>
</div> </div>
@endif @endif
</div> </div>

View File

@@ -746,14 +746,19 @@ new class extends Component {
</div> </div>
@else @else
<div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto"> <div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto">
<flux:card> <flux:callout variant="warning" icon="exclamation-circle">
<div class="px-4 py-5 sm:px-6"> <flux:heading>Zugriff auf Wahlen nicht möglich</flux:heading>
<h3 class="text-lg font-medium leading-6 text-gray-900 dark:text-gray-200">Wahlen</h3> <p>
<p class="mt-1 max-w"> Zugriff auf die Wahlen ist nur für spezielle autorisierte Benutzer möglich.
Du bist nicht berechtigt, die Wahlen einzusehen.
</p> </p>
</flux:card> <p class="mt-3">
</div> @if(!NostrAuth::check())
Bitte melde dich zunächst mit Nostr an.
@else
Dein Benutzer-Account ist nicht für diese Funktion autorisiert. Bitte kontaktiere den Vorstand, wenn du Zugriff benötigst.
@endif
</p>
</flux:callout>
</div> </div>
@endif @endif

View File

@@ -71,14 +71,19 @@ new class extends Component {
</div> </div>
@else @else
<div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto"> <div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto">
<div class="bg-white dark:bg-[#1B1B1B] shadow overflow-hidden sm:rounded-lg"> <flux:callout variant="warning" icon="exclamation-circle">
<div class="px-4 py-5 sm:px-6"> <flux:heading>Mitglieder können nicht bearbeitet werden</flux:heading>
<h3 class="text-lg font-medium leading-6 text-gray-900 dark:text-gray-200">Mitglieder</h3> <p>
<p class="mt-1 max-w"> Zugriff auf die Mitgliederverwaltung ist nur für spezielle autorisierte Benutzer möglich.
Du bist nicht berechtigt, Mitglieder zu bearbeiten.
</p> </p>
</div> <p class="mt-3">
</div> @if(!NostrAuth::check())
Bitte melde dich zunächst mit Nostr an.
@else
Dein Benutzer-Account ist nicht für diese Funktion autorisiert. Bitte kontaktiere den Vorstand, wenn du Zugriff benötigst.
@endif
</p>
</flux:callout>
</div> </div>
@endif @endif
</div> </div>

View File

@@ -306,16 +306,21 @@ class extends Component {
</div> </div>
@else @else
<div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto"> <div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto">
<flux:card> <flux:callout variant="warning" icon="exclamation-circle">
<div class="px-4 py-5 sm:px-6"> <flux:heading>Zugriff auf News nicht möglich</flux:heading>
<h3 class="text-lg font-medium leading-6 text-gray-900 dark:text-gray-200"> <p>Um die News einzusehen, benötigst du:</p>
News <ul class="list-disc ml-5 mt-2 space-y-1">
</h3> <li>Einen Vereinsstatus von mindestens 2 (Aktives Mitglied)</li>
<p class="mt-1 max-w"> <li>Eine bezahlte Mitgliedschaft für das aktuelle Jahr ({{ date('Y') }})</li>
Du bist nicht berechtigt, die News einzusehen. </ul>
<p class="mt-3">
@if(!NostrAuth::check())
Bitte melde dich zunächst mit Nostr an.
@else
Bitte kontaktiere den Vorstand, wenn du denkst, dass du berechtigt sein solltest.
@endif
</p> </p>
</flux:card> </flux:callout>
</div>
</div> </div>
@endif @endif
</div> </div>

View File

@@ -306,398 +306,327 @@ new class extends Component {
?> ?>
<div> <div>
<div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto"> <div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-7xl mx-auto">
<!-- Header -->
<!-- Page header -->
<div class="mb-8"> <div class="mb-8">
<!-- Title -->
<h1 class="text-2xl md:text-3xl text-[#1B1B1B] dark:text-gray-100 font-bold"> <h1 class="text-2xl md:text-3xl text-[#1B1B1B] dark:text-gray-100 font-bold">
Einundzwanzig ist, was du draus machst Einundzwanzig ist, was du draus machst
</h1> </h1>
</div> </div>
<!-- Main Grid Layout -->
<div class="grid grid-cols-1 gap-6">
<!-- Status Section -->
<flux:card> <flux:card>
<!-- Sidebar --> <h2 class="text-xl md:text-2xl text-[#1B1B1B] dark:text-gray-100 font-bold mb-6">
<div
class="flex flex-nowrap overflow-x-scroll no-scrollbar md:block md:overflow-auto px-3 py-6 border-b md:border-b-0 md:border-r border-gray-200 dark:border-gray-700/60 min-w-60 md:space-y-3">
<!-- Group 1 -->
<div>
<div class="text-xs font-semibold text-gray-400 dark:text-gray-500 uppercase mb-3">
Meine Mitgliedschaft
</div>
<ul class="flex flex-nowrap md:block mr-3 md:mr-0">
<li class="mr-0.5 md:mr-0 md:mb-0.5">
<a class="flex items-center px-2.5 py-2 rounded-lg whitespace-nowrap bg-[linear-gradient(135deg,var(--tw-gradient-stops))] from-orange-500/12 dark:from-orange-500/24 to-orange-500/4"
href="#0">
<i class="fa-sharp-duotone fa-solid fa-id-card-clip shrink-0 fill-current text-orange-400 mr-2"></i>
<span
class="text-sm font-medium text-orange-500 dark:text-orange-400">Status</span>
</a>
</li>
</ul>
</div>
<!-- Panel -->
<div class="grow">
<!-- Panel body -->
<div class="p-6 space-y-6">
<h2 class="sm:text-2xl text-[#1B1B1B] dark:text-gray-100 font-bold mb-5">
Aktueller Status Aktueller Status
</h2> </h2>
<section> @if(!$currentPleb)
<div class="space-y-2 mb-12"> <!-- Nostr Login Apps Section -->
<div class="flex justify-between items-center mb-4"> <div class="space-y-4 mb-8">
<div class="text-xl text-gray-500 dark:text-gray-400 italic"> <h3 class="text-lg md:text-xl text-gray-500 dark:text-gray-400 italic mb-4">
Empfohlene Nostr Login und Signer-Apps Empfohlene Nostr Login und Signer-Apps
</div> </h3>
</div>
<!-- Grid of App Cards -->
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<flux:card> <flux:card>
<div <div class="flex flex-col sm:flex-row justify-between items-start sm:items-center gap-4">
class="md:flex justify-between items-center space-y-4 md:space-y-0 space-x-2"> <div class="flex-1">
<!-- Left side --> <a class="font-semibold text-gray-800 dark:text-gray-100 hover:text-amber-500 dark:hover:text-amber-400 transition-colors"
<div class="flex items-start space-x-3 md:space-x-4">
<div>
<a class="inline-flex font-semibold text-gray-800 dark:text-gray-100"
href="https://github.com/greenart7c3/Amber"> href="https://github.com/greenart7c3/Amber">
Amber Amber
</a> </a>
<div class="text-sm">Perfekt für mobile Android Geräte. Eine <p class="text-sm text-gray-600 dark:text-gray-400 mt-1">
App, in Perfekt für mobile Android Geräte. Eine App, in der man alle Keys/nsecs verwalten kann.
der man alle Keys/nsecs verwalten kann. </p>
</div> </div>
</div> <div class="shrink-0">
</div> <div class="text-xs inline-flex font-medium bg-green-500/20 text-green-700 rounded-full px-2.5 py-1">
<!-- Right side -->
<div class="flex items-center space-x-4 pl-10 md:pl-0">
<div
class="text-xs inline-flex font-medium bg-green-500/20 text-green-700 rounded-full text-center px-2.5 py-1">
Android Android
</div> </div>
</div> </div>
</div> </div>
</flux:card> </flux:card>
<flux:card> <flux:card>
<div <div class="flex flex-col sm:flex-row justify-between items-start sm:items-center gap-4">
class="md:flex justify-between items-center space-y-4 md:space-y-0 space-x-2"> <div class="flex-1">
<!-- Left side --> <a class="font-semibold text-gray-800 dark:text-gray-100 hover:text-amber-500 dark:hover:text-amber-400 transition-colors"
<div class="flex items-start space-x-3 md:space-x-4">
<div>
<a class="inline-flex font-semibold text-gray-800 dark:text-gray-100"
href="https://addons.mozilla.org/en-US/firefox/addon/alby/"> href="https://addons.mozilla.org/en-US/firefox/addon/alby/">
Alby - Bitcoin Lightning Wallet & Nostr Alby - Bitcoin Lightning Wallet & Nostr
</a> </a>
<div class="text-sm"> <p class="text-sm text-gray-600 dark:text-gray-400 mt-1">
Browser-Erweiterung in die man seinen Key/nsec eingeben Browser-Erweiterung in die man seinen Key/nsec eingeben kann. Pro Alby-Konto ein nsec.
kann. </p>
Pro Alby-Konto ein nsec.
</div> </div>
</div> <div class="shrink-0">
</div> <div class="text-xs inline-flex font-medium bg-yellow-500/20 text-yellow-700 rounded-full px-2.5 py-1">
<!-- Right side -->
<div class="flex items-center space-x-4 pl-10 md:pl-0">
<div
class="text-xs inline-flex font-medium bg-yellow-500/20 text-yellow-700 rounded-full text-center px-2.5 py-1">
Browser Chrome/Firefox Browser Chrome/Firefox
</div> </div>
</div> </div>
</div> </div>
</flux:card> </flux:card>
<flux:card> <flux:card>
<div <div class="flex flex-col sm:flex-row justify-between items-start sm:items-center gap-4">
class="md:flex justify-between items-center space-y-4 md:space-y-0 space-x-2"> <div class="flex-1">
<!-- Left side --> <a class="font-semibold text-gray-800 dark:text-gray-100 hover:text-amber-500 dark:hover:text-amber-400 transition-colors"
<div class="flex items-start space-x-3 md:space-x-4">
<div>
<a class="inline-flex font-semibold text-gray-800 dark:text-gray-100"
href="https://chromewebstore.google.com/detail/nos2x/kpgefcfmnafjgpblomihpgmejjdanjjp"> href="https://chromewebstore.google.com/detail/nos2x/kpgefcfmnafjgpblomihpgmejjdanjjp">
nos2x nos2x
</a> </a>
<div class="text-sm"> <p class="text-sm text-gray-600 dark:text-gray-400 mt-1">
Browser-Erweiterung für Chrome Browser. Multi-Key fähig. Browser-Erweiterung für Chrome Browser. Multi-Key fähig.
</p>
</div> </div>
</div> <div class="shrink-0">
</div> <div class="text-xs inline-flex font-medium bg-red-500/20 text-red-700 rounded-full px-2.5 py-1">
<!-- Right side -->
<div class="flex items-center space-x-4 pl-10 md:pl-0">
<div
class="text-xs inline-flex font-medium bg-red-500/20 text-red-700 rounded-full text-center px-2.5 py-1">
Browser Chrome Browser Chrome
</div> </div>
</div> </div>
</div> </div>
</flux:card> </flux:card>
<flux:card> <flux:card>
<!-- Left side --> <div class="flex flex-col sm:flex-row justify-between items-start sm:items-center gap-4">
<div class="flex items-start space-x-3 md:space-x-4"> <div class="flex-1">
<div> <a class="font-semibold text-gray-800 dark:text-gray-100 hover:text-amber-500 dark:hover:text-amber-400 transition-colors"
<a class="inline-flex font-semibold text-gray-800 dark:text-gray-100"
href="https://addons.mozilla.org/en-US/firefox/addon/nos2x-fox/"> href="https://addons.mozilla.org/en-US/firefox/addon/nos2x-fox/">
nos2x-fox nos2x-fox
</a> </a>
<div class="text-sm"> <p class="text-sm text-gray-600 dark:text-gray-400 mt-1">
Browser-Erweiterung für Firefox Browser. Multi-Key fähig. Browser-Erweiterung für Firefox Browser. Multi-Key fähig.
</p>
</div> </div>
</div> <div class="shrink-0">
</div> <div class="text-xs inline-flex font-medium bg-amber-500/20 text-amber-700 rounded-full px-2.5 py-1">
<!-- Right side -->
<div class="flex items-center space-x-4 pl-10 md:pl-0">
<div
class="text-xs inline-flex font-medium bg-amber-500/20 text-amber-700 rounded-full text-center px-2.5 py-1">
Browser Firefox Browser Firefox
</div> </div>
</div> </div>
</div>
</flux:card> </flux:card>
</div>
<div class="flex flex-wrap space-y-2 sm:space-y-0 items-center justify-between"> <!-- User Profile Display -->
<div class="mt-6">
<template x-if="$store.nostr.user"> <template x-if="$store.nostr.user">
<div class="flex items"> <div class="flex items-center gap-4 p-4 bg-gray-50 dark:bg-gray-800/50 rounded-lg">
<img class="w-12 h-12 rounded-full" <img class="w-12 h-12 rounded-full"
x-bind:src="$store.nostr.user.picture || '{{ asset('apple-touch-icon.png') }}'" x-bind:src="$store.nostr.user.picture || '{{ asset('apple-touch-icon.png') }}'"
alt="Avatar"> alt="Avatar">
<div class="ml-4"> <div class="flex-1 min-w-0">
<h3 class="w-48 sm:w-full truncate text-lg leading-snug text-[#1B1B1B] dark:text-gray-100 font-bold" <h3 class="truncate text-lg leading-snug text-[#1B1B1B] dark:text-gray-100 font-bold"
x-text="$store.nostr.user.display_name"></h3> x-text="$store.nostr.user.display_name"></h3>
<div <div class="truncate text-sm text-gray-500 dark:text-gray-400"
class="w-48 sm:w-full truncate text-sm text-gray-500 dark:text-gray-400"
x-text="$store.nostr.user.name"></div> x-text="$store.nostr.user.name"></div>
</div> </div>
</div> </div>
</template> </template>
@if($currentPubkey && $currentPleb->association_status->value < 2) @if($currentPubkey && $currentPleb->association_status->value < 2)
<flux:card> <flux:card class="mt-4">
<div class="flex"> <div class="flex items-start gap-3">
<svg class="shrink-0 fill-current text-green-500 mt-[3px] mr-3" <svg class="shrink-0 fill-current text-green-500 mt-0.5" width="16" height="16" viewBox="0 0 16 16">
width="16" height="16" viewBox="0 0 16 16"> <path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zM7 11.4L3.6 8 5 6.6l2 2 4-4L12.4 6 7 11.4z"></path>
<path
d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zM7 11.4L3.6 8 5 6.6l2 2 4-4L12.4 6 7 11.4z"></path>
</svg> </svg>
<div>Profil in der Datenbank vorhanden.</div> <p class="text-sm text-gray-700 dark:text-gray-300">Profil in der Datenbank vorhanden.</p>
</div> </div>
</flux:card> </flux:card>
@endif @endif
</div> </div>
</div> </div>
</section> @endif
<section> @if($currentPubkey && !$currentPleb->application_for && $currentPleb->association_status->value < 2)
<h3 class="text-xl leading-snug text-[#1B1B1B] dark:text-gray-100 font-bold mb-1"> <!-- Membership Registration Section -->
<div class="space-y-4 py-6 border-t border-gray-200 dark:border-gray-700">
<div>
<h3 class="text-xl md:text-2xl text-[#1B1B1B] dark:text-gray-100 font-bold mb-2">
Einundzwanzig Mitglied werden Einundzwanzig Mitglied werden
</h3> </h3>
<h4 class="text-xs leading-snug text-[#1B1B1B] dark:text-gray-100 font-italic mb-1"> <p class="text-sm text-gray-600 dark:text-gray-400">
Nur Personen können Mitglied werden und zahlen 21.000 Satoshis im Jahr.<br> Nur Personen können Mitglied werden und zahlen 21.000 Satoshis im Jahr.
<a href="https://einundzwanzig.space/verein/" class="text-amber-500"> <a href="https://einundzwanzig.space/verein/" class="text-amber-500 hover:text-amber-600 dark:hover:text-amber-400 font-medium">
Firmen melden sich bitte direkt an den Vorstand. Firmen melden sich bitte direkt an den Vorstand.
</a> </a>
</h4> </p>
<div class="sm:flex sm:items-center space-y-4 sm:space-y-0 sm:space-x-4 mt-5"> </div>
<div class="sm:w-1/2 flex flex-col space-y-2">
<div class="flex items-center space-x-2"> <div class="flex flex-col gap-4 max-w-2xl">
<div wire:dirty>
<flux:field variant="inline"> <flux:field variant="inline">
<flux:checkbox wire:model="form.check" <flux:checkbox wire:model="form.check" label="Ich stimme den Vereins-Statuten zu"/>
label="Ich stimme den Vereins-Statuten zu"/>
<flux:error name="form.check"/> <flux:error name="form.check"/>
</flux:field> </flux:field>
</div> <div class="flex flex-col sm:flex-row gap-3">
<div> <flux:button wire:click="save({{ AssociationStatus::PASSIVE() }})" variant="primary">
<a href="https://einundzwanzig.space/verein/" target="_blank"
class="text-amber-500">Statuten</a>
</div>
</div>
<flux:button wire:click="save({{ AssociationStatus::PASSIVE() }})">
Mit deinem aktuellen Nostr-Profil Mitglied werden Mit deinem aktuellen Nostr-Profil Mitglied werden
</flux:button> </flux:button>
<flux:button href="https://einundzwanzig.space/verein/" target="_blank" variant="outline">
Statuten ansehen
</flux:button>
</div> </div>
</div> </div>
<flux:card class="mt-6">
<div class="flex w-full justify-between items-start">
<div class="flex w-full">
<svg class="shrink-0 fill-current text-yellow-500 mt-0.75 mr-3"
width="16"
height="16" viewBox="0 0 16 16">
<path
d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 12c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm1-3H7V4h2v5z"></path>
</svg>
<div class="w-full">
<div
class="w-full font-medium text-gray-800 dark:text-gray-100 mb-1">
Falls du möchtest, kannst du hier eine E-Mail Adresse
hinterlegen,
damit der Verein dich darüber informieren kann, wenn es
Neuigkeiten
gibt.<br><br>
Am besten eine anynomisierte E-Mail Adresse verwenden. Wir
sichern
diese Adresse AES-256 verschlüsselt in der Datenbank ab.
</div> </div>
<div @endif
class="flex flex-col sm:flex-row space-y-2 sm:space-y-0 sm:space-x-2 text-amber-500">
<flux:field variant="inline" xl> @if($currentPubkey)
<flux:label>NEIN</flux:label> <!-- Email Settings Section -->
<flux:description>Ich informiere mich selbst in der News <div class="py-6 border-t border-gray-200 dark:border-gray-700">
Sektion und gebe keine E-Mail Adresse raus. <flux:callout variant="warning" class="mb-6">
</flux:description> <div class="space-y-4">
<flux:switch <p class="font-medium text-gray-800 dark:text-gray-100">
Falls du möchtest, kannst du hier eine E-Mail Adresse hinterlegen, damit der Verein dich darüber informieren kann, wenn es Neuigkeiten gibt.
</p>
<p class="text-sm text-gray-600 dark:text-gray-400">
Am besten eine anonymisierte E-Mail Adresse verwenden. Wir sichern diese Adresse AES-256 verschlüsselt in der Datenbank ab.
</p>
</div>
</flux:callout>
<div class="space-y-4 max-w-2xl">
<flux:field variant="inline">
<flux:checkbox
wire:model.live="no" wire:model.live="no"
wire:dirty label="Keine E-Mail Adresse angeben"
/> description="Ich informiere mich selbst in der News Sektion und gebe keine E-Mail Adresse raus."/>
<flux:error name="no"/> <flux:error name="no"/>
</flux:field> </flux:field>
</div>
<div wire:key="showEmail" @if(!$no)
class="flex flex-col sm:flex-row space-y-2 sm:space-y-0 sm:space-x-2"> <div wire:key="showEmail" class="grid grid-cols-1 sm:grid-cols-2 gap-4">
<flux:field> <flux:field>
<flux:label>Fax-Nummer</flux:label> <flux:label>Fax-Nummer</flux:label>
<flux:input wire:model.live.debounce="fax" wire:dirty <flux:input wire:model.live.debounce="fax" placeholder="Fax-Nummer"/>
placeholder="Fax-Nummer"/>
<flux:error name="fax"/> <flux:error name="fax"/>
</flux:field> </flux:field>
<flux:field> <flux:field>
<flux:label>E-Mail Adresse</flux:label> <flux:label>E-Mail Adresse</flux:label>
<flux:input type="email" <flux:input type="email" wire:model.live.debounce="email" placeholder="E-Mail Adresse"/>
wire:model.live.debounce="email" wire:dirty
placeholder="E-Mail Adresse"/>
<flux:error name="email"/> <flux:error name="email"/>
</flux:field> </flux:field>
</div> </div>
<div wire:key="showSave" class="flex space-x-2 mt-2">
<flux:button wire:click="saveEmail" <div wire:key="showSave">
wire:loading.attr="disabled"> <flux:button wire:click="saveEmail" wire:loading.attr="disabled">
Speichern Speichern
</flux:button> </flux:button>
</div> </div>
@endif
</div> </div>
</div> </div>
</div>
</flux:card>
</section>
</div>
</div>
</div>
<section>
@if($currentPleb && $currentPleb->association_status->value > 1)
<div class="flex flex-col space-y-4">
<flux:card class="max-w-lg">
<div class="flex w-full justify-between items-start">
<div class="flex">
<svg class="shrink-0 fill-current text-green-500 mt-0.75 mr-3"
width="16"
height="16" viewBox="0 0 16 16">
<path
d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 12c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm1-3H7V4h2v5z"></path>
</svg>
<div>
<div class="font-medium text-gray-800 dark:text-gray-100 mb-1">
Du bist derzeit ein Mitglied des Vereins.
</div>
</div>
</div>
</div>
</flux:card>
</div>
@endif @endif
</section> </flux:card>
<section> <!-- Active Member Status -->
@if($currentPleb && $currentPleb->association_status->value > 1) @if($currentPleb && $currentPleb->association_status->value > 1)
<flux:card> <flux:card>
<div class="flex w-full justify-between items-start"> <div class="flex items-start gap-3">
<div class="flex"> <svg class="shrink-0 fill-current text-green-500 mt-0.5" width="16" height="16" viewBox="0 0 16 16">
<svg class="shrink-0 fill-current text-yellow-500 mt-[3px] mr-3" width="16" <path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 12c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm1-3H7V4h2v5z"></path>
height="16" viewBox="0 0 16 16">
<path
d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 12c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm1-3H7V4h2v5z"></path>
</svg> </svg>
<div> <div>
<div <p class="font-medium text-gray-800 dark:text-gray-100">
class="font-medium text-gray-800 dark:text-gray-100 mb-1 space-y-2"> Du bist derzeit ein Mitglied des Vereins.
<p>
Nostr Event für die Zahlung des Mitgliedsbeitrags: <span
class="break-all">{{ $currentPleb->paymentEvents->last()->event_id }}</span>
</p> </p>
</div>
</div>
</flux:card>
@endif
<!-- Payment Section -->
@if($currentPleb && $currentPleb->association_status->value > 1)
<flux:card>
<div class="space-y-6">
<!-- Payment Info -->
<div> <div>
<h3 class="text-xl md:text-2xl text-gray-800 dark:text-gray-100 font-bold mb-4">
Mitgliedsbeitrag
</h3>
<flux:callout variant="info" class="mb-6">
<p class="text-sm">
Nostr Event für die Zahlung des Mitgliedsbeitrags:
<span class="block mt-2 font-mono text-xs break-all">{{ $currentPleb->paymentEvents->last()->event_id }}</span>
</p>
</flux:callout>
@php
$latestEvent = collect($events)->sortByDesc('created_at')->first();
@endphp
@if(isset($latestEvent)) @if(isset($latestEvent))
<p>{{ $latestEvent['content'] }}</p> <p class="text-gray-700 dark:text-gray-300 mb-6">{{ $latestEvent['content'] }}</p>
<div class="mt-8">
<!-- Payment Button -->
<div class="flex justify-center py-6">
@if(!$currentYearIsPaid) @if(!$currentYearIsPaid)
<div class="flex justify-center">
<flux:button <flux:button
wire:click="pay('{{ date('Y') }}:{{ $currentPubkey }}')" wire:click="pay('{{ date('Y') }}:{{ $currentPubkey }}')"
class="text-2xl"> variant="primary"
class="text-xl px-8 py-3">
<i class="fa-sharp-duotone fa-solid fa-bolt-lightning mr-2"></i> <i class="fa-sharp-duotone fa-solid fa-bolt-lightning mr-2"></i>
Pay {{ $amountToPay }} Sats Pay {{ $amountToPay }} Sats
</flux:button> </flux:button>
</div> @else
@elseif($currentYearIsPaid) <flux:button disabled class="text-xl px-8 py-3">
<div class="flex sm:justify-center">
<flux:button disabled class="sm:text-2xl">
<i class="fa-sharp-duotone fa-solid fa-check-circle mr-2"></i> <i class="fa-sharp-duotone fa-solid fa-check-circle mr-2"></i>
aktuelles Jahr bezahlt Aktuelles Jahr bezahlt
</flux:button> </flux:button>
</div>
@endif @endif
</div> </div>
@else @else
<div class="flex sm:justify-center"> <flux:callout variant="danger">
<flux:button disabled> <div class="flex items-start gap-3">
<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 mt-1"></i>
Unser Nostr-Relay konnte derzeit nicht erreicht <p class="text-sm">
werden, um eine Zahlung zu initialisieren. Bitte Unser Nostr-Relay konnte derzeit nicht erreicht werden, um eine Zahlung zu initialisieren. Bitte versuche es später noch einmal.
versuche es später noch einmal. </p>
</flux:button>
</div> </div>
</flux:callout>
@endif @endif
</div> </div>
<section>
<h3 class="text-xl leading-snug text-gray-800 dark:text-gray-100 font-bold mb-1"> <!-- Payment History -->
bisherige Zahlungen</h3> @if($payments && count($payments) > 0)
<!-- Table --> <div class="pt-6 border-t border-gray-200 dark:border-gray-700">
<table class="table-auto w-full dark:text-gray-400"> <h4 class="text-lg md:text-xl text-gray-800 dark:text-gray-100 font-bold mb-4">
<!-- Table header --> Bisherige Zahlungen
<thead </h4>
class="text-xs uppercase text-gray-400 dark:text-gray-500">
<tr class="flex flex-wrap md:table-row md:flex-no-wrap"> <!-- Desktop Table -->
<th class="w-full hidden md:w-auto md:table-cell py-2"> <div class="hidden md:block overflow-x-auto">
<div class="font-semibold text-left">Satoshis</div> <table class="table-auto w-full">
<thead class="text-xs font-semibold uppercase text-gray-500 dark:text-gray-400 border-b border-gray-200 dark:border-gray-700">
<tr>
<th class="px-2 first:pl-5 last:pr-5 py-3 whitespace-nowrap text-left">
<div class="font-semibold">Satoshis</div>
</th> </th>
<th class="w-full hidden md:w-auto md:table-cell py-2"> <th class="px-2 first:pl-5 last:pr-5 py-3 whitespace-nowrap text-left">
<div class="font-semibold text-left">Jahr</div> <div class="font-semibold">Jahr</div>
</th> </th>
<th class="w-full hidden md:w-auto md:table-cell py-2"> <th class="px-2 first:pl-5 last:pr-5 py-3 whitespace-nowrap text-left">
<div class="font-semibold text-left">Event-ID</div> <div class="font-semibold">Event-ID</div>
</th> </th>
<th class="w-full hidden md:w-auto md:table-cell py-2"> <th class="px-2 first:pl-5 last:pr-5 py-3 whitespace-nowrap text-left">
<div class="font-semibold text-left">Quittung</div> <div class="font-semibold">Quittung</div>
</th> </th>
</tr> </tr>
</thead> </thead>
<!-- Table body --> <tbody class="text-sm divide-y divide-gray-200 dark:divide-gray-700">
<tbody class="text-sm">
@foreach($payments as $payment) @foreach($payments as $payment)
<tr class="flex flex-wrap md:table-row md:flex-no-wrap border-b border-gray-200 dark:border-gray-700/60 py-2 md:py-0"> <tr>
<td class="w-full block md:w-auto md:table-cell py-0.5 md:py-2"> <td class="px-2 first:pl-5 last:pr-5 py-3 whitespace-nowrap">
<div <div class="font-medium text-gray-800 dark:text-gray-100">{{ $payment->amount }}</div>
class="text-left font-medium text-gray-800 dark:text-gray-100">
<span class="sm:hidden">Sats:</span>
{{ $payment->amount }}
</div>
</td> </td>
<td class="w-full block md:w-auto md:table-cell py-0.5 md:py-2"> <td class="px-2 first:pl-5 last:pr-5 py-3 whitespace-nowrap">
<div <div class="text-gray-800 dark:text-gray-100">{{ $payment->year }}</div>
class="text-left"><span
class="sm:hidden">Jahr:</span>{{ $payment->year }}
</div>
</td> </td>
<td class="w-full block md:w-auto md:table-cell py-0.5 md:py-2"> <td class="px-2 first:pl-5 last:pr-5 py-3">
<div <div class="font-mono text-xs text-gray-600 dark:text-gray-400 break-all">{{ $payment->event_id }}</div>
class="text-left font-medium break-all">{{ $payment->event_id }}</div>
</td> </td>
<td class="w-full block md:w-auto md:table-cell py-0.5 md:py-2"> <td class="px-2 first:pl-5 last:pr-5 py-3 whitespace-nowrap">
@if($payment->btc_pay_invoice) @if($payment->btc_pay_invoice)
<flux:button <flux:button
href="https://pay.einundzwanzig.space/i/{{ $payment->btc_pay_invoice }}/receipt" href="https://pay.einundzwanzig.space/i/{{ $payment->btc_pay_invoice }}/receipt"
@@ -712,14 +641,43 @@ new class extends Component {
@endforeach @endforeach
</tbody> </tbody>
</table> </table>
</section> </div>
<!-- Mobile Cards -->
<div class="md:hidden space-y-4">
@foreach($payments as $payment)
<div class="bg-white dark:bg-gray-800 rounded-lg border border-gray-200 dark:border-gray-700 p-4">
<div class="space-y-3">
<div class="flex justify-between items-center">
<span class="text-sm font-medium text-gray-500 dark:text-gray-400">Satoshis</span>
<span class="font-semibold text-gray-800 dark:text-gray-100">{{ $payment->amount }}</span>
</div>
<div class="flex justify-between items-center">
<span class="text-sm font-medium text-gray-500 dark:text-gray-400">Jahr</span>
<span class="text-gray-800 dark:text-gray-100">{{ $payment->year }}</span>
</div>
<div>
<span class="text-sm font-medium text-gray-500 dark:text-gray-400 block mb-1">Event-ID</span>
<span class="font-mono text-xs text-gray-600 dark:text-gray-400 break-all">{{ $payment->event_id }}</span>
</div>
@if($payment->btc_pay_invoice)
<flux:button
href="https://pay.einundzwanzig.space/i/{{ $payment->btc_pay_invoice }}/receipt"
target="_blank"
variant="subtle"
class="w-full text-sm">
Quittung anzeigen
</flux:button>
@endif
</div> </div>
</div> </div>
@endforeach
</div> </div>
</div> </div>
@endif
</div>
</flux:card> </flux:card>
@endif @endif
</section> </div>
</flux:card>
</div> </div>
</div> </div>

View File

@@ -105,16 +105,21 @@ class extends Component {
</div> </div>
@else @else
<div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto"> <div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto">
<div class="bg-white dark:bg-[#1B1B1B] shadow overflow-hidden sm:rounded-lg"> <flux:callout variant="warning" icon="exclamation-circle">
<div class="px-4 py-5 sm:px-6"> <flux:heading>Projektförderung kann nicht angelegt werden</flux:heading>
<h3 class="text-lg font-medium leading-6 text-gray-900 dark:text-gray-200"> <p>Um eine Projektförderung anzulegen, benötigst du:</p>
Projektförderung <ul class="list-disc ml-5 mt-2 space-y-1">
</h3> <li>Einen Vereinsstatus von mindestens 2 (Aktives Mitglied)</li>
<p class="mt-1 max-w"> <li>Eine bezahlte Mitgliedschaft für das aktuelle Jahr ({{ date('Y') }})</li>
Du bist nicht berechtigt, eine Projektförderung anzulegen. </ul>
<p class="mt-3">
@if(!NostrAuth::check())
Bitte melde dich zunächst mit Nostr an.
@else
Bitte kontaktiere den Vorstand, wenn du denkst, dass du berechtigt sein solltest.
@endif
</p> </p>
</div> </flux:callout>
</div>
</div> </div>
@endif @endif
</div> </div>

View File

@@ -118,16 +118,21 @@ class extends Component {
</div> </div>
@else @else
<div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto"> <div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto">
<div class="bg-white dark:bg-[#1B1B1B] shadow overflow-hidden sm:rounded-lg"> <flux:callout variant="warning" icon="exclamation-circle">
<div class="px-4 py-5 sm:px-6"> <flux:heading>Projektförderung kann nicht bearbeitet werden</flux:heading>
<h3 class="text-lg font-medium leading-6 text-gray-900 dark:text-gray-200"> <p>Um diese Projektförderung zu bearbeiten, musst du entweder:</p>
Projektförderung <ul class="list-disc ml-5 mt-2 space-y-1">
</h3> <li>Der Ersteller dieser Projektförderung sein</li>
<p class="mt-1 max-w"> <li>Ein Mitglied des aktuellen Vorstands sein</li>
Du bist nicht berechtigt, die Projektförderung zu bearbeiten. </ul>
<p class="mt-3">
@if(!NostrAuth::check())
Bitte melde dich zunächst mit Nostr an.
@else
Bitte kontaktiere den Vorstand, wenn du denkst, dass du berechtigt sein solltest.
@endif
</p> </p>
</div> </flux:callout>
</div>
</div> </div>
@endif @endif
</div> </div>

View File

@@ -90,16 +90,16 @@ class extends Component {
</div> </div>
@else @else
<div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto"> <div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto">
<flux:card> <flux:callout variant="warning" icon="exclamation-circle">
<div class="px-4 py-5 sm:px-6"> <flux:heading>Zugriff auf Projektförderung nicht möglich</flux:heading>
<h3 class="text-lg font-medium leading-6 text-gray-900 dark:text-gray-200"> <p>
Projektförderung @if(!NostrAuth::check())
</h3> Bitte melde dich zunächst mit Nostr an, um Zugriff auf die Projektförderung zu erhalten.
<p class="mt-1 max-w"> @else
Du bist nicht berechtigt, die Projektförderung einzusehen. Du benötigst eine gültige Nostr-Authentifizierung, um diese Projektförderung einzusehen.
@endif
</p> </p>
</flux:card> </flux:callout>
</div>
</div> </div>
@endif @endif
</div> </div>

View File

@@ -1,66 +0,0 @@
@livewireLayout('layouts.app', ['title' => __('Changelog')])
<div>
<div
class="sm:flex sm:justify-between sm:items-center px-4 sm:px-6 py-8 border-b border-gray-200 dark:border-gray-700/60">
<!-- Left: Title -->
<div class="mb-4 sm:mb-0">
<h1 class="text-2xl md:text-3xl text-gray-800 dark:text-gray-100 font-bold">Changelog</h1>
</div>
<!-- Right: Actions -->
<div class="grid grid-flow-col sm:auto-cols-max justify-start sm:justify-end gap-2">
{{--<!-- Add entry button -->
<button
class="btn bg-gray-900 text-gray-100 hover:bg-gray-800 dark:bg-gray-100 dark:text-gray-800 dark:hover:bg-white">
Add Entry
</button>--}}
</div>
</div>
<div class="px-4 sm:px-6 lg:px-8 py-8 w-full max-w-9xl mx-auto">
<div class="max-w-3xl m-auto">
<!-- Posts -->
<div class="xl:-translate-x-16">
@foreach($entries as $entry)
<article class="pt-6">
<div class="xl:flex">
<div class="w-32 shrink-0">
<div
class="text-xs font-semibold uppercase text-gray-400 dark:text-gray-500 xl:leading-8">
{{ $entry['date'] }}
</div>
</div>
<div class="grow pb-6 border-b border-gray-200 dark:border-gray-700/60">
<header>
<div class="flex flex-nowrap items-center space-x-2 mb-4">
<div class="flex items-center">
<a class="block text-sm font-semibold text-gray-800 dark:text-gray-100"
href="#0">
{{ $entry['author'] }}
</a>
</div>
<div class="text-gray-400 dark:text-gray-600">·</div>
<div>
<div
class="text-xs inline-flex font-medium bg-green-500/20 text-green-700 rounded-full text-center px-2.5 py-1">
{{ $entry['hash'] }}
</div>
</div>
</div>
</header>
<div class="space-y-3 font-mono">
{!! $entry['message'] !!}
</div>
</div>
</div>
</article>
@endforeach
</div>
</div>
</div>
</div>

View File

@@ -1,4 +0,0 @@
@livewireLayout('layouts.app', ['title' => 'Welcome'])
<div>
TEST
</div>

View File

@@ -11,7 +11,7 @@ it('denies access to unauthorized users', function () {
Livewire::test('association.members.admin') Livewire::test('association.members.admin')
->assertSet('isAllowed', false) ->assertSet('isAllowed', false)
->assertSee('Du bist nicht berechtigt, Mitglieder zu bearbeiten.'); ->assertSee('Mitglieder können nicht bearbeitet werden');
}); });
it('grants access to authorized pubkeys', function () { it('grants access to authorized pubkeys', function () {

View File

@@ -76,7 +76,7 @@ it('handles nostr logout', function () {
it('denies access to create when not authenticated', function () { it('denies access to create when not authenticated', function () {
Livewire::test('association.project-support.form.create') Livewire::test('association.project-support.form.create')
->assertSet('isAllowed', false) ->assertSet('isAllowed', false)
->assertSee('Du bist nicht berechtigt, eine Projektförderung anzulegen.'); ->assertSee('Projektförderung kann nicht angelegt werden');
}); });
it('denies access to create when pleb has not paid', function () { it('denies access to create when pleb has not paid', function () {
@@ -199,7 +199,7 @@ it('denies access to show when not authenticated', function () {
Livewire::test('association.project-support.show', ['project' => $project]) Livewire::test('association.project-support.show', ['project' => $project])
->assertSet('isAllowed', false) ->assertSet('isAllowed', false)
->assertSee('Du bist nicht berechtigt, die Projektförderung einzusehen.'); ->assertSee('Zugriff auf Projektförderung nicht möglich');
}); });
it('grants access to show when authenticated', function () { it('grants access to show when authenticated', function () {