-
Notifications
You must be signed in to change notification settings - Fork 91
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
Adds on-close to pf-notification-drawer component #1415
Adds on-close to pf-notification-drawer component #1415
Conversation
cc @serenamarie125 yah ok with this change? |
Checked commit AllenBW@3f820b8 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
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.
hmmm @AllenBW there are responsive states for the notification drawer in PF ... http://www.patternfly.org/pattern-library/communication/notification-drawer/
- the drawer should always have an "X" ( I think this was a recent addition )
- but check out the responsive nature in the code example above
What's the change you made here, just adding the "X" ?
@serenamarie125 Yep ! just adding it, didn't know it was a recent change! why yah were tagged in, goooood to know 👍 |
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.
@AllenBW I guess great minds think alike. Thank you for the "X" 👍
@miq-bot add_labels ux/approved |
@miq-bot remove_labels ux/review |
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.
Makes sense :)
closes https://bugzilla.redhat.com/show_bug.cgi?id=1554809
does not modify default behavior of clicking the bell to open and close tray
So we have this real narrow edge case of 20-30 pixels where yah can end up with this view:
In efforts to avoid this purgatory, unable to close notifications, proposing we do this, add a notification list close button (what this pr does):