-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Publish Review
buttons should indicate why they are disabled
#23598
Publish Review
buttons should indicate why they are disabled
#23598
Conversation
… is try to do by them self on their PR.
Note: Can't backport because of new translations. |
What should be my next step. Kinda new to process. |
Nothing from your side. Once the PR is merged in |
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.
I'd also prefer it if we didn't need the span.
However, as you mentioned that it is apparently a tippy "bug"/intended behavior, so I'll allow it.
Yes, it is actually documented as well here: |
Publish Review
buttons should indicate why they are disable
Publish Review
buttons should indicate why they are disablePublish Review
buttons should indicate why they are disabled
* upstream/main: Replace a few fontawesome icons with svg (go-gitea#23602) Fix pagination on `/notifications/watching` (go-gitea#23564) Fix `.locale.Tr` function not found in delete modal (go-gitea#23468) fix submodule is nil panic (go-gitea#23588) `Publish Review` buttons should indicate why they are disabled (go-gitea#23598) Improve template error reporting (go-gitea#23396) Polyfill the window.customElements (go-gitea#23592) Add CHANGELOG for 1.19.0 (go-gitea#23583)
Adding tooltip on "Approve" and "Review Changes" buttons. is try to do by them self on their PR.
Resolves #23547
Approve
tootip text :- "Pull request authors can’t approve their own pull request"Request Changes
tooltip text:- "Pull request authors can’t request changes on their own pull request"Before
https://user-images.githubusercontent.com/115237/225984020-306c048f-cb9b-4dee-8929-1c74c331518b.png
After