9828: DYN-9774: All toast notification should close after 3 sec#16683
Merged
zeusongit merged 4 commits intoDynamoDS:masterfrom Nov 11, 2025
Merged
Conversation
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-9828
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR implements automatic closing of toast notifications after 3 seconds to address DYN-9774. The change adds a DispatcherTimer that triggers the close action when the timeout expires, unless the user has manually closed the notification first.
Key Changes:
- Added a
DispatcherTimerto automatically close toast notifications after 3 seconds - Integrated timer lifecycle management (start/stop) with existing toast creation and closing logic
zeusongit
approved these changes
Nov 11, 2025
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin RC4.0.0_master
git worktree add -d .worktree/cherrypick-16683 origin/RC4.0.0_master
cd .worktree/cherrypick-16683
git switch --create cherrypick-16683
git cherry-pick -x 46bb011bc3e17c4979cea6af582f348cfb746bc6 |
zeusongit
pushed a commit
to zeusongit/Dynamo
that referenced
this pull request
Nov 11, 2025
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This PR addresses DYN-9774.
It adds a
DispatherTimertoToastManagerthat automatically closes the toast popup after 3 seconds, if it hasn't been already closed by the user.Declarations
Check these if you believe they are true
Release Notes
All toast notification close automatically after 3 seconds.
Reviewers
@zeusongit
@DynamoDS/eidos
FYIs
@achintyabhat
@dnenov