Skip to content

Commit

Permalink
[UX] New splashscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
BAndysc committed Jan 2, 2024
1 parent 5d29e8a commit 8c8e7ee
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 35 deletions.
Binary file added WoWDatabaseEditor/Icons/icon_hit_mono.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WoWDatabaseEditor/Icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WoWDatabaseEditor/Icons/icon_hit_mono_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WoWDatabaseEditor/Icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 3 additions & 35 deletions WoWDatabaseEditorCore.Avalonia/Views/SplashScreenWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
x:Class="WoWDatabaseEditorCore.Avalonia.Views.SplashScreenWindow"
Width="500"
Height="330"
Width="512"
Height="512"
ExtendClientAreaToDecorationsHint="True"
ExtendClientAreaChromeHints="NoChrome"
ExtendClientAreaTitleBarHeightHint="0"
Expand All @@ -16,38 +16,6 @@
ShowActivated="True"
Title="TestWindow">
<Panel>

<Grid ColumnDefinitions="2*,3*">
<Border BoxShadow=" 10 1 40 1 #40000000" Background="#103B5E">
<Image Source="../Icon.png" Width="200" Height="200" VerticalAlignment="Center" HorizontalAlignment="Center" />
</Border>
<Border Background="#1991ED" Grid.Column="1" ClipToBounds="True">
<Panel>
<StackPanel Margin="20,-25,0,0" Orientation="Vertical" VerticalAlignment="Center">
<TextBlock FontSize="18" Foreground="White" Opacity="0.7">loading...</TextBlock>
<TextBlock FontSize="45" Foreground="White">WoW</TextBlock>
<TextBlock FontSize="45" FontWeight="Light" Foreground="White">Database</TextBlock>
<TextBlock FontSize="45" FontWeight="Light" Foreground="White">Editor</TextBlock>
</StackPanel>
<Border RenderTransformOrigin="0.5 0.5"
RenderTransform="rotate(16deg)"
VerticalAlignment="Bottom"
Height="110"
Width="500"
Background="#4FAEFF"
BoxShadow="inset 0 0 60 20 #ff0272d2">
</Border>
<Border RenderTransformOrigin="0.5 1"
RenderTransform="rotate(16deg)"
VerticalAlignment="Top"
Height="110"
Width="500"
Background="#4FAEFF"
Margin="0,-140,0,0"
BoxShadow="inset 0 0 60 20 #ff0272d2">
</Border>
</Panel>
</Border>
</Grid>
<Image Source="avares://WoWDatabaseEditorCore.Avalonia.GUI/logo.png" />
</Panel>
</Window>
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<AvaloniaResource Include="Fonts\Unifont.otf" />
<AvaloniaResource Include="Icon.png" />
<AvaloniaResource Include="IconSmall.png" />
<None Remove="logo.png" />
<AvaloniaResource Include="logo.png" />
</ItemGroup>
<Import Project="..\Avalonia.props" />
<ItemGroup>
Expand Down
Binary file added WoWDatabaseEditorCore.Avalonia/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8c8e7ee

Please sign in to comment.