-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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 support for toggling approval notifications on orgs and wfjts #7803
Adds support for toggling approval notifications on orgs and wfjts #7803
Conversation
Build succeeded.
|
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.
This has an issue that @jakemcdermott experienced with a similar list of toggles. Basically, if you toggle one item, it disables ALL the toggles and flashes them (even if there are 10 different, unrelated notifications on the page). This can be jarring visually to the user. Jake's approach was to make sure that only the row involving that particular notification was disabled during the animation.
5f919ae
to
681b765
Compare
Build succeeded.
|
@mabashian will merge this after tests pass. |
Build succeeded (gate pipeline).
|
SUMMARY
resolves #6425
Here it is in action:
I needed to add the methods to the org/wfjt api models directly because not every model that consumes that mixin will have an
approvals
endpoint.ISSUE TYPE
COMPONENT NAME