Feature: Migrate profile to simplechildwindow#3087
Conversation
|
This pull request introduces several updates to the Dialog Management Refactor:
UI Enhancements:
Validation Improvements:
Codebase Refinements:
Miscellaneous:
|
There was a problem hiding this comment.
Pull Request Overview
This pull request migrates profile and group dialogs from the previous Metro dialog mechanism to using simple child windows. Key changes include replacing CustomDialog usage with ChildWindow components in XAML and updating the corresponding view model calls to use Application.Current.MainWindow for dialog hosting, as well as refactoring several asynchronous dialog invocations.
Reviewed Changes
Copilot reviewed 53 out of 54 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| ProfileDialogManager.cs | Migrates add/edit/copy/delete profile dialogs to use simple child windows instead of CustomDialogs. |
| Various ViewModels (WhoisHostViewModel, WebConsoleHostViewModel, etc.) | Updates all profile dialog invocations to use Application.Current.MainWindow and refactors async calls. |
| XAML files (e.g. ProfileChildWindow.xaml, MainWindow.xaml) | Adjusts layout/styling and binding to support the new simple child windows. |
Changes proposed in this pull request
Related issue(s)
To-Do
Contributing
By submitting this pull request, I confirm the following: