Add reusable copy-to-clipboard button for Link UI.
Deploy Ladill Link / deploy (push) Successful in 52s

Share clipboard helper and Alpine copyButton component across link views.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-02 08:25:27 +00:00
co-authored by Cursor
parent 1742fb859f
commit a79fac78a5
4 changed files with 90 additions and 3 deletions
+2 -3
View File
@@ -43,9 +43,8 @@ class UserProfileMenu
];
}
if (Route::has((string) config("billing.wallet_balance_route", "wallet.balance"))) {
$items[] = ["type" => "wallet"];
if (Route::has((string) config('billing.wallet_balance_route', 'wallet.balance'))) {
$items[] = ['type' => 'wallet'];
}
if (self::userIsAdmin($user)) {