Propagate shared copy-button component and clipboard helper.
Deploy Ladill Servers / deploy (push) Successful in 49s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-03 23:04:31 +00:00
co-authored by Cursor
parent e4bf942eec
commit 55dff218e2
3 changed files with 88 additions and 0 deletions
+2
View File
@@ -10,9 +10,11 @@ registerLadillDomainPurchase();
import Alpine from 'alpinejs';
import { registerLadillClipboard } from './ladill-clipboard';
import collapse from '@alpinejs/collapse';
Alpine.plugin(collapse);
registerLadillClipboard(Alpine);
Alpine.data('notificationDropdown', (config = {}) => ({
open: false,