-
Notifications
You must be signed in to change notification settings - Fork 54
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
🧪 [Experiment] StackedNotificationsBehavior for InfoBar #210
Comments
Oops, we need to make sure not to accidentally close our experiment tracking issues (well until they end up in the main Toolkit that is). I didn't think we had a 'fixes' keyword in the PR... @Arlodotexe did you close this manually? |
Opened port with better samples/tests/migration improvements here: CommunityToolkit/Windows#170 |
This was shipped in the 8.0 Release (as part of the |
Approved from Toolkit
See previous work here:
FYI @vgromfeld
Problem Statement (copied from Discussion):
The
InAppNotification
control is automatically hidden after the expiration of the notification duration. The durations we are hardcoding in our applications may not be long enough to allow the users to fully read the message. We should have a way to keep the notification visible for a longer time if the user wants/needs it.Overview
This experiment adds the following components:
InfoBar
control that provides a message queue.Using
You can try it out via the NuGet Packages here:
Read more about Preview Packages here.
CommunityToolkit members can also try it out with Codespaces.
TO DO
Implementation Requirements
Not all these items are required to submit a PR. This list is here to help track what is remaining to implement before a technical review and discussion of moving into the main repository can occur.
Tested Platforms
Technical Review
These items can sometimes be done ahead of time, but are usually started and completed after all implementation details are finished.
The text was updated successfully, but these errors were encountered: