🌐 Replace language-selector component, introduce livewire:language.selector and enhance sidebar with dynamic language and country selection options

This commit is contained in:
HolgerHatGarKeineNode
2025-12-05 18:44:23 +01:00
parent f75a7e128c
commit 4b16efaf9c
6 changed files with 80 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ new class extends Component {
<div>
<flux:select variant="listbox" searchable placeholder="{{ __('Wähle deine Zeitzone...') }}"
wire:model.live.debounce="selectedTimezone" label="{{ __('Zeitzone') }}">
wire:model.live.debounce="selectedTimezone">
<x-slot name="search">
<flux:select.search class="px-4" placeholder="{{ __('Suche Zeitzone...') }}"/>
</x-slot>