Archived
1
0

Updated target version to 17134

Fixed headers
Added ads to VideoGrid

Related Work Items: #162, #188
This commit is contained in:
Michael Gordeev
2019-04-10 14:02:42 +03:00
parent 9f87dd994c
commit 7cbbc59e16
22 changed files with 311 additions and 170 deletions
+4 -4
View File
@@ -57,7 +57,7 @@ namespace FoxTube.Controls
if (item.Snippet.Title == "Deleted video")
{
ContextFlyout = null;
Opacity = 1;
show.Begin();
return;
}
@@ -101,7 +101,7 @@ namespace FoxTube.Controls
if(SecretsVault.History.Contains(videoId))
watched.Visibility = Visibility.Visible;
Opacity = 1;
show.Begin();
}
catch (Exception e)
{
@@ -193,7 +193,7 @@ namespace FoxTube.Controls
if (SecretsVault.History.Contains(videoId))
watched.Visibility = Visibility.Visible;
Opacity = 1;
show.Begin();
}
public async void Button_Click(object sender, RoutedEventArgs e)
@@ -252,7 +252,7 @@ namespace FoxTube.Controls
private void Thumbnail_ImageOpened(object sender, RoutedEventArgs e)
{
thumbnail.Opacity = 1;
showThumb.Begin();
}
private async void NewPlaylist_Click(object sender, RoutedEventArgs e)