Skip to content

🎨 Palette: Add Copy Link to docs sections#30

Open
MilakyS wants to merge 1 commit into
mainfrom
palette/docs-copy-link-6478423105394606575
Open

🎨 Palette: Add Copy Link to docs sections#30
MilakyS wants to merge 1 commit into
mainfrom
palette/docs-copy-link-6478423105394606575

Conversation

@MilakyS
Copy link
Copy Markdown
Member

@MilakyS MilakyS commented May 29, 2026

💡 What:

Added "Copy link" buttons to all documentation sections (Hero and Cards) on the docs.html page.

🎯 Why:

This micro-UX improvement allows users to quickly grab a deep link to any specific section of the documentation, making it much easier to share or bookmark relevant content.

♿ Accessibility:

  • ARIA Labels: Added localized aria-label to the icon-only buttons.
  • Dynamic Feedback: The aria-label updates to "Link copied!" for 1500ms after a successful copy to provide screen reader confirmation.
  • Keyboard Navigation: Buttons are tab-accessible. They remain visible when the parent card has :focus-within or when the button itself has :focus-visible.
  • Contrast: Used high-contrast focus rings consistent with the site's design system.

✨ Interaction Polish:

  • Visual Feedback: The link icon smoothly transitions to a checkmark (hgi-tick-01) and changes color to the accent green upon success.
  • Transitions: Added subtle scale and opacity animations for the button's entrance on hover/focus.
  • Robustness: Implemented a guard to prevent rapid-click visual glitches during the "copied" state.

🛠️ Compatibility:

  • Replaced String.prototype.replaceAll with global regex replacements in modified files to ensure stability in Cloudflare Workers environments.
  • Added leading semicolons to IIFEs for safe concatenation during the build process.

PR created automatically by Jules for task 6478423105394606575 started by @MilakyS

- Add copy link buttons to hero and card headers in docs
- Implement clipboard logic with visual and a11y feedback
- Add localized strings for copy link actions
- Style buttons for hover/focus visibility and success states
- Improve compatibility for Cloudflare Workers (regex replace, semicolons)

Co-authored-by: MilakyS <155958485+MilakyS@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 29, 2026

Deploy Preview for melodious-queijadas-3cc817 ready!

Name Link
🔨 Latest commit 232bd71
🔍 Latest deploy log https://app.netlify.com/projects/melodious-queijadas-3cc817/deploys/6a192d26d0b5950008666c87
😎 Deploy Preview https://deploy-preview-30--melodious-queijadas-3cc817.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant