Skip to content

Conversation

@jeddy3
Copy link
Member

@jeddy3 jeddy3 commented Nov 23, 2025

Which issue, if any, is this issue related to?

Closes #423

Is there anything in the PR that needs further explanation?

A barebones implementation of the two toolbar actions mentioned in the issue.

It adds <sd-toolbar> to the bottom of the app and places <sd-report> and <sd-copy-link> within it.

Screenshot 2025-11-23 at 17 20 50
  • <sd-report> appends four bits of query data to the base "report a bug" link:
    • reproduce-bug = style code
    • stylelint-configuration = config code
    • stylelint-run = demo URL as link
    • stylelint-version = installed deps
  • <sd-copy-link> simply puts the current URL into the clipboard

Code is wrapped in appropriate markdown code fences.

Example template:

New Issue


I've tried to match the patterns from the existing components as much as possible. Although, as I mentioned in an earlier issue, I'm not very familiar with the codebase and may have missed something.

@netlify
Copy link

netlify bot commented Nov 23, 2025

Deploy Preview for chimerical-trifle-8d3c21 ready!

Name Link
🔨 Latest commit 1662d9e
🔍 Latest deploy log https://app.netlify.com/projects/chimerical-trifle-8d3c21/deploys/692417e6b18a39000803f3f5
😎 Deploy Preview https://deploy-preview-510--chimerical-trifle-8d3c21.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@jeddy3 jeddy3 changed the title Issue 423 Add toolbar with report-bug and copy-link actions Nov 23, 2025
Copy link
Member

@ybiquitous ybiquitous left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I appreciate that you have implemented my old request. Amazing! 👍🏼

This PR looks great overall to me, but I'd like to request a few minor improvements. I don't think they would block the merge. 😃

Copy link
Member

@ybiquitous ybiquitous left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. LGTM 👍🏼

@jeddy3
Copy link
Member Author

jeddy3 commented Nov 24, 2025

@ybiquitous Thanks for the review. I've committed both suggestions.

I appreciate that you have implemented my old request.

No worries. I often find myself using the demo to either report bugs or reproduce issues, so the new actions make my life easier 😄

@ybiquitous
Copy link
Member

the new actions make my life easier 😄

💯 definitely!

@jeddy3 jeddy3 merged commit 886969f into main Nov 24, 2025
10 checks passed
@jeddy3 jeddy3 deleted the issue-423 branch November 24, 2025 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Add buttons to report issue and to copy URL

3 participants