-
Notifications
You must be signed in to change notification settings - Fork 90
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
Remove <Delay />
component
#4132
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4132 +/- ##
==========================================
+ Coverage 37.89% 37.91% +0.02%
==========================================
Files 732 731 -1
Lines 33755 33734 -21
Branches 4979 4979
==========================================
Hits 12790 12790
- Misses 19785 20320 +535
+ Partials 1180 624 -556
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
im not quite sure why to keep it at all given the transitionDelay prop |
I don't know what was your intention to use it. If it was just cosmetic and can be replaced with CSS, then I can remove |
most likely it was that, yeah |
* master: (97 commits) Remove `<Delay />` component (#4132) rewrite SUMMARY (doc reorg) (#4149) Tabulator, Admin: UI for modifying tabulator configs (#4135) Bump debian from `1b0b790` to `3f9e536` in /lambdas/thumbnail (#4158) Bump debian from bullseye-20240904-slim to bullseye-20240926-slim in /lambdas/thumbnail (#4156) Bump amazonlinux from 2023.5.20240903.0 to 2023.5.20240916.0 in /catalog (#4151) Bump amazonlinux from 2023.5.20240903.0 to 2023.5.20240916.0 in /s3-proxy (#4152) Edit file / Edit with config helper (#4147) Fix "bad `setState()`" warning (#4150) Update dependency webpack to v5.94.0 [SECURITY] (#4125) Fix `ui.package_description` example (#4146) Bump urllib3 from 1.26.18 to 1.26.19 in /lambdas/s3select (#4140) Move bucket settings to a separate page (#4122) Bump debian from bullseye-20240812-slim to bullseye-20240904-slim in /lambdas/thumbnail (#4131) Bump amazonlinux from 2023.5.20240819.0 to 2023.5.20240903.0 in /catalog (#4133) Bump amazonlinux from 2023.5.20240819.0 to 2023.5.20240903.0 in /s3-proxy (#4134) Bump certifi from 2023.7.22 to 2024.7.4 in /lambdas/preview (#4130) Bump zipp from 3.15.0 to 3.19.1 in /lambdas/preview (#4129) Bump cryptography from 42.0.4 to 43.0.1 in /lambdas/indexer (#4128) Ignore line-length lint rule for CHANGELOG (#4127) ...
Replace
<Delay />
component with<... style={{ transitionDelay: '1000ms' }}>