Use + icon buttons on mobile dashboards.
Deploy Ladill Hosting / deploy (push) Successful in 1m8s

Sync mobile-header-btn partials, mobile x-btn.create, and update dashboard header actions for consistent mobile FABs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-28 16:20:56 +00:00
co-authored by Cursor
parent 25c32ef5e3
commit 62caf10933
7 changed files with 111 additions and 11 deletions
@@ -8,6 +8,7 @@
])
@php
$errors = $errors ?? new \Illuminate\Support\ViewErrorBag;
$ownedDomainHosts = collect($ownedDomains)->map(fn ($d) => (string) $d)->all();
$oldValue = trim((string) old($fieldName, ''));
$initialDomainSource = empty($ownedDomainHosts)