From e321691daf15de8714992eefe77ba3db147769e4 Mon Sep 17 00:00:00 2001 From: Damien Broqua Date: Sat, 29 Mar 2025 11:17:21 +0100 Subject: [PATCH] #99 - Affichage des statistiques : rien ne va plus ! --- sass/index.scss | 4 + .../mon-compte/ma-collection/statistiques.ejs | 86 +++++++++++-------- 2 files changed, 54 insertions(+), 36 deletions(-) diff --git a/sass/index.scss b/sass/index.scss index 808151b..eaa5bc8 100644 --- a/sass/index.scss +++ b/sass/index.scss @@ -1,5 +1,9 @@ @import '../node_modules/knacss/sass/knacss.scss'; +table { + table-layout: unset; +} + // SPÉCIFIQUE AU SITE @import './fonts'; @import './colors'; diff --git a/views/pages/mon-compte/ma-collection/statistiques.ejs b/views/pages/mon-compte/ma-collection/statistiques.ejs index 605c1b7..a1330e1 100644 --- a/views/pages/mon-compte/ma-collection/statistiques.ejs +++ b/views/pages/mon-compte/ma-collection/statistiques.ejs @@ -1,29 +1,30 @@ -
+ +

Mes statistiques

-
-
+
+

Mon top 10

- - +
+ + + + + + + + + <% for ( let i = 0 ; i < page.top10.length ; i += 1 ) { %> - - - + + + - - - <% for ( let i = 0 ; i < page.top10.length ; i += 1 ) { %> - - - - - - <% } %> - -
ArtisteAlbums
ArtisteAlbums<%= i+1 %><%= page.top10[i].name %><%= page.top10[i].count %>
<%= i+1 %><%= page.top10[i].name %><%= page.top10[i].count %>
+ <% } %> + +
@@ -41,26 +42,39 @@
-
- -
+

<%= page.currentYear.year %> (<%= page.currentYear.total %> ajout<%= page.currentYear.total > 1 ? 's' : '' %>)

-

Genres

- -

Styles

- -

Formats

- +
+
+

Genres

+ +
+
+

Styles

+ +
+
+

Formats

+ +
+
- -
+

<%= page.lastYear.year %> (<%= page.lastYear.total %> ajout<%= page.lastYear.total > 1 ? 's' : '' %>)

-

Genres

- -

Styles

- -

Formats

- +
+
+

Genres

+ +
+
+

Styles

+ +
+
+

Formats

+ +
+