From 690e6db5bd657701c74eb9a13b0ff46b02428a03 Mon Sep 17 00:00:00 2001 From: Nice3point Date: Fri, 17 Nov 2023 23:22:28 +0300 Subject: [PATCH] Restore dialogs --- .../Controls/ContentDialog/ContentDialog.xaml | 2 +- RevitLookup/Core/RevitApi.cs | 3 +- .../Dialogs/SearchElementsViewModel.cs | 9 +-- .../ViewModels/Dialogs/UnitsViewModel.cs | 17 +++--- .../ViewModels/Pages/AboutViewModel.cs | 18 +++++- .../ViewModels/Pages/DashboardViewModel.cs | 58 +++++++------------ .../Views/Dialogs/OpenSourceDialog.xaml | 12 ++-- .../Views/Dialogs/OpenSourceDialog.xaml.cs | 23 +++++++- .../Views/Dialogs/SearchElementsDialog.xaml | 22 ++----- .../Dialogs/SearchElementsDialog.xaml.cs | 43 +++++++++----- RevitLookup/Views/Dialogs/UnitsDialog.xaml | 14 ++--- RevitLookup/Views/Dialogs/UnitsDialog.xaml.cs | 48 ++++++++++++++- RevitLookup/Views/Pages/AboutView.xaml | 2 +- RevitLookup/Views/Pages/AboutView.xaml.cs | 19 +----- 14 files changed, 163 insertions(+), 127 deletions(-) diff --git a/RevitLookup.UI/Controls/ContentDialog/ContentDialog.xaml b/RevitLookup.UI/Controls/ContentDialog/ContentDialog.xaml index ddb90575e..b4bff4f0e 100644 --- a/RevitLookup.UI/Controls/ContentDialog/ContentDialog.xaml +++ b/RevitLookup.UI/Controls/ContentDialog/ContentDialog.xaml @@ -13,7 +13,7 @@