-
Notifications
You must be signed in to change notification settings - Fork 257
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
fix: regression in delay notification state behavior #1241
Conversation
What is the regression exactly? Does this not remove the notification before the animation ends? I opted for this approach because of that. Maybe I should have asked that on the pr 😅 |
The regression is the row doesn't get set as opaque and left until the next refresh interval. Instead, it's removed but left with a blank gap/void. Particularly noticeable when you interact with the last notification for a repository as it leaves the repository heading with a void below it UPDATE: added recording to the OP |
Happy to hear if there is a better way 😎 |
fix regression issue from #1232 when using
delayNotificationState
setting.Before
Screen.Recording.2024-06-15.at.1.50.03.PM.mov
After
Screen.Recording.2024-06-15.at.1.52.53.PM.mov