-
Notifications
You must be signed in to change notification settings - Fork 410
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
[Proposal] PopupService #981
Comments
approve |
is not possible to use the current "AddTransient" instead of a new method? |
We can utilise the |
Investigate the concept of |
Also possibly the concept of registering the view model lifetime differently to the view |
@bijington very interested in your proposal, currently we cannot use this popup because we are using MVVM.. do you have a working sample that we could look at and use till this becomes official? many thanks |
Apologies for the delayed response. I do have a draft PR open here that you could check out: #1165 |
Will this proposal also cover |
No that is not my intention. This is purely focussed around the toolkits |
Hi @bijington , do you have an ETA for this? |
I forgot about this. As far as I am aware the PR is good to go so I should poke the team to review it. |
Reopening Proposal. Only Proposals moved to the |
@bijington Was this overlooked? I'm a little confused, at the moment is it not possible to register a Popup without a View model. In my case I have generic popups in my application, they do not need a VM due to being super simple, I cant see a way to register them without a VM? |
It was necessarily overlooked, we decided to get just the view model support in for v1. I'm currently working on adding in Close support and the display of a popup without having to create a Popup. Then I'm planning on addressing this, I've had some thoughts but if you wanted to get involved I'd happily back the idea. |
Feature name
PopupService
Link to discussion
#933
Progress tracker
Summary
The following proposal provides the ability to register and show popups with associated view models. It will also allow this to be done from a view model.
Motivation
To make it easier to show popups from a view model.
Detailed Design
PopupService
ServiceCollectionExtension
Usage Syntax
Drawbacks
It is heavily MVVM focused
Alternatives
No response
Unresolved Questions
No response
The text was updated successfully, but these errors were encountered: