π¨ Palette: Add copy button to dashboard fallback page#23
π¨ Palette: Add copy button to dashboard fallback page#23jhweb wants to merge 1 commit intocodex/livingdashfrom
Conversation
- Added a "Copy to Clipboard" button to the LivingDash fallback HTML. - Included CSS for hover and focus-visible states. - Added JavaScript to handle clipboard copying and provide visual success feedback (checkmark icon). - Improved accessibility with ARIA labels and hidden icons. Co-authored-by: jhweb <12529192+jhweb@users.noreply.github.com>
|
π Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a π emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
π‘ What: Added a "Copy to Clipboard" button to the LivingDash fallback page shown when build artifacts are missing.
π― Why: Makes the onboarding flow smoother by allowing users to quickly copy build commands without manual selection.
βΏ Accessibility: Added
aria-labelto the copy button,aria-hidden="true"to icons, and clear:focus-visiblestyles for keyboard navigation.PR created automatically by Jules for task 3355629680346290097 started by @jhweb