Add Merchant to launcher; inline branding row on New Giving Page.
Deploy Ladill Give / deploy (push) Successful in 51s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
isaacclad
2026-06-10 11:02:44 +00:00
co-authored by Claude Opus 4.8
parent ea1eba1523
commit b280347fc6
3 changed files with 44 additions and 12 deletions
@@ -61,19 +61,25 @@
</div>
<input type="text" name="service_times" value="{{ old('service_times') }}" :placeholder="cfg.timesPh"
class="w-full rounded-xl border-slate-200 text-sm">
<div class="grid gap-3 sm:grid-cols-2">
<div>
<label class="block text-xs font-medium text-slate-500">Logo</label>
<input type="file" name="church_logo" accept="image/*" class="mt-1 block w-full text-xs">
<div class="space-y-3">
<p class="text-xs font-semibold text-slate-600">Branding <span class="font-normal text-slate-400">(optional)</span></p>
<div class="grid gap-3 sm:grid-cols-3">
<div>
<label class="block text-[11px] font-medium text-slate-500">Logo</label>
<input type="file" name="church_logo" accept="image/*"
class="mt-1 block w-full text-xs text-slate-600 file:mr-2 file:rounded-lg file:border-0 file:bg-indigo-50 file:px-2 file:py-1 file:text-xs file:font-semibold file:text-indigo-700">
</div>
<div>
<label class="block text-[11px] font-medium text-slate-500">Cover Image</label>
<input type="file" name="church_cover" accept="image/*"
class="mt-1 block w-full text-xs text-slate-600 file:mr-2 file:rounded-lg file:border-0 file:bg-indigo-50 file:px-2 file:py-1 file:text-xs file:font-semibold file:text-indigo-700">
</div>
<div>
<label class="block text-[11px] font-medium text-slate-500">Brand Color</label>
<input type="color" name="brand_color" value="{{ old('brand_color', '#1a3a5c') }}"
class="mt-1 h-10 w-full cursor-pointer rounded-xl border border-slate-200 p-1">
</div>
</div>
<div>
<label class="block text-xs font-medium text-slate-500">Cover image</label>
<input type="file" name="church_cover" accept="image/*" class="mt-1 block w-full text-xs">
</div>
</div>
<div>
<label class="block text-xs font-medium text-slate-500">Brand color</label>
<input type="color" name="brand_color" value="{{ old('brand_color', '#1a3a5c') }}" class="mt-1 h-10 w-full rounded-xl border border-slate-200">
</div>
<div>
<p class="mb-2 text-xs font-semibold text-slate-600">Giving categories</p>