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 + +
+
+ ); } -