-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use NonIdealState for empty DropZone #586
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #586 +/- ##
==========================================
+ Coverage 46.80% 47.01% +0.20%
==========================================
Files 149 143 -6
Lines 7950 7519 -431
Branches 146 146
==========================================
- Hits 3721 3535 -186
+ Misses 4229 3984 -245 ☔ 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.
Can you use a gray that is defined by blueprintjs for the default color of the dashed border?
You can import those colors from the library
Also the style (font size, weight etc.) should be more consistent between when there is a drop target and when there is none: CleanShot.2023-12-04.at.10.09.03.mp4 |
Deploying with
|
Latest commit: |
1f4ed7a
|
Status: | ✅ Deploy successful! |
Preview URL: | https://4734920b.react-science.pages.dev |
Branch Preview URL: | https://581-redo-design-of-dropzone.react-science.pages.dev |
What happens when the dropzone has children has slightly changed. Before the children were still visible below an overlay. Is it on purpose? Before: CleanShot.2023-12-05.at.08.43.24.mp4After: CleanShot.2023-12-05.at.08.42.06.mp4 |
@stropitek this happened when I changed the colors to use the blueprint ones for the text, I have restored the background opacity |
closes #581