From eda2a5331fc4d64da3a023192ad070507f3391cd Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Sun, 12 Feb 2017 22:18:11 +0100 Subject: Cleaned up Views and styles. Started working on sorting. --- EventMaker/EventMaker/App.xaml | 202 +++++++++++++++----- EventMaker/EventMaker/View/CreateEventPage.xaml | 185 ++++-------------- EventMaker/EventMaker/View/EditEventPage.xaml | 182 ++++-------------- EventMaker/EventMaker/View/EditEventPage.xaml.cs | 3 +- EventMaker/EventMaker/View/EventPage.xaml | 220 ++++++++++------------ EventMaker/EventMaker/ViewModel/EventViewModel.cs | 19 ++ EventMaker/EventMaker/project.json | 2 +- 7 files changed, 343 insertions(+), 470 deletions(-) diff --git a/EventMaker/EventMaker/App.xaml b/EventMaker/EventMaker/App.xaml index 6881b63..88c46a6 100644 --- a/EventMaker/EventMaker/App.xaml +++ b/EventMaker/EventMaker/App.xaml @@ -3,56 +3,168 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" RequestedTheme="Light"> + - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/EventMaker/EventMaker/View/CreateEventPage.xaml b/EventMaker/EventMaker/View/CreateEventPage.xaml index 30554bf..c5eb2ab 100644 --- a/EventMaker/EventMaker/View/CreateEventPage.xaml +++ b/EventMaker/EventMaker/View/CreateEventPage.xaml @@ -5,168 +5,51 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:viewModel="using:EventMaker.ViewModel" - xmlns:interactivity="using:Microsoft.Xaml.Interactivity" - xmlns:core="using:Microsoft.Xaml.Interactions.Core" mc:Ignorable="d"> - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - + - + - + - - - + + + + + + + + + -