Skip to content

Commit

Permalink
Removed some web based pages
Browse files Browse the repository at this point in the history
This removes the support project page (replaced by the patreon website), and what's new (wasn't implemented prior and isn't implemented yet)
  • Loading branch information
YourOrdinaryCat committed Jun 21, 2023
1 parent ed7aca6 commit fdc2319
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 218 deletions.
14 changes: 0 additions & 14 deletions Rise Media Player Dev/Rise.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,6 @@
<Compile Include="Web\FeedbackPage.xaml.cs">
<DependentUpon>FeedbackPage.xaml</DependentUpon>
</Compile>
<Compile Include="Web\SupportProject.xaml.cs">
<DependentUpon>SupportProject.xaml</DependentUpon>
</Compile>
<Compile Include="Web\WhatsNew.xaml.cs">
<DependentUpon>WhatsNew.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\NowPlayingPage.xaml.cs">
<DependentUpon>NowPlayingPage.xaml</DependentUpon>
</Compile>
Expand Down Expand Up @@ -862,14 +856,6 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Web\SupportProject.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Web\WhatsNew.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Windows\NowPlayingPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
Expand Down
8 changes: 1 addition & 7 deletions Rise Media Player Dev/Views/HomePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<RepositionThemeTransition IsStaggeringEnabled="False" />
</TransitionCollection>
</StackPanel.ChildrenTransitions>

<uc:AdaptiveItemPane>
<uc:AdaptiveItemPane.LeftPane>
<Button
Expand Down Expand Up @@ -105,12 +105,6 @@
Header="{markup:ResourceHelper Name=SupportDevTitle}"
HeaderIcon="{ui:FontIcon Glyph=&#xE822;}"
IsClickEnabled="True" />
<labs:SettingsCard
Click="WhatsNew_Click"
Description="{markup:ResourceHelper Name=WhatsNewDesc}"
Header="{markup:ResourceHelper Name=WhatsNewTitle}"
HeaderIcon="{ui:FontIcon Glyph=&#xF4A5;}"
IsClickEnabled="True" />
</StackPanel>
</ScrollViewer>
</Page>
5 changes: 0 additions & 5 deletions Rise Media Player Dev/Views/HomePage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ public HomePage()
private async void SupportButton_Click(object sender, RoutedEventArgs e)
=> await URLs.Support.LaunchAsync();

private async void WhatsNew_Click(object sender, RoutedEventArgs e)
{
_ = await WhatsNew.TryShowAsync();
}

private async void FoldersButton_Click(object sender, RoutedEventArgs e)
{
ContentDialog dialog = new()
Expand Down
49 changes: 0 additions & 49 deletions Rise Media Player Dev/Web/SupportProject.xaml

This file was deleted.

95 changes: 0 additions & 95 deletions Rise Media Player Dev/Web/SupportProject.xaml.cs

This file was deleted.

30 changes: 0 additions & 30 deletions Rise Media Player Dev/Web/WhatsNew.xaml

This file was deleted.

18 changes: 0 additions & 18 deletions Rise Media Player Dev/Web/WhatsNew.xaml.cs

This file was deleted.

0 comments on commit fdc2319

Please sign in to comment.