diff --git a/Wino.Core.UWP/Styles/DataTemplates.xaml b/Wino.Core.UWP/Styles/DataTemplates.xaml index eaa9fb84..0191001c 100644 --- a/Wino.Core.UWP/Styles/DataTemplates.xaml +++ b/Wino.Core.UWP/Styles/DataTemplates.xaml @@ -4,11 +4,14 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:animatedvisuals="using:Microsoft.UI.Xaml.Controls.AnimatedVisuals" + xmlns:helpers="using:Wino.Helpers" xmlns:coreControls="using:Wino.Core.UWP.Controls" xmlns:domain="using:Wino.Core.Domain" xmlns:local="using:Wino.Core.UWP.Styles" xmlns:menu="using:Wino.Core.MenuItems" - xmlns:muxc="using:Microsoft.UI.Xaml.Controls"> + xmlns:muxc="using:Microsoft.UI.Xaml.Controls" + xmlns:viewModelData="using:Wino.Mail.ViewModels.Data" + xmlns:winuiControls="using:CommunityToolkit.WinUI.Controls"> @@ -65,5 +68,19 @@ + + + + + + + + diff --git a/Wino.Core.UWP/Wino.Core.UWP.csproj b/Wino.Core.UWP/Wino.Core.UWP.csproj index 7729dceb..1db07894 100644 --- a/Wino.Core.UWP/Wino.Core.UWP.csproj +++ b/Wino.Core.UWP/Wino.Core.UWP.csproj @@ -194,6 +194,7 @@ 8.1.240916 + 8.1.240916 @@ -397,4 +398,4 @@ --> - \ No newline at end of file + diff --git a/Wino.Mail/Views/Account/AccountManagementPage.xaml b/Wino.Mail/Views/Account/AccountManagementPage.xaml index 11c31012..11583622 100644 --- a/Wino.Mail/Views/Account/AccountManagementPage.xaml +++ b/Wino.Mail/Views/Account/AccountManagementPage.xaml @@ -18,20 +18,7 @@ mc:Ignorable="d"> - - - - - - - - +