From 2de1849057cf8a3e56ef64311a66714ea5a1619c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?D=C3=A1niel=20K?=
<51174697+DanCodernaut@users.noreply.github.com>
Date: Thu, 15 May 2025 20:43:35 +0200
Subject: [PATCH 1/3] fix(responsive): improve layout on ultrawide screens (#9)
---
app/(root)/page.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/(root)/page.tsx b/app/(root)/page.tsx
index 50ce850..2ee1b0e 100644
--- a/app/(root)/page.tsx
+++ b/app/(root)/page.tsx
@@ -138,7 +138,7 @@ const SubscriptionTracker: FC = () => {
return (
-
+
{/* Sign Out button */}
From ab940a687c8814b2a7b551ad07766949815759fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?D=C3=A1niel=20K?=
<51174697+DanCodernaut@users.noreply.github.com>
Date: Thu, 15 May 2025 20:51:06 +0200
Subject: [PATCH 2/3] fix(responsive): improve layout on ultrawide screens (#9)
---
app/(root)/page.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/(root)/page.tsx b/app/(root)/page.tsx
index 2ee1b0e..4804323 100644
--- a/app/(root)/page.tsx
+++ b/app/(root)/page.tsx
@@ -138,7 +138,7 @@ const SubscriptionTracker: FC = () => {
return (
-
+
{/* Sign Out button */}
From 8a94050029f589e040aebaeeaa8302c86246d7c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?D=C3=A1niel=20K?=
<51174697+DanCodernaut@users.noreply.github.com>
Date: Thu, 15 May 2025 20:51:25 +0200
Subject: [PATCH 3/3] fix(layout): reduce spacing in table layout (#10)
---
app/(root)/tabs/subscription-tab/SubscriptionTable.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/(root)/tabs/subscription-tab/SubscriptionTable.tsx b/app/(root)/tabs/subscription-tab/SubscriptionTable.tsx
index 53977b0..8061b32 100644
--- a/app/(root)/tabs/subscription-tab/SubscriptionTable.tsx
+++ b/app/(root)/tabs/subscription-tab/SubscriptionTable.tsx
@@ -86,10 +86,10 @@ const SubscriptionTable: FC
= ({
return (
-
+
- #
+ #
Subscription
Price
Renewal Date