Skip to content

Commit

Permalink
Preparing About Dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Oct 21, 2023
1 parent 87a962e commit ef336b0
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions src/Portal/Sucrose.Portal/Views/Controls/OtherAbout.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,37 @@

<vcontrols:ExpanderCard x:Name="Update" LeftIconSymbol="ArrowSync24" Margin="0 3 0 0" Expandable="False" />

<ui:Card Background="{DynamicResource CardStrokeColorDefaultBrush}" Margin="0 3 0 0">
<Grid VerticalAlignment="Center" HorizontalAlignment="Center">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>

<ui:TextBlock
Grid.Row="0"
TextAlignment="Center"
VerticalAlignment="Center"
HorizontalAlignment="Center"
TextWrapping="WrapWithOverflow"
Text="{DynamicResource Portal.OtherAbout.Partners}" />

<WrapPanel Grid.Row="1" Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Center" Margin="0 10 0 0">
<ui:HyperlinkButton
Cursor="Hand"
IsEnabled="False"
CornerRadius="15"
Appearance="Transparent"
BorderBrush="Transparent">
<ui:Image
Height="32"
CornerRadius="16"
Source="pack://application:,,,/Assets/Partner/Heart.png" />
</ui:HyperlinkButton>
</WrapPanel>
</Grid>
</ui:Card>

<ui:Card Background="{DynamicResource CardStrokeColorDefaultBrush}" Margin="0 3 0 0">
<Grid VerticalAlignment="Center" HorizontalAlignment="Center">
<Grid.RowDefinitions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

<system:String x:Key="Portal.OtherAbout.Update.Notes">Versionshinweise</system:String>

<system:String x:Key="Portal.OtherAbout.Partners">Unsere Partner</system:String>

<system:String x:Key="Portal.OtherAbout.Contributors">Mitwirkende</system:String>

<system:String x:Key="Portal.OtherAbout.TermsOfService">Nutzungsbedingungen</system:String>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

<system:String x:Key="Portal.OtherAbout.Update.Notes">Release Notes</system:String>

<system:String x:Key="Portal.OtherAbout.Partners">Our Partners</system:String>

<system:String x:Key="Portal.OtherAbout.Contributors">Contributors</system:String>

<system:String x:Key="Portal.OtherAbout.TermsOfService">Terms of Service</system:String>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

<system:String x:Key="Portal.OtherAbout.Update.Notes">Notas de la Versión</system:String>

<system:String x:Key="Portal.OtherAbout.Partners">Nuestros Socios</system:String>

<system:String x:Key="Portal.OtherAbout.Contributors">Contribuyentes</system:String>

<system:String x:Key="Portal.OtherAbout.TermsOfService">Términos de Servicio</system:String>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

<system:String x:Key="Portal.OtherAbout.Update.Notes">Notes de Publication</system:String>

<system:String x:Key="Portal.OtherAbout.Partners">Nos Partenaires</system:String>

<system:String x:Key="Portal.OtherAbout.Contributors">Contributeurs</system:String>

<system:String x:Key="Portal.OtherAbout.TermsOfService">Conditions d'Utilisation</system:String>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

<system:String x:Key="Portal.OtherAbout.Update.Notes">Informacje o Wersji</system:String>

<system:String x:Key="Portal.OtherAbout.Partners">Nasi Partnerzy</system:String>

<system:String x:Key="Portal.OtherAbout.Contributors">Współtwórcy</system:String>

<system:String x:Key="Portal.OtherAbout.TermsOfService">Warunki Świadczenia Usług</system:String>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

<system:String x:Key="Portal.OtherAbout.Update.Notes">Güncelleme Notları</system:String>

<system:String x:Key="Portal.OtherAbout.Partners">Partnerlerimiz</system:String>

<system:String x:Key="Portal.OtherAbout.Contributors">Katkıda Bulunanlar</system:String>

<system:String x:Key="Portal.OtherAbout.TermsOfService">Hizmet Şartları</system:String>
Expand Down

0 comments on commit ef336b0

Please sign in to comment.