From 022ad847901461829a0dcc3885f9d0b59f53330b Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Sat, 6 Apr 2019 17:23:17 +0300 Subject: [PATCH] Added "Add to" button on video page --- FoxTube/Assets/Data/Patchnotes.xml | 2 + FoxTube/Pages/VideoPage.xaml | 37 ++------ FoxTube/Pages/VideoPage.xaml.cs | 136 ++++++++++++++++++++++++++++- 3 files changed, 145 insertions(+), 30 deletions(-) diff --git a/FoxTube/Assets/Data/Patchnotes.xml b/FoxTube/Assets/Data/Patchnotes.xml index f052c58..90cfea9 100644 --- a/FoxTube/Assets/Data/Patchnotes.xml +++ b/FoxTube/Assets/Data/Patchnotes.xml @@ -4,9 +4,11 @@ ### What's new: - Changelog notification now pops up after update at first launch +- Added ability to add videos to playlists on video page ### Что нового: - Добавлено уведомление со списком изменений при первом запуске после обновления +- Добавлена возможность добавлять видео в плейлисты на странице просмотра diff --git a/FoxTube/Pages/VideoPage.xaml b/FoxTube/Pages/VideoPage.xaml index f595f0d..846761f 100644 --- a/FoxTube/Pages/VideoPage.xaml +++ b/FoxTube/Pages/VideoPage.xaml @@ -6,7 +6,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:pages="using:FoxTube.Pages" - xmlns:controls1="using:FoxTube.Controls" + xmlns:controls="using:FoxTube.Controls" mc:Ignorable="d"> @@ -110,35 +110,12 @@ - + - - - - - - - - - - + + - - - - - - - - - - - - - - -