PopupService feature enhancement #933
Closed
bijington
started this conversation in
New Feature Discussions
Replies: 2 comments 7 replies
-
@bijington have you thought anymore about this? |
Beta Was this translation helpful? Give feedback.
7 replies
-
PopupService Merged: #1165 Will be released in v6.1.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to expand upon a couple of items:
I know that we discussed how something could be achieved in the second post earlier but I wanted to run the following concept by everyone.
The following implementation provides the ability to register and show popups with associated view models. It will also allow this to be done from a view model.
I would also suggest that we add the following extension method to make it easier to register:
This would then enable us to simply call something like:
I guess one main question to ask is, does this really fit into the toolkit as it is rather MVVM specific. We do of course already have the
AddTransient<TView, TViewModel>()
extension method so it might not too out of place.Beta Was this translation helpful? Give feedback.
All reactions