Unify primary buttons with gradient pill design across the app.
Deploy Ladill Transfer / deploy (push) Successful in 26s

Add shared btn-primary components and plus icons on create/new actions; limit overview recent transfers to three.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-08 22:40:41 +00:00
co-authored by Cursor
parent 1a95915e21
commit 9f0822d1ba
31 changed files with 131 additions and 42 deletions
@@ -48,7 +48,7 @@ class OverviewController extends Controller
->accessible()
->with('qrCode')
->latest()
->limit(6)
->limit(3)
->get();
$balanceMinor = 0;