@ -1,4 +1,5 @@
using CanYouBuildIt.Model;
using Microsoft.Maui.Controls;
using System.Diagnostics;
namespace CanYouBuildIt;
@ -13,7 +14,6 @@ public partial class App : Application
manager.sauvegardeDonnee();
Debug.WriteLine(manager.listUtil[0]);
InitializeComponent();
MainPage = new AppShell();
}
@ -58,6 +58,7 @@
<Grid.RowDefinitions>
<RowDefinition />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
@ -118,15 +119,13 @@
</Grid>
<Label Text="Vous devez vous connecter pour acceder au favoris."
<Label Text="WARNING ! Vous devez vous connecter pour acceder au favoris."
IsVisible="false"
x:Name="aConnecter"
BackgroundColor="Green"
BackgroundColor="Red"
FontAttributes="Bold"
Padding="30"
Margin="0,30,0,0"
Margin="0,-125"
HorizontalOptions="Center"
WidthRequest="500"/>
</VerticalStackLayout>
</ContentPage>
@ -38,7 +38,7 @@ public partial class Acceuil : ContentPage
else
{
aConnecter.IsVisible = true;
await Task.Delay(1000);
await Task.Delay(3000);
aConnecter.IsVisible = false;