-
Couldn't load subscription status.
- Fork 3.1k
fix: FIT-861: LS-DEVELOP: Project Name tab at Create Project modal looks broken #8723
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
Conversation
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for label-studio-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## develop #8723 +/- ##
===========================================
- Coverage 67.03% 59.93% -7.10%
===========================================
Files 790 551 -239
Lines 60680 38996 -21684
Branches 10311 10311
===========================================
- Hits 40678 23373 -17305
+ Misses 19999 15620 -4379
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/git merge
|
This pull request makes small UI and styling adjustments to the Create Project modal in the Label Studio web app. The changes focus on improving the appearance of the modal header and refining button behavior.
Screenshots
Before
After
UI and Styling Improvements:
.modal__headerto.modal-ls__headerinCreateProject.scssfor better styling consistency..space-ls_direction_horizontalclass inside the modal header to improve layout alignment.Button Behavior Adjustments:
size="small"prop from both the Cancel and Save buttons inCreateProject.jsxto standardize button sizing. [1] [2]waitingClickable={false}prop to the Save button to prevent user interaction while the button is in a waiting state.