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

Long standing notification with progress indicator #17

Open
martindufort opened this issue May 28, 2024 · 2 comments
Open

Long standing notification with progress indicator #17

martindufort opened this issue May 28, 2024 · 2 comments
Labels
discussions Discussions not yet turned into an action

Comments

@martindufort
Copy link
Contributor

I want to leverage SystemNotification so I can display a long-standing notification that would be dismissed after completion of a task.

That notification would have a ProgressIndicator and a message. Once the operation is completed, a checkmark would be displayed with the completion message.

Something like:

(*) Syncing your account
(check) Your account has been synced.

I was thinking of enhancing the SystemNotificationContext to provide this capability.
Is that the recommended way?

@danielsaidi
Copy link
Owner

Hi @martindufort

I'm really sorry that I'm slow to reply to many of your issues. I've been swamped for many weeks now, with very little time for open-source projects.

If you want to have strict control over the presentation, the system notification context should work great. But you can also use a bool binding, which you could control externally as well.

@danielsaidi danielsaidi added the discussions Discussions not yet turned into an action label Jun 4, 2024
@martindufort
Copy link
Contributor Author

Ok thanks. Will try it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussions Discussions not yet turned into an action
Projects
None yet
Development

No branches or pull requests

2 participants