|
@@ -6,10 +6,10 @@
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
xmlns:local="clr-namespace:PixiEditor.Views.UserControls" xmlns:converters="clr-namespace:PixiEditor.Helpers.Converters"
|
|
|
mc:Ignorable="d"
|
|
|
- d:DesignHeight="280" d:DesignWidth="300"
|
|
|
+ d:DesignWidth="300"
|
|
|
x:Name="uc">
|
|
|
<Grid>
|
|
|
- <Border CornerRadius="5" Background="#18191C" x:Name="OutsideBorder">
|
|
|
+ <Border CornerRadius="5" Background="#292b2f" x:Name="OutsideBorder">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="Auto"/>
|
|
@@ -19,11 +19,10 @@
|
|
|
<Grid>
|
|
|
<Border CornerRadius="5,5,0,0" Background="#e3042c" Height="60" VerticalAlignment="Top"/>
|
|
|
<StackPanel>
|
|
|
- <Border HorizontalAlignment="Left" Width="85" Height="85" Margin="15" BorderThickness="6" BorderBrush="#18191C" CornerRadius="90">
|
|
|
+ <Border HorizontalAlignment="Left" Width="85" Height="85" Margin="15" BorderThickness="6" BorderBrush="#292b2f" CornerRadius="90">
|
|
|
<Grid>
|
|
|
<Image Source="{Binding ElementName=uc, Path=UserSource}"/>
|
|
|
- <Border Height="30" Width="30" Background="#FF43B581" CornerRadius="90" BorderThickness="6"
|
|
|
- BorderBrush="#18191C">
|
|
|
+ <Border Height="30" Width="30" Background="#FF43B581" CornerRadius="90" BorderThickness="6" BorderBrush="#292b2f">
|
|
|
<Border.RenderTransform>
|
|
|
<TransformGroup>
|
|
|
<TranslateTransform X="27" Y="27"></TranslateTransform>
|
|
@@ -32,31 +31,46 @@
|
|
|
</Border>
|
|
|
</Grid>
|
|
|
</Border>
|
|
|
-
|
|
|
- <StackPanel Orientation="Horizontal" Margin="15,0">
|
|
|
- <TextBlock Foreground="White" FontSize="22" FontWeight="SemiBold">PixiBot</TextBlock>
|
|
|
- <TextBlock Foreground="#b9bbbe" FontSize="22" FontWeight="SemiBold">#8523</TextBlock>
|
|
|
+ </StackPanel>
|
|
|
+ </Grid>
|
|
|
+ <Border Grid.Row="1" Background="#18191C" Margin="10,10" CornerRadius="5" Padding="10">
|
|
|
+ <StackPanel>
|
|
|
+ <StackPanel Orientation="Horizontal" Margin="0,0">
|
|
|
+ <TextBlock Foreground="White" FontSize="22" FontWeight="Black">PixiBot</TextBlock>
|
|
|
+ <TextBlock Foreground="#b9bbbe" FontSize="22" FontWeight="Black">#8523</TextBlock>
|
|
|
<Border CornerRadius="3" BorderThickness="1" Background="#5865f2" Margin="5,0,0,0" VerticalAlignment="Center">
|
|
|
- <TextBlock Foreground="White" FontSize="12" Margin="4,2,4,2" FontWeight="Medium">BOT</TextBlock>
|
|
|
+ <TextBlock Foreground="White" FontSize="10" Margin="4,2,4,2" FontWeight="Medium">BOT</TextBlock>
|
|
|
</Border>
|
|
|
</StackPanel>
|
|
|
- </StackPanel>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="1" Visibility="{Binding ElementName=uc, Path=IsPlaying, Converter={BoolToVisibilityConverter}}">
|
|
|
- <StackPanel Orientation="Vertical" Margin="15,0,15,15">
|
|
|
- <Grid Margin="0,15" Background="#262729" Height="1"/>
|
|
|
- <TextBlock FontWeight="Bold" FontSize="12" Foreground="White" Margin="0,0,0,10">PLAYING A "GAME"</TextBlock>
|
|
|
- <StackPanel Orientation="Horizontal">
|
|
|
- <Image Source="../../Images/PixiEditorLogo.png" Height="70"/>
|
|
|
- <StackPanel Margin="15,0,0,0" VerticalAlignment="Center">
|
|
|
- <TextBlock Foreground="White" FontSize="12" FontWeight="SemiBold">PixiEditor</TextBlock>
|
|
|
- <TextBlock Foreground="White" FontSize="12" Text="{Binding ElementName=uc, Path=Detail}" Visibility="{Binding ElementName=uc, Path=Detail, Converter={converters:EmptyStringToVisibilityConverter}}"/>
|
|
|
- <TextBlock Foreground="White" FontSize="12" Text="{Binding ElementName=uc, Path=State}" Visibility="{Binding ElementName=uc, Path=State, Converter={converters:EmptyStringToVisibilityConverter}}"/>
|
|
|
- <TextBlock Foreground="White" FontSize="12">00:00 elapsed</TextBlock>
|
|
|
+ <Grid Margin="0,5">
|
|
|
+ <StackPanel Orientation="Vertical">
|
|
|
+ <Grid Margin="0,15" Background="#262729" Height="1"/>
|
|
|
+ <TextBlock FontWeight="Black" FontSize="12" Foreground="White" Margin="0,0,0,10">ABOUT ME</TextBlock>
|
|
|
+ <TextBlock Foreground="White" Text="Use me to display your .pixi files in Discord.
Start by sending a file in any appropriate channel"></TextBlock>
|
|
|
</StackPanel>
|
|
|
- </StackPanel>
|
|
|
+ </Grid>
|
|
|
+ <Grid Margin="0,5">
|
|
|
+ <StackPanel Orientation="Vertical">
|
|
|
+ <TextBlock FontWeight="Black" FontSize="12" Foreground="White" Margin="0,0,0,10">DISCORD MEMBER SINCE</TextBlock>
|
|
|
+ <TextBlock Foreground="White" Text="Oct 09, 2020"></TextBlock>
|
|
|
+ </StackPanel>
|
|
|
+ </Grid>
|
|
|
+ <Grid Visibility="{Binding ElementName=uc, Path=IsPlaying, Converter={BoolToVisibilityConverter}}" Margin="0,5, 0, 0">
|
|
|
+ <StackPanel Orientation="Vertical">
|
|
|
+ <TextBlock FontWeight="Black" FontSize="12" Foreground="White" Margin="0,0,0,10">PLAYING A "GAME"</TextBlock>
|
|
|
+ <StackPanel Orientation="Horizontal">
|
|
|
+ <Image Source="../../Images/PixiEditorLogo.png" Height="70"/>
|
|
|
+ <StackPanel Margin="15,0,0,0" VerticalAlignment="Center">
|
|
|
+ <TextBlock Foreground="White" FontSize="12" FontWeight="SemiBold">PixiEditor</TextBlock>
|
|
|
+ <TextBlock Foreground="White" FontSize="12" Text="{Binding ElementName=uc, Path=Detail}" Visibility="{Binding ElementName=uc, Path=Detail, Converter={converters:EmptyStringToVisibilityConverter}}"/>
|
|
|
+ <TextBlock Foreground="White" FontSize="12" Text="{Binding ElementName=uc, Path=State}" Visibility="{Binding ElementName=uc, Path=State, Converter={converters:EmptyStringToVisibilityConverter}}"/>
|
|
|
+ <TextBlock Foreground="White" FontSize="12">00:00 elapsed</TextBlock>
|
|
|
+ </StackPanel>
|
|
|
+ </StackPanel>
|
|
|
+ </StackPanel>
|
|
|
+ </Grid>
|
|
|
</StackPanel>
|
|
|
- </Grid>
|
|
|
+ </Border>
|
|
|
</Grid>
|
|
|
</Border>
|
|
|
</Grid>
|