Skip to content

[Codebase] Use IDialogService for dialogs #5195

Closed
@d2dyno1

Description

@d2dyno1

Is your feature request related to a problem?
We currently don't have any solution for showing ContentDialogs in ViewModels. Creating an instance of a ContentDialog doesn't comply with MVVM since the ViewModel should now nothing about the UI and it's components.

Describe the solution
To solve that we could use a IDialogService to show dialogs instead.

Describe alternatives you've considered
no.

Scope

Capability Priority
Use IDialogService to replace ContentDialog creation in ViewModels Must

Additional comment
I already have the code for that in Clipboard Canvas so it could be reused here, if assigned. For #2341

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions