From 9346bf9ee3d9b79dc644679cb172769f57aa1a7a Mon Sep 17 00:00:00 2001 From: sanchezvem Date: Thu, 26 Mar 2026 19:16:08 +0100 Subject: [PATCH] cleaned code and fix css with grid --- src/app/app.routes.ts | 3 +- .../components/navbar/navbar.component.html | 32 ++-- src/app/pages/ranking/ranking.component.html | 146 +++++------------- 3 files changed, 55 insertions(+), 126 deletions(-) diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts index 3bb5d8f..59c98a1 100644 --- a/src/app/app.routes.ts +++ b/src/app/app.routes.ts @@ -10,7 +10,8 @@ export const routes: Routes = [ children: [ { path: 'home', - loadComponent: () => import('./pages/home/home.component').then(m => m.HomeComponent)}, + loadComponent: () => import('./pages/home/home.component').then(m => m.HomeComponent) + }, { path: 'groups', loadComponent: () => import('./pages/groups/groups.component').then(m => m.GroupsComponent) diff --git a/src/app/components/navbar/navbar.component.html b/src/app/components/navbar/navbar.component.html index 0b7ca7a..d117b3a 100644 --- a/src/app/components/navbar/navbar.component.html +++ b/src/app/components/navbar/navbar.component.html @@ -1,24 +1,24 @@ - - - - - + + + - - - + + + - - - + + + - - - - - \ No newline at end of file + + + + + \ No newline at end of file diff --git a/src/app/pages/ranking/ranking.component.html b/src/app/pages/ranking/ranking.component.html index 84b0e6b..7373af9 100644 --- a/src/app/pages/ranking/ranking.component.html +++ b/src/app/pages/ranking/ranking.component.html @@ -1,111 +1,39 @@ - -

Classement général

-
- -
-
-

1

-
-

Mathys

-

52 défis - 18 victoires

-
-

412 pts

-
-
-

2

-
-

Mathys

-

52 défis - 18 victoires

-
-

412 pts

-
-
-

3

-
-

Mathys

-

52 défis - 18 victoires

-
-

412 pts

-
-
-

4

-
-

Mathys

-

52 défis - 18 victoires

-
-

412 pts

-
-
-

5

-
-

Mathys

-

52 défis - 18 victoires

-
-

412 pts

-
-
-

6

-
-

Mathys

-

52 défis - 18 victoires

-
-

412 pts

-
-
-

7

-
-

Mathys

-

52 défis - 18 victoires

-
-

412 pts

-
-
-

8

-
-

Mathys

-

52 défis - 18 victoires

-
-

412 pts

-
-
-

9

-
-

Mathys

-

52 défis - 18 victoires

-
-

412 pts

-
-
-

10

-
-

Mathys

-

52 défis - 18 victoires

-
-

412 pts

-
-
-

11

-
-

Mathys

-

52 défis - 18 victoires

-
-

412 pts

-
-
-

12

-
-

Mathys

-

52 défis - 18 victoires

-
-

412 pts

-
-
-

13

-
-

Mathys

-

52 défis - 18 victoires

-
-

412 pts

+ +

Classement général

+
+ +
+
+

1

+
+

Mathys

+

52 défis - 18 victoires

+

412 pts

- \ No newline at end of file +
+

2

+
+

Léa

+

47 défis - 15 victoires

+
+

389 pts

+
+
+

3

+
+

Noah

+

41 défis - 12 victoires

+
+

354 pts

+
+
+

4

+
+

Camille

+

38 défis - 10 victoires

+
+

321 pts

+
+
+
\ No newline at end of file