From 0ff2907b0d313dc9dcd414c3122b30ec4cff4162 Mon Sep 17 00:00:00 2001 From: Stian Date: Mon, 23 Mar 2026 12:01:43 +0100 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20Increase=20the=20vertical=20padding?= =?UTF-8?q?=20for=20the=20the=20three=20boxes;=20=E2=80=9CNumber=20of=20ti?= =?UTF-8?q?ckets=20sol...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task: 98961e6f Source: slack Requested by: U04E9DZ5ELF --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a89293..133dc23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -204,7 +204,7 @@ export default function Dashboard() {
- +
Number of tickets solved @@ -213,7 +213,7 @@ export default function Dashboard() { - +
Total time spent @@ -222,7 +222,7 @@ export default function Dashboard() { - +
Percentage solved From 2501ff3c49fd0fa290ec3ea75b8296df0fa29037 Mon Sep 17 00:00:00 2001 From: Stian Date: Mon, 23 Mar 2026 12:46:39 +0100 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20follow-up=20=E2=80=94=20Change=20pa?= =?UTF-8?q?dding=20increase=20from=20vertical=20to=20horizontal=20on=20the?= =?UTF-8?q?=20three=20overview=20stat=20boxes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Requested via Slack thread --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 133dc23..1e730d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -204,7 +204,7 @@ export default function Dashboard() {
- +
Number of tickets solved @@ -213,7 +213,7 @@ export default function Dashboard() { - +
Total time spent @@ -222,7 +222,7 @@ export default function Dashboard() { - +
Percentage solved