Skip to content

🎨 Palette: implement "Copy Link" for documentation sections#29

Open
MilakyS wants to merge 1 commit into
mainfrom
palette-docs-copy-link-enhancement-8309694835186846205
Open

🎨 Palette: implement "Copy Link" for documentation sections#29
MilakyS wants to merge 1 commit into
mainfrom
palette-docs-copy-link-enhancement-8309694835186846205

Conversation

@MilakyS
Copy link
Copy Markdown
Member

@MilakyS MilakyS commented May 28, 2026

Implemented a micro-UX improvement on the documentation page by adding "Copy Link" buttons to all sections and headers.

💡 What

  • Added localized "Copy Link" and "Link Copied!" strings to site.json.
  • Modified docs-page.js to inject copy buttons during documentation rendering.
  • Implemented delegated click logic in docs.js to handle clipboard interactions and UI feedback (icon swap + ARIA updates).
  • Added CSS to docs.css for button styling and responsive visibility.

🎯 Why

Deep-linking to specific documentation sections was difficult for users. This enhancement provides a clear, accessible way to copy anchor URLs, improving sharability and navigation.

♿ Accessibility

  • Uses localized aria-label and title attributes.
  • Updates aria-label dynamically to provide feedback to screen readers upon successful copy.
  • Supports keyboard navigation with :focus-visible styling.

🛠️ Compatibility

  • Replaced ES2021 replaceAll with global regex replace for Cloudflare Workers / ES5 compatibility.
  • Added defensive IIFE guards for non-browser environments.

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

Adds a deep-link "Copy Link" feature to the documentation page.
- Injects localized copy buttons into all documentation sections.
- Implements interactive clipboard logic with visual and accessibility feedback.
- Ensures cross-environment compatibility (ES5 regex, IIFE guards) for Cloudflare Workers.
- Follows existing design system for hover/focus visibility.

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 28, 2026

Deploy Preview for melodious-queijadas-3cc817 ready!

Name Link
🔨 Latest commit b90ebb9
🔍 Latest deploy log https://app.netlify.com/projects/melodious-queijadas-3cc817/deploys/6a17da0f80eaa20008898fd1
😎 Deploy Preview https://deploy-preview-29--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