-
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
Move bucket settings to a separate page #4122
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4122 +/- ##
==========================================
- Coverage 38.41% 38.16% -0.25%
==========================================
Files 724 725 +1
Lines 33285 33505 +220
Branches 4896 4960 +64
==========================================
+ Hits 12785 12786 +1
+ Misses 19876 19551 -325
- Partials 624 1168 +544
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Further refactoring of the page into separate cards is in #4126 |
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.
i think this is mostly ok
Co-authored-by: Alexei Mochalov <nl_0@quiltdata.io>
* 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) ...
/admin/buckets/edit/:bucketName
and/admin/buckets/add
buckets?bucketName
redirected to new oneForm components are mostly intact, but hierarchy of component slightly changed so the diff is bigger than actual change"Add bucket" page. No preview cards, single form.
Bucket page. Bucket has avatar
Bucket page. No avatar, many tags.
Edit metadata on bucket page. All other cards are in preview mode.
Showing error