From 85ac0a6b1922052cc7ce5a32d57a4c3b1b328aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o?= <43091603+glazk0@users.noreply.github.com> Date: Fri, 10 Feb 2023 17:26:05 +0100 Subject: [PATCH] Format --- app/dashboard/page.tsx | 20 +-- ui/CardTable.tsx | 387 ++++++++++++++++++++--------------------- 2 files changed, 195 insertions(+), 212 deletions(-) diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index 52a6fa2..24c87de 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -6,17 +6,17 @@ export default function Page() {

Statistique

-
+
-
-
+
+

Guide

-
-
-
+
+
+

Bold data

Simple data

@@ -25,9 +25,9 @@ export default function Page() {
-
+

Dernières activités

-
+
@@ -36,7 +36,3 @@ export default function Page() {
); } - - - - diff --git a/ui/CardTable.tsx b/ui/CardTable.tsx index 5cb719a..81194cf 100644 --- a/ui/CardTable.tsx +++ b/ui/CardTable.tsx @@ -1,202 +1,189 @@ export default function CardTable() { - - return ( -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Exercice - - Tentative - - Score - - Dernier essai - - Reprendre -
- Exercice 1 - - 30 - - 300 - - 10/10/2010 - - Reprendre -
- Exercice 1 - - 40 - - 300 - - 10/10/2010 - - Reprendre -
- Exercice 1 - - 60 - - 300 - - 10/10/2010 - - Reprendre -
- Exercice 1 - - 60 - - 300 - - 10/10/2010 - - Reprendre -
- Exercice 1 - - 60 - - 300 - - 10/10/2010 - - Reprendre -
- Exercice 1 - - 60 - - 300 - - 10/10/2010 - - Reprendre -
- Exercice 1 - - 60 - - 300 - - 10/10/2010 - - Reprendre -
- Exercice 1 - - 60 - - 300 - - 10/10/2010 - - Reprendre -
- Exercice 1 - - 60 - - 300 - - 10/10/2010 - - Reprendre -
- Exercice 1 - - 60 - - 300 - - 10/10/2010 - - Reprendre -
-
- ); - + return ( +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Exercice + + Tentative + + Score + + Dernier essai + + Reprendre +
+ Exercice 1 + 3030010/10/2010 + + Reprendre + +
+ Exercice 1 + 4030010/10/2010 + + Reprendre + +
+ Exercice 1 + 6030010/10/2010 + + Reprendre + +
+ Exercice 1 + 6030010/10/2010 + + Reprendre + +
+ Exercice 1 + 6030010/10/2010 + + Reprendre + +
+ Exercice 1 + 6030010/10/2010 + + Reprendre + +
+ Exercice 1 + 6030010/10/2010 + + Reprendre + +
+ Exercice 1 + 6030010/10/2010 + + Reprendre + +
+ Exercice 1 + 6030010/10/2010 + + Reprendre + +
+ Exercice 1 + 6030010/10/2010 + + Reprendre + +
+
+ ); } -