Restrcutured the database, and updated pipeline to include cover art.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
<RowDefinition Height="Auto"></RowDefinition>
|
||||
<RowDefinition Height="*"></RowDefinition>
|
||||
</Grid.RowDefinitions>
|
||||
<!-- Title Bar -->
|
||||
<Grid x:Name="AppTitleBar" Grid.Row="0" VerticalAlignment="Center" Padding="10">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="Auto"></ColumnDefinition>
|
||||
@@ -27,13 +28,7 @@
|
||||
<Image Grid.Column="0" x:Name="TitleBarIcon" Source="ms-appx:///Assets/Images/MangaReader.png" Width="20" Height="20" Margin="0 0 10 0" />
|
||||
<TextBlock Grid.Column="1" x:Name="AppTitle" Text="{x:Bind Title, Mode=OneWay}" Style="{StaticResource CaptionTextBlockStyle}" VerticalAlignment="Center" />
|
||||
</Grid>
|
||||
<views:SearchView Grid.Row="1"></views:SearchView>
|
||||
<!--<StackPanel Orientation="Vertical">
|
||||
<StackPanel Orientation="Horizontal" Spacing="10">
|
||||
<TextBox Name="KeywordTextBox" Width="300"></TextBox>
|
||||
<Button Content="Search" Click="Button_Click"></Button>
|
||||
</StackPanel>
|
||||
<Image Name="CoverImage" Width="256" Height="364" Source="https://mangadex.org/covers/a920060c-7e39-4ac1-980c-f0e605a40ae4/07d02b26-cbd0-4323-8774-9d83579863d5.jpg.256.jpg"></Image>
|
||||
</StackPanel>-->
|
||||
<!-- Main View -->
|
||||
<views:MainView Grid.Row="1"></views:MainView>
|
||||
</Grid>
|
||||
</Window>
|
||||
|
||||
Reference in New Issue
Block a user