From 777060420c616ebd6432502ebf5baec3d1fc968b Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Thu, 29 Jan 2026 19:41:32 +0000 Subject: [PATCH] feat: improve layout of Stats page --- frontend/src/pages/Stats.tsx | 70 ++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 27 deletions(-) diff --git a/frontend/src/pages/Stats.tsx b/frontend/src/pages/Stats.tsx index cc4b0fd..b88c7da 100644 --- a/frontend/src/pages/Stats.tsx +++ b/frontend/src/pages/Stats.tsx @@ -55,36 +55,52 @@ const StatPage = () => { return (
-

Posts per Day

+
+
+

Posts per Day

- - - - - - - + + + + + + + + +
+ +
+

Word Cloud

+ - - - -

Word Cloud

- - -

Heatmap

- +
+
+
+

Heatmap

+ +
); }