Skip to content

Conversation

arkaprota
Copy link
Member

@arkaprota arkaprota commented Sep 17, 2024

Description

  • NotificationPopOver is not designed properly
  • the icon is changed
  • the heading alignment is not given properly

Ref: #373

Screenshots (if applicable)

image

@arkaprota arkaprota requested a review from techoneel September 17, 2024 10:37
@arkaprota arkaprota self-assigned this Sep 17, 2024
@arkaprota arkaprota added bug Something isn't working bugfix Pull Requests that fixes a bug labels Sep 17, 2024
@arkaprota arkaprota linked an issue Oct 14, 2024 that may be closed by this pull request
3 tasks
@arkaprota arkaprota assigned arkaprota and techoneel and unassigned arkaprota Oct 14, 2024
Copy link
Member

@techoneel techoneel left a 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

@techoneel techoneel assigned arkaprota and unassigned techoneel Oct 14, 2024
Copy link

@Copilot Copilot AI left a 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}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working bugfix Pull Requests that fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: NotificationPopOver is not designed properly

2 participants