added layout for dashboard,

changed ellipse to rectagle for image of song in playlist,
added pane title for main navigation
This commit is contained in:
2026-08-16 15:38:27 +02:00
parent 569f436789
commit b02feb0b9f
6 changed files with 371 additions and 62 deletions
+66 -12
View File
@@ -1,16 +1,70 @@
<?xml version="1.0" encoding="utf-8"?>
<Page
x:Class="HarmonyWinUI.Pages.Dashboard"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:HarmonyWinUI.Pages"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
x:Class="HarmonyWinUI.Pages.Dashboard"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:HarmonyWinUI.Pages"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<ScrollViewer>
<StackPanel
Padding="24"
Spacing="24">
<TextBlock Text="Dashboard" FontFamily="Arial"
FontSize="24" TextWrapping="WrapWholeWords"
CharacterSpacing="200" Foreground="LightGray" />
<!-- Search -->
<TextBox
PlaceholderText="🔎 Search artists, albums and songs..."
HorizontalAlignment="Stretch" />
<!-- Last Artists -->
<StackPanel Spacing="12">
<TextBlock
Text="Last artists"
Style="{StaticResource TitleTextBlockStyle}" />
<ListView>
<!-- Artists -->
</ListView>
</StackPanel>
<!-- Last Albums -->
<StackPanel Spacing="12">
<TextBlock
Text="Last albums"
Style="{StaticResource TitleTextBlockStyle}" />
<ListView>
<!-- Albums -->
</ListView>
</StackPanel>
<!-- Last Songs -->
<StackPanel Spacing="12">
<TextBlock
Text="Last songs"
Style="{StaticResource TitleTextBlockStyle}" />
<ListView>
<!-- Songs -->
</ListView>
</StackPanel>
<!-- New Releases -->
<StackPanel Spacing="12">
<TextBlock
Text="New releases"
Style="{StaticResource TitleTextBlockStyle}" />
<!-- Content loaded from internet -->
</StackPanel>
</StackPanel>
</ScrollViewer>
<Grid>
<TextBlock Text="Dashboard" FontFamily="Arial"
FontSize="24" FontStyle="Italic" TextWrapping="WrapWholeWords"
CharacterSpacing="200" Foreground="CornflowerBlue" />
</Grid>
</Page>
+10 -10
View File
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Page
x:Class="HarmonyWinUI.Pages.FavoriteAlbums"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:HarmonyWinUI.Pages"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
x:Class="HarmonyWinUI.Pages.FavoriteAlbums"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:HarmonyWinUI.Pages"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<Grid>
<Grid>
<TextBlock Text="Favorite Albums" FontFamily="Arial"
FontSize="24" FontStyle="Italic" TextWrapping="WrapWholeWords"
CharacterSpacing="200" Foreground="CornflowerBlue" />
FontSize="24" TextWrapping="WrapWholeWords"
CharacterSpacing="200" Foreground="LightGray" />
</Grid>
</Page>
+10 -10
View File
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Page
x:Class="HarmonyWinUI.Pages.FavoriteArtists"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:HarmonyWinUI.Pages"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
x:Class="HarmonyWinUI.Pages.FavoriteArtists"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:HarmonyWinUI.Pages"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<Grid>
<Grid>
<TextBlock Text="Favorite Artists" FontFamily="Arial"
FontSize="24" FontStyle="Italic" TextWrapping="WrapWholeWords"
CharacterSpacing="200" Foreground="CornflowerBlue" />
FontSize="24" TextWrapping="WrapWholeWords"
CharacterSpacing="200" Foreground="LightGray" />
</Grid>
</Page>
+10 -10
View File
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Page
x:Class="HarmonyWinUI.Pages.FavoriteTracks"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:HarmonyWinUI.Pages"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
x:Class="HarmonyWinUI.Pages.FavoriteTracks"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:HarmonyWinUI.Pages"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<Grid>
<Grid>
<TextBlock Text="Favorite Tracks" FontFamily="Arial"
FontSize="24" FontStyle="Italic" TextWrapping="WrapWholeWords"
CharacterSpacing="200" Foreground="CornflowerBlue" />
FontSize="24" TextWrapping="WrapWholeWords"
CharacterSpacing="200" Foreground="LightGray" />
</Grid>
</Page>