-
Notifications
You must be signed in to change notification settings - Fork 230
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
moved add comment page into modal on analysis page #1319
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1319 +/- ##
==========================================
- Coverage 92.42% 91.80% -0.63%
==========================================
Files 379 376 -3
Lines 23661 21044 -2617
==========================================
- Hits 21869 19319 -2550
+ Misses 1792 1725 -67 ☔ View full report in Codecov by Sentry. |
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'm not convinced that a modal is appropriate here.
It still hides part of the information displayed on the page of the file you are commenting on.
Why not add a text input field where you can type to the comments section?
Aside:
The modal is kind of narrow and can only be resized vertically but not horizontally.
It was @dorpvom's idea to use a modal. I agree that a modal might not be the best choice (because you might want to look at the analysis page while commenting). Let's hear @dorpvom's opinion on this. |
I have opined |
6ebd1e3
to
516cadb
Compare
I changed it, moved it out of the modal and integrated it into the table where the "add comment" button is located. |
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.
Nice! Lgtm
No description provided.