Suppression des pages inutiles
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a6ce212165
commit
c8481a6408
@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
x:Class="Vues.Favoris">
|
||||
<VerticalStackLayout
|
||||
VerticalOptions="Center">
|
||||
<Label
|
||||
Text="THIS IS THE FAVS PAGE"
|
||||
VerticalOptions="Center"
|
||||
HorizontalOptions="Center" />
|
||||
</VerticalStackLayout>
|
||||
</ContentPage>
|
@ -1,9 +0,0 @@
|
||||
namespace Vues;
|
||||
|
||||
public partial class Favoris : ContentPage
|
||||
{
|
||||
public Favoris()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
|
||||
x:Class="Vues.PageConnexion"
|
||||
BackgroundImageSource="back.png">
|
||||
<toolkit:DockLayout
|
||||
>
|
||||
|
||||
|
||||
|
||||
<FlexLayout
|
||||
Direction="Column"
|
||||
JustifyContent="Center"
|
||||
AlignItems="Center">
|
||||
|
||||
<Label
|
||||
Text="Bienvenue !"
|
||||
VerticalOptions="Center"
|
||||
HorizontalOptions="Center"
|
||||
FontSize="38"
|
||||
HeightRequest="100" />
|
||||
|
||||
<Button
|
||||
Text="Se connecter"
|
||||
FontSize="20"
|
||||
WidthRequest="250"
|
||||
HeightRequest="70"
|
||||
BorderColor="Black"
|
||||
BorderWidth="2"
|
||||
Margin="5"
|
||||
BackgroundColor="#6193b7"/>
|
||||
|
||||
<Button
|
||||
|
||||
Text="Créer un compte"
|
||||
FontSize="20"
|
||||
WidthRequest="250"
|
||||
HeightRequest="70"
|
||||
BorderColor="Black"
|
||||
BorderWidth="2"
|
||||
Margin="5"
|
||||
BackgroundColor="#6193b7"/>
|
||||
|
||||
</FlexLayout>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</toolkit:DockLayout>
|
||||
</ContentPage>
|
@ -1,9 +0,0 @@
|
||||
namespace Vues;
|
||||
|
||||
public partial class PageConnexion : ContentPage
|
||||
{
|
||||
public PageConnexion()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
Binary file not shown.
Loading…
Reference in new issue