-
Notifications
You must be signed in to change notification settings - Fork 370
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
upcoming: [M3-8217] - Tax Id Notifications & Icon #10558
Conversation
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 don't have devenv set up but I mocked the notification locally and verified the notification and tooltip appear as expected and display the tax id warning.
packages/manager/src/features/Billing/BillingPanels/ContactInfoPanel/ContactInformation.tsx
Outdated
Show resolved
Hide resolved
Coverage Report: ✅ |
I need to fix some invalidation issues with RQ - please hold |
packages/manager/src/features/Billing/BillingPanels/ContactInfoPanel/ContactInformation.tsx
Outdated
Show resolved
Hide resolved
Devenv has been having issues all day preventing me from e2e testing this - I will wait until things are back up and re-request reviews. |
packages/manager/src/features/Billing/BillingPanels/ContactInfoPanel/ContactInformation.tsx
Outdated
Show resolved
Hide resolved
…oPanel/ContactInformation.tsx Co-authored-by: Banks Nussman <[email protected]>
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.
Just a thought 💡
It might be a really nice UX to add toast notifications in packages/manager/src/hooks/useToastNotifications.tsx
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.
React Query and event handler changes look great ✅
Description 📝
New notifications for Tax Id
Changes 🔄
Target release date 🗓️
7/8
Preview 📷
worked.mov
How to test 🧪
Prerequisites
Validation
Related