remove test code, add logo svg, add screenshots
This commit is contained in:
82
PolyChat/Assets/polychat_logo.svg
Normal file
82
PolyChat/Assets/polychat_logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 12 KiB |
@@ -41,8 +41,8 @@ namespace PolyChat
|
|||||||
Serve();
|
Serve();
|
||||||
|
|
||||||
// test
|
// test
|
||||||
UIController.OnIncomingConnection("localhost");
|
|
||||||
/*
|
/*
|
||||||
|
UIController.OnIncomingConnection("localhost");
|
||||||
UIController.OnIncomingConnection("1.2.3.4");
|
UIController.OnIncomingConnection("1.2.3.4");
|
||||||
UIController.OnIncomingConnection("1.2.4.8");
|
UIController.OnIncomingConnection("1.2.4.8");
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ namespace PolyChat
|
|||||||
public async void OnOpenNewChatDialog(object sender = null, RoutedEventArgs e = null)
|
public async void OnOpenNewChatDialog(object sender = null, RoutedEventArgs e = null)
|
||||||
{
|
{
|
||||||
// test
|
// test
|
||||||
/**/
|
/*
|
||||||
OnIncomingMessage(
|
OnIncomingMessage(
|
||||||
"localhost",
|
"localhost",
|
||||||
new JObject(
|
new JObject(
|
||||||
@@ -96,7 +96,7 @@ namespace PolyChat
|
|||||||
).ToString(),
|
).ToString(),
|
||||||
DateTime.Now
|
DateTime.Now
|
||||||
);
|
);
|
||||||
/**/
|
*/
|
||||||
NewChatDialog dialog = new NewChatDialog();
|
NewChatDialog dialog = new NewChatDialog();
|
||||||
var result = await SafelyOpenDialog(dialog);
|
var result = await SafelyOpenDialog(dialog);
|
||||||
if (result == ContentDialogResult.Primary)
|
if (result == ContentDialogResult.Primary)
|
||||||
|
|||||||
BIN
screenshots/polychat_dark.PNG
Normal file
BIN
screenshots/polychat_dark.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
BIN
screenshots/polychat_light.PNG
Normal file
BIN
screenshots/polychat_light.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Reference in New Issue
Block a user