-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: Improve project creation UI #1142
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1142 +/- ##
=======================================
Coverage 72.50% 72.50%
=======================================
Files 162 162
Lines 5289 5289
Branches 592 592
=======================================
Hits 3835 3835
Misses 1322 1322
Partials 132 132 ☔ View full report in Codecov by Sentry. |
79b134e
to
5e2ccc9
Compare
3887c5b
to
0159078
Compare
e912de1
to
80ad7ec
Compare
frontend/src/app/projects/models/create-model/create-model.component.html
Show resolved
Hide resolved
frontend/src/app/projects/models/model-source/choose-source.component.html
Outdated
Show resolved
Hide resolved
frontend/src/app/projects/models/model-source/choose-source.component.html
Outdated
Show resolved
Hide resolved
0d0a0c2
to
6c3c3bc
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Thanks for the great PR. A very nice UI improvement and nice improvements for mobile devices :)
Photos show the old views on the left and updated views on the right. These changes also includes the removal of the unused "model initialization" step. Resolves issue #1110