diff --git a/PolyChat/Assets/polychat_logo.svg b/PolyChat/Assets/polychat_logo.svg new file mode 100644 index 0000000..b4be3c6 --- /dev/null +++ b/PolyChat/Assets/polychat_logo.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PolyChat/Controller.cs b/PolyChat/Controller.cs index 17e5e29..5056bd2 100644 --- a/PolyChat/Controller.cs +++ b/PolyChat/Controller.cs @@ -42,8 +42,8 @@ namespace PolyChat Serve(); // test - UIController.OnIncomingConnection("localhost"); /* + UIController.OnIncomingConnection("localhost"); UIController.OnIncomingConnection("1.2.3.4"); UIController.OnIncomingConnection("1.2.4.8"); */ diff --git a/PolyChat/MainPage.xaml.cs b/PolyChat/MainPage.xaml.cs index 8a4388d..9c45126 100644 --- a/PolyChat/MainPage.xaml.cs +++ b/PolyChat/MainPage.xaml.cs @@ -87,7 +87,7 @@ namespace PolyChat public async void OnOpenNewChatDialog(object sender = null, RoutedEventArgs e = null) { // test - /**/ + /* OnIncomingMessage( "localhost", new JObject( @@ -96,7 +96,7 @@ namespace PolyChat ).ToString(), DateTime.Now ); - /**/ + */ NewChatDialog dialog = new NewChatDialog(); var result = await SafelyOpenDialog(dialog); if (result == ContentDialogResult.Primary) diff --git a/screenshots/polychat_dark.PNG b/screenshots/polychat_dark.PNG new file mode 100644 index 0000000..3251733 Binary files /dev/null and b/screenshots/polychat_dark.PNG differ diff --git a/screenshots/polychat_light.PNG b/screenshots/polychat_light.PNG new file mode 100644 index 0000000..86c4e88 Binary files /dev/null and b/screenshots/polychat_light.PNG differ