From 6ad2bcbf135b97effbde4e33650d48c269b12daf Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 6 Feb 2021 19:50:14 +0000 Subject: [PATCH] create a log section on dashboard and toggle button. This is in aid of providing the user with more feedback about the program (eyes and ears) than the light readings and web requests. The toggle button allows the user to turn-off the logs if they don't want or need them. This is not a full implementation of the logging system (this is just a start). --- .../EyesAndEars.UWP/MainPage.xaml | 23 +++++++++++++++++++ .../EyesAndEars.UWP/MainPage.xaml.cs | 8 +++++++ .../EyesAndEars.UWP/Package.appxmanifest | 2 +- 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml b/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml index 0d2f1d4..4473624 100644 --- a/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml +++ b/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml @@ -12,6 +12,7 @@ + @@ -203,6 +204,17 @@ + + + Executing Eyes and Ears..s. + + + + + @@ -210,6 +222,16 @@ + + + + + + Version="2021.2.6.0" />