-
Notifications
You must be signed in to change notification settings - Fork 2.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
feat: DIA-1794: [FE] Home page (+Tailwind and shadcn integration) #7009
Conversation
This reverts commit 61b9bbe.
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #7009 +/- ##
===========================================
- Coverage 77.20% 77.17% -0.04%
===========================================
Files 187 187
Lines 14484 14491 +7
===========================================
+ Hits 11183 11184 +1
- Misses 3301 3307 +6
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
|
/docker build
|
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.
One line description for 100+ files with lot of new components, new approaches, changes without explanations, etc?
Please let's be diligent and respect the quality of our codebase. I already see a bunch of issues and asking for another round of reviews.
web/apps/labelstudio/src/pages/Organization/PeoplePage/InviteLink.tsx
Outdated
Show resolved
Hide resolved
web/libs/core/src/pages/AccountSettings/sections/PersonalAccessToken.tsx
Show resolved
Hide resolved
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.
Unfortunately there are still things to fix. Plus we have to run all tests again
Co-authored-by: Andrew <[email protected]>
…ink.tsx Co-authored-by: Andrew <[email protected]>
3e53ec2
to
60bdf1b
Compare
/git merge develop
|
/git merge develop
|
Introducing new Homepage and integration of Tailwind and shadcn.
Documentation for the new UI component and usage of Tailwind is coming separately. Will cover the usage of the components, how to add new ones, how to properly use Tailwind in the context of Label Studio.
There will also be some follow up refactoring to cleanup transition period inconsistencies.