Add a button to go from app.graphite.com to github.com
< Feedback on Graphite GitHub button
Try https://github.com/benjaffe/graphite-plus-plus instead!
I updated this to fix this issue:
- repo name and project name can have dashes
- I fixed the button to work in dark mode and light mode
- (not this issue) I updated it to work on dev.graphite.com (the new domain)
Sorry this took 2 years!
If the repo name has dashes, the button won't show.
Need to update the regex to
/^\/github\/pr\/([\w-]+)\/([\w-]+)\/(\d+).*$/instead.Also the button background makes the text very difficult to see on dark mode.