Skip to content
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

Merged
merged 6 commits into from
Oct 7, 2024
Merged

Remove <Delay /> component #4132

merged 6 commits into from
Oct 7, 2024

Conversation

fiskus
Copy link
Member

@fiskus fiskus commented Sep 5, 2024

Replace <Delay /> component with <... style={{ transitionDelay: '1000ms' }}>

Copy link

codecov bot commented Sep 5, 2024

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.

Project coverage is 37.91%. Comparing base (c5edede) to head (be81399).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
catalog/app/containers/Admin/Buckets/Buckets.tsx 0.00% 4 Missing ⚠️
.../containers/Bucket/PackageDialog/SubmitSpinner.tsx 0.00% 4 Missing ⚠️
catalog/app/components/Placeholder/Placeholder.tsx 0.00% 1 Missing ⚠️
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     
Flag Coverage Δ
api-python 90.85% <ø> (ø)
catalog 11.22% <0.00%> (+0.01%) ⬆️
lambda 87.95% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fiskus fiskus requested a review from nl0 September 5, 2024 11:59
@nl0
Copy link
Member

nl0 commented Sep 9, 2024

im not quite sure why to keep it at all given the transitionDelay prop

@fiskus
Copy link
Member Author

fiskus commented Sep 9, 2024

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 <Delay /> completely in this PR

@nl0
Copy link
Member

nl0 commented Sep 9, 2024

most likely it was that, yeah

@fiskus fiskus changed the title Simplify <Delay /> component Remove <Delay /> component Sep 9, 2024
nl0
nl0 previously approved these changes Oct 1, 2024
@fiskus fiskus requested a review from nl0 October 7, 2024 10:32
@fiskus fiskus added this pull request to the merge queue Oct 7, 2024
Merged via the queue into master with commit f90917d Oct 7, 2024
36 of 38 checks passed
@fiskus fiskus deleted the transition-delay branch October 7, 2024 13:28
nl0 added a commit that referenced this pull request Oct 7, 2024
* 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)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants