Skip to content
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

Closed
4 of 22 tasks
michael-hawker opened this issue Jul 20, 2022 · 4 comments · Fixed by #211
Closed
4 of 22 tasks

🧪 [Experiment] StackedNotificationsBehavior for InfoBar #210

michael-hawker opened this issue Jul 20, 2022 · 4 comments · Fixed by #211
Assignees
Labels
enhancement Improvement to an existing feature experiment 🧪 Used to track issues that are experiments (or their linked discussions)

Comments

@michael-hawker
Copy link
Member

michael-hawker commented Jul 20, 2022

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:

  • StackedNotificationsBehavior a behavior for the WinUI 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.

  • Working Prototype
  • Feature Complete
  • Documentation
  • Samples
  • Tests
  • Community Feedback / Usage Testimonies

Tested Platforms

  • UWP
  • WinAppSDK / WinUI 3
  • Web Assembly (WASM)
  • Android
  • iOS
  • MacOS
  • Linux / GTK

Technical Review

These items can sometimes be done ahead of time, but are usually started and completed after all implementation details are finished.

  • Accessibility Audit
  • API/Naming Review
  • Code Quality/Style
  • Dependency Review
  • Design/Style Review
  • Final Approval
@michael-hawker
Copy link
Member Author

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?

@Arlodotexe
Copy link
Member

Arlodotexe commented Nov 28, 2022

Looks like the issue was closed automatically by the linked pull request

image

@Arlodotexe Arlodotexe removed this from the Labs Submodule Prep milestone Mar 7, 2023
@michael-hawker
Copy link
Member Author

Opened port with better samples/tests/migration improvements here: CommunityToolkit/Windows#170

@michael-hawker
Copy link
Member Author

michael-hawker commented Sep 28, 2023

This was shipped in the 8.0 Release (as part of the Behaviors package), please update to use that version of the component. Any further issues/requests should start in the main repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to an existing feature experiment 🧪 Used to track issues that are experiments (or their linked discussions)
Projects
Status: Done
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants