-
Notifications
You must be signed in to change notification settings - Fork 367
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
fix: [UIE-8009] - DBaaS backups disable invalid dates #10988
Conversation
Coverage Report: ✅ |
6750d26
to
9c95f06
Compare
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.
✅ confirmed info banner displays and am unable to select dates when DB is just provisioning/activated
A couple of small thoughts/things I noticed:
-
On viewports from 960 to ~1040px, there's some overlap in the time and month/year toggle - not sure how many people have screens this size, but I just saw this when I had my dev tools open:
-
edit: saw the comment in the code that this date picker will be switched out soon 👍
-
is it possible to disable the month and year picker if everything else is disabled (not sure how this would affect accessibility though)?
packages/manager/src/features/Databases/DatabaseDetail/DatabaseBackups/DatabaseBackups.test.tsx
Show resolved
Hide resolved
…ry API call, remove custom label
9c95f06
to
e2b5b21
Compare
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.
Description 📝
Fixes for DBaaS Backups tabs
Changes 🔄
List any change relevant to the reviewer.
Target release date 🗓️
9/30/24
How to test 🧪
Prerequisites
Reproduction steps
Verification steps
As an Author I have considered 🤔
Check all that apply