-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(document/toolbar): replace "Quick-Edit" by "Edit on GitHub" #6065
Conversation
className="button" | ||
title={`You're going to need to sign in to GitHub first (Opens in a new tab)`} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit
title={`You're going to need to sign in to GitHub first (Opens in a new tab)`} | |
title="Edit on GitHub. Opens in a new tab" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general, it is a good idea for accessibility to state that a link opens in a new tab if one forces it with _blank
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, thank you, I have removed the _blank
target, because there is no reason to enforce this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One suggestion but, other than that, this looks good to me. Thanks, @caugner 🎉
…n#6065) * chore(app): remove quick-edit feature * chore(edit-actions): add "Edit on GitHub" link
Summary
Problem
We have a "Quick-edit" feature that (presumably) nobody uses (see #4866), because the GitHub editor is much better and allows opening a PR.
Solution
Screenshots
Before
After
How did you test this change?