-
-
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
Show outdated comments in pull request #13148
Show outdated comments in pull request #13148
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13148 +/- ##
==========================================
+ Coverage 41.97% 42.08% +0.10%
==========================================
Files 681 681
Lines 75121 75121
==========================================
+ Hits 31535 31611 +76
+ Misses 38456 38359 -97
- Partials 5130 5151 +21
Continue to review full report at Codecov.
|
IMO could be backported to 1.13 as it's been a long-term gripe for users. |
what the hell... I did press update branch but it somehow got merged :/ |
please send backport to |
@lafriks I'll start a new PR as I can't re-open this one. However, I was thinking if I should refactor, or create a generic "tag" css class as the same style is used in at least three places. I didn't do it before, because couldn't find a place in the css where the style for the basic elements is defined. Thoughts? Or should I just keep it as is? |
Co-authored-by: zeripath <[email protected]>
@ivanvc I'll have done the backport for you :) git fetch --all
git checkout -f upstream/release/v1.13 -b backport_show-outdated-comments-in-pull-request_131
git cherry-pick -S 05c7e58
git push -u own backport_show-outdated-comments-in-pull-request_13148 -> #13162 "... I can't re-open ..." @ivanvc pleace do a new pull for each task/issue - and yes refactors are welcome too :) |
@6543 Cool, thanks. I'll refactor later the CSS to make it more standard and open a PR against master, as I guess it is just an improvement. |
Co-authored-by: zeripath <[email protected]> Co-authored-by: Iván Valdés <[email protected]> Co-authored-by: zeripath <[email protected]>
This PR addresses issue #12523. Outdated comments are expanded by default and added an "Outdated" label to them. Resolved comments are collapsed by default. This is how it initially looks when loading the pull request:
Fixes #12523.