From b6428ab360821d2f321804bb23b890d631d3bda5 Mon Sep 17 00:00:00 2001 From: thread-koder Date: Thu, 18 Jan 2024 12:28:46 +0300 Subject: [PATCH 01/27] perf(home): compress home banner image --- assets/images/hero/jordan-commits.svg | 45 +-------------------------- 1 file changed, 1 insertion(+), 44 deletions(-) diff --git a/assets/images/hero/jordan-commits.svg b/assets/images/hero/jordan-commits.svg index d185f11..44248f2 100644 --- a/assets/images/hero/jordan-commits.svg +++ b/assets/images/hero/jordan-commits.svg @@ -1,44 +1 @@ - - - - - - - - - - - - - - - + \ No newline at end of file From f584cf376a76eb2c9ec72168f5b062aa7d397127 Mon Sep 17 00:00:00 2001 From: thread-koder Date: Thu, 18 Jan 2024 12:29:47 +0300 Subject: [PATCH 02/27] refactor(charts): remove x-axis padding and margin --- components/AreaChart.vue | 2 +- components/BarChart.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/AreaChart.vue b/components/AreaChart.vue index dae559e..72da57a 100644 --- a/components/AreaChart.vue +++ b/components/AreaChart.vue @@ -25,7 +25,7 @@ export default { From b00835fa90e8800c240c84d6e8b6f8198b22e329 Mon Sep 17 00:00:00 2001 From: thread-koder Date: Thu, 18 Jan 2024 12:35:23 +0300 Subject: [PATCH 08/27] refactor(components): change the css for the home page banner --- components/HomePageHero.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/HomePageHero.vue b/components/HomePageHero.vue index 7dc10a3..f40b85f 100644 --- a/components/HomePageHero.vue +++ b/components/HomePageHero.vue @@ -29,7 +29,7 @@ @@ -43,7 +43,7 @@ export default { } .banner { - @apply flex flex-col mx-9 h-auto md:flex-row; + @apply flex flex-col px-8 md:px-14 lg:px-24 h-auto md:flex-row; } .content-container { @@ -52,15 +52,15 @@ export default { .content-header { font-family: 'IBM Mono'; - @apply text-4xl md:text-4xl lg:text-5xl tracking-wide font-normal md:mx-3 lg:mx-16; + @apply text-4xl md:text-4xl lg:text-5xl tracking-wide font-normal; } .para-section { font-family: 'IBM Sans'; - @apply w-11/12 pt-7 text-xl lg:text-2xl font-normal md:mx-3 lg:mx-16 lg:w-9/12; + @apply w-11/12 pt-7 text-xl lg:text-2xl font-normal lg:w-9/12; } .section-image { - @apply my-8 place-self-end w-8/12 md:w-5/12 lg:w-80 lg:mt-14 2xl:w-96 lg:mr-12; + @apply my-8 place-self-end w-8/12 md:w-5/12 lg:w-80 2xl:w-96; } From 223ba0fd7d1f56bcd830edf06756896811cb62dd Mon Sep 17 00:00:00 2001 From: thread-koder Date: Thu, 18 Jan 2024 12:36:12 +0300 Subject: [PATCH 09/27] refactor(components): change css for the inputs section --- components/InputsSection.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/components/InputsSection.vue b/components/InputsSection.vue index 0cfdef2..21d944a 100644 --- a/components/InputsSection.vue +++ b/components/InputsSection.vue @@ -4,14 +4,14 @@
-
Period:
-
- + +
+
-
Sort by:
-
+ Sort by: +
-
Show:
-
+ Show: +
-
Count:
-
+ Count: +
Date: Thu, 18 Jan 2024 12:39:34 +0300 Subject: [PATCH 10/27] refactor(components): change css style for the last updated --- components/LastUpdated.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/LastUpdated.vue b/components/LastUpdated.vue index de99b9f..3c4323f 100644 --- a/components/LastUpdated.vue +++ b/components/LastUpdated.vue @@ -1,5 +1,5 @@