diff --git a/dev/frontend/responsive/pm-vorschau.png b/dev/frontend/responsive/pm-vorschau.png new file mode 100644 index 0000000..ed40964 Binary files /dev/null and b/dev/frontend/responsive/pm-vorschau.png differ diff --git a/resources/views/components/press-release-submit-modal.blade.php b/resources/views/components/press-release-submit-modal.blade.php index 8e7d094..77cf5ef 100644 --- a/resources/views/components/press-release-submit-modal.blade.php +++ b/resources/views/components/press-release-submit-modal.blade.php @@ -81,20 +81,24 @@ @endif - {{-- Bestätigungen --}} -
- - - + {{-- Bestätigungen — Flux-Switches (Einheitlichkeit, 12.06.2026); + der Alpine-State steuert weiterhin den Bestätigen-Button. --}} +
+ + +
diff --git a/resources/views/livewire/customer/profile.blade.php b/resources/views/livewire/customer/profile.blade.php index 8db666f..c61964f 100644 --- a/resources/views/livewire/customer/profile.blade.php +++ b/resources/views/livewire/customer/profile.blade.php @@ -249,6 +249,10 @@ new #[Layout('components.layouts.app'), Title('Mein Profil')] class extends Comp ); } + // Fokus-Fix: Nach dem Speichern soll kein Eingabefeld den Fokus + // erhalten (Browser/Autofill springen sonst auf das erste Feld). + $this->dispatch('profile-saved'); + session()->flash('profile-status', __('Profil gespeichert.')); } @@ -287,7 +291,7 @@ new #[Layout('components.layouts.app'), Title('Mein Profil')] class extends Comp } }; ?> -
+
{{-- ============== PAGE HEADER ============== --}}
- + - - - + + + @foreach ($countries as $code => $name) @endforeach