From ae1907f9ca7f7dec3faa8e92b6298e041fe87a65 Mon Sep 17 00:00:00 2001 From: "jules.lascret" Date: Sun, 24 Mar 2024 18:29:43 +0100 Subject: [PATCH] First sketch of a table for the leaderboard (Not optimal and not definitive) --- Qwirkle/Qwirkle/Pages/Leaderboard.xaml | 112 ++++++++++++++++++++----- 1 file changed, 91 insertions(+), 21 deletions(-) diff --git a/Qwirkle/Qwirkle/Pages/Leaderboard.xaml b/Qwirkle/Qwirkle/Pages/Leaderboard.xaml index da98637..dab4878 100644 --- a/Qwirkle/Qwirkle/Pages/Leaderboard.xaml +++ b/Qwirkle/Qwirkle/Pages/Leaderboard.xaml @@ -3,30 +3,100 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Qwirkle.Pages.Leaderboard" Title="Leaderboard"> - + \ No newline at end of file