From b2cbab7891f4f9805a2ce4c46bc5b7374f9c4b96 Mon Sep 17 00:00:00 2001 From: Christophe Date: Wed, 15 Apr 2026 22:40:12 +0200 Subject: [PATCH] Ajoute le preremplissage du joueur connecte --- ChessCubing.App/Pages/ApplicationPage.razor | 130 +++++++++++++++++++- styles.css | 35 ++++++ 2 files changed, 161 insertions(+), 4 deletions(-) diff --git a/ChessCubing.App/Pages/ApplicationPage.razor b/ChessCubing.App/Pages/ApplicationPage.razor index eba147b..11eebd3 100644 --- a/ChessCubing.App/Pages/ApplicationPage.razor +++ b/ChessCubing.App/Pages/ApplicationPage.razor @@ -1,8 +1,15 @@ @page "/application" @page "/application.html" +@using System.Net +@using System.Net.Http.Json +@using System.Security.Claims +@using ChessCubing.App.Models.Users +@implements IDisposable @inject BrowserBridge Browser @inject MatchStore Store @inject NavigationManager Navigation +@inject AuthenticationStateProvider AuthenticationStateProvider +@inject HttpClient Http ChessCubing Arena | Application @@ -137,13 +144,39 @@ -