🎨 feat(project-support): add accepted checkbox and sats paid fields to project proposal form

This commit is contained in:
fsociety
2025-01-16 17:48:50 +01:00
parent a0171442a9
commit e72a1aa814
4 changed files with 225 additions and 312 deletions

View File

@@ -111,6 +111,15 @@ $save = function () {
:placeholder="__('Beabsichtigte Unterstützung in Sats')"/>
</x-input.group>
<x-input.group :for="md5('form.accepted')" :label="__('Wurde angenommen')">
<x-checkbox autocomplete="off" wire:model.debounce="form.accepted"/>
</x-input.group>
<x-input.group :for="md5('form.sats_paid')" :label="__('Letztendlich bezahlte Satoshis')">
<x-input autocomplete="off" wire:model.debounce="form.sats_paid"
:placeholder="__('Satoshi-Anzahl')"/>
</x-input.group>
<x-input.group :for="md5('form.description')">
<x-slot name="label">
<div>