feat(admin): copy buttons and shared clipboard helper
CI / php (push) Successful in 2m57s

- Add magesail-clipboard.js (clipboard API + execCommand fallback)
- Tunnel: copy store code, key, Holesail command, log tail; wire polling UI
- How-To: copy per code block; Howto block + magesail-howto-copy.js
- NGINX map: copy raw map from textarea; translations in Map block
- Document copy UX in docs/admin-ui.md
This commit is contained in:
2026-03-21 04:03:13 -05:00
parent bbd83659a7
commit 4ec4791f27
15 changed files with 338 additions and 21 deletions
+3
View File
@@ -87,6 +87,9 @@ class Map extends Template
'yes' => (string) __('Yes'),
'no' => (string) __('No'),
'diagIssue' => (string) __('Issue:'),
'copyRawMap' => (string) __('Copy raw map'),
'copied' => (string) __('Copied!'),
'copyFailed' => (string) __('Copy failed'),
],
];
}