-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix: consistent forms for UI #8922
Conversation
Signed-off-by: saumeya <saumeyakatyal@gmail.com>
b95b292
to
afaec51
Compare
Codecov Report
@@ Coverage Diff @@
## master #8922 +/- ##
==========================================
- Coverage 45.00% 44.95% -0.05%
==========================================
Files 212 212
Lines 25272 25272
==========================================
- Hits 11373 11362 -11
- Misses 12292 12306 +14
+ Partials 1607 1604 -3
Continue to review full report at Codecov.
|
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.
It might be helpful to provide a screenshot of the change.
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.
It's a big task and you did a great job! It looks much better now. I only have two things I want to mention, and you may don't have to finish it within this scope.
1, How about for required fields, can we add “*” to the label as an indicator? It’s just an easier way to apply across the app. E.g. Repo URL is required.
On project details page, there are a few “*”s, what does it mean there? If it means required as well, we can make it consistent across the app.
2, Warning message doesn’t match the label name. E.g. “Name” v.s. “Project name is required”, “Repository URL” v.s. “Repo URL is required”, “Repository Server Name” v.s. “Repository server name is required”
Thanks Yi, I definitely noticed these, but wasn't sure - as this would involve a lot more changes. Let me sync up with you today and we could go over these points quickly. |
Signed-off-by: saumeya <saumeyakatyal@gmail.com>
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.
Hey Saumeya! Tested it out and it looks great, thanks :)
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.
LGTM
Thanks for the update! Looks great 👍
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.
Looking great!
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.
LGTM. Thank you for cleaning up UI!
Signed-off-by: saumeya <saumeyakatyal@gmail.com> Co-authored-by: Remington Breeze <remington@breeze.software> Signed-off-by: asingh51 <Ashutosh_Singh@intuit.com>
Signed-off-by: saumeya <saumeyakatyal@gmail.com> Co-authored-by: Remington Breeze <remington@breeze.software> Signed-off-by: wojtekidd <wojtek.cichon@protonmail.com>
closes #5443 #5262
Note on DCO:
If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.
Before
https://user-images.githubusercontent.com/17771352/160873344-3ada56ad-3026-41e5-ba26-0eb82b84e36f.mp4
After
online-screen-recorder-2022-03-31--18-09-39.mp4
Checklist: