-
Notifications
You must be signed in to change notification settings - Fork 8
fix(core): 🐛 notificationpopover is design is completed properly #374
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
base: development
Are you sure you want to change the base?
Conversation
notificationpopover has been fixed Ref: #373
…previouly given the coreicon more_horiz to clear_all which was there previouly was been required is solved Ref: #373
…o WRPD-bugfix-373
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.
Please do the needful
remove the sx property Ref: #373
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.
Pull Request Overview
This PR fixes design issues in the NotificationPopOver component, addressing layout and styling discrepancies as outlined in the ticket.
- Updated flex and alignment style classes to achieve the desired layout.
- Adjusted typography margins and divider styling.
- Modified the minWidth property to improve consistency with design specifications.
Comments suppressed due to low confidence (2)
package/components/utils/NotificationPopOver.js:16
- Ensure that replacing the previous flex classes with the new CoreClasses.DISPLAY.FLEX and ALIGNMENT.ALIGN_ITEMS_CENTER achieves the intended layout across all devices.
styleClasses={[CoreClasses.DISPLAY.FLEX, CoreClasses.ALIGNMENT.JUSTIFY_CONTENT_SPACE_BETWEEN, CoreClasses.ALIGNMENT.ALIGN_ITEMS_CENTER]}
package/components/utils/NotificationPopOver.js:31
- Replacing the sx prop with minWidth set as a number removes explicit unit specification; please verify that the component treats 350 as '350px' or adjust as necessary.
minWidth={350}
Description
Ref: #373
Screenshots (if applicable)