From a9e1d93c7aa4acfd636a3356771f0449ece6d341 Mon Sep 17 00:00:00 2001 From: Patrick Hellebrand Date: Tue, 21 Sep 2021 13:29:21 +0200 Subject: [PATCH] Added ConnectionFailedMessage, Placeholder for Username,Chat,ChatsList --- PolyChat/MainPage.xaml | 57 ++++++------ PolyChat/MainPage.xaml.cs | 86 ++++++++++++++++--- PolyChat/PolyChat.csproj | 7 ++ PolyChat/Views/ConnectionFailedDialog.xaml | 17 ++++ PolyChat/Views/ConnectionFailedDialog.xaml.cs | 26 ++++++ PolyChat/Views/EditUsernameDialog.xaml | 2 +- PolyChat/Views/NewChatDialog.xaml | 6 +- 7 files changed, 157 insertions(+), 44 deletions(-) create mode 100644 PolyChat/Views/ConnectionFailedDialog.xaml create mode 100644 PolyChat/Views/ConnectionFailedDialog.xaml.cs diff --git a/PolyChat/MainPage.xaml b/PolyChat/MainPage.xaml index e56eae1..4f2144e 100644 --- a/PolyChat/MainPage.xaml +++ b/PolyChat/MainPage.xaml @@ -19,34 +19,36 @@ - - - - - - - -