From 5b0fcd77e510189f4cffaf49a49418b4b377f741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kaan=20K=C3=B6se?= Date: Mon, 11 Nov 2024 00:01:42 +0100 Subject: [PATCH] Seperation of root account template. --- Wino.Core.UWP/Styles/DataTemplates.xaml | 19 ++++++++++++++++++- Wino.Core.UWP/Wino.Core.UWP.csproj | 3 ++- .../Views/Account/AccountManagementPage.xaml | 15 +-------------- 3 files changed, 21 insertions(+), 16 deletions(-) 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"> - - - - - - - - +