From 068adb62a723e9003359a7b4cda0ad07f67b07fd Mon Sep 17 00:00:00 2001 From: Rehan Ansari Date: Wed, 22 Oct 2025 21:55:03 +0530 Subject: [PATCH 1/4] fix: improve visibility in dark mode --- frontend/src/pages/Home/Streak.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/Home/Streak.vue b/frontend/src/pages/Home/Streak.vue index 49ba31a9..0011d8ee 100644 --- a/frontend/src/pages/Home/Streak.vue +++ b/frontend/src/pages/Home/Streak.vue @@ -20,7 +20,7 @@ }} {{ __(' you are on a') }} -
+
{{ streakInfo.data?.current_streak }} {{ __('day streak') }}
@@ -33,7 +33,7 @@
{{ __('Current Streak') }}
-
+
{{ streakInfo.data?.current_streak }} {{ __('days') }}
@@ -41,7 +41,7 @@
{{ __('Longest Streak') }}
-
+
{{ streakInfo.data?.longest_streak }} {{ __('days') }}
From 574913e9e41e89944eaa1284bf860c5e8697799c Mon Sep 17 00:00:00 2001 From: Rehan Ansari Date: Wed, 22 Oct 2025 22:35:01 +0530 Subject: [PATCH 2/4] fix: improve visibility in billing page --- frontend/src/pages/Billing.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/pages/Billing.vue b/frontend/src/pages/Billing.vue index 551e041d..f23d3792 100644 --- a/frontend/src/pages/Billing.vue +++ b/frontend/src/pages/Billing.vue @@ -20,7 +20,7 @@
{{ __('Payment for ') }} {{ type }}:
-
+
{{ orderSummary.data.title }}
@@ -31,7 +31,7 @@
{{ __('Original Amount') }}
-
+
{{ orderSummary.data.original_amount_formatted }}
@@ -42,17 +42,17 @@
{{ __('GST Amount') }}
-
+
{{ orderSummary.data.gst_amount_formatted }}
-
+
{{ __('Total') }}
-
+
{{ orderSummary.data.total_amount_formatted }}
@@ -60,7 +60,7 @@
-
+
{{ __('Address') }}
From 0508e718cb04e01d3c165980356267688343a071 Mon Sep 17 00:00:00 2001 From: Rehan Ansari Date: Wed, 22 Oct 2025 22:56:54 +0530 Subject: [PATCH 3/4] fix: job modal text in dark mode --- frontend/src/components/Modals/JobApplicationModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Modals/JobApplicationModal.vue b/frontend/src/components/Modals/JobApplicationModal.vue index f4d66e8c..1f7cf0fc 100644 --- a/frontend/src/components/Modals/JobApplicationModal.vue +++ b/frontend/src/components/Modals/JobApplicationModal.vue @@ -18,7 +18,7 @@ >