mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-03-25 21:28:41 +00:00
🔧 Update dependencies (composer.lock) and adjust project configuration files for compatibility with updated packages.
- 📝 Adjust `.junie/guidelines.md` to reflect updated dependencies and formatting rules. - 🛠 Refactor `views` to utilize Livewire's `wire:model.live` binding. - 🚀 Upgrade Laravel, Livewire, and related packages to latest versions.
This commit is contained in:
@@ -154,11 +154,11 @@ class extends Component
|
||||
<div class="space-y-3 mt-3">
|
||||
<flux:field>
|
||||
<flux:label>Akzeptiert</flux:label>
|
||||
<flux:switch wire:model="form.accepted" />
|
||||
<flux:switch wire:model.live="form.accepted" />
|
||||
</flux:field>
|
||||
<flux:field>
|
||||
<flux:label>Sats bezahlt</flux:label>
|
||||
<flux:input type="number" wire:model="form.sats_paid" />
|
||||
<flux:input type="number" wire:model.live="form.sats_paid" />
|
||||
</flux:field>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user