From 84e51370573a1f1c77357375915321121db484cb Mon Sep 17 00:00:00 2001 From: RezixDev Date: Thu, 17 Jul 2025 00:18:52 +0200 Subject: [PATCH 1/3] feat: add aria-labels for social media links inside smallMenu --- src/routes/_libraries/route.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/routes/_libraries/route.tsx b/src/routes/_libraries/route.tsx index 923b88a86..b438a0aaa 100644 --- a/src/routes/_libraries/route.tsx +++ b/src/routes/_libraries/route.tsx @@ -252,18 +252,21 @@ function LibrariesLayout() { From 0d271f1402d219e6298a2bc8dda2e11b69e5c975 Mon Sep 17 00:00:00 2001 From: RezixDev Date: Thu, 17 Jul 2025 09:17:00 +0200 Subject: [PATCH 2/3] style: update text opacity and color for better visibility across components (A11y) --- src/components/Footer.tsx | 2 +- src/components/LandingPageGad.tsx | 4 ++-- src/components/OpenSourceStats.tsx | 10 +++++----- src/routes/_libraries/index.tsx | 10 +++++----- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index dd4835582..4ace15cad 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -46,7 +46,7 @@ export function Footer() { ))} -
+
© {new Date().getFullYear()} TanStack LLC
diff --git a/src/components/LandingPageGad.tsx b/src/components/LandingPageGad.tsx index 4e5f991b0..4bcb60966 100644 --- a/src/components/LandingPageGad.tsx +++ b/src/components/LandingPageGad.tsx @@ -9,7 +9,7 @@ export default function LandingPageGad() {
@@ -25,7 +25,7 @@ export default function LandingPageGad() { used by millions daily. What did you expect?
- + Check out our ethos {' '} to learn more about how we plan on sticking around (and staying diff --git a/src/components/OpenSourceStats.tsx b/src/components/OpenSourceStats.tsx index 575dc0a69..cfa047cfc 100644 --- a/src/components/OpenSourceStats.tsx +++ b/src/components/OpenSourceStats.tsx @@ -82,7 +82,7 @@ export default function OssStats() {
-
+
NPM Downloads
@@ -98,7 +98,7 @@ export default function OssStats() {
-
+
Stars on Github
@@ -109,7 +109,7 @@ export default function OssStats() {
-
+
Contributors on GitHub
@@ -120,7 +120,7 @@ export default function OssStats() {
-
+
Dependents on GitHub
@@ -133,7 +133,7 @@ export default function OssStats() { >
- + Powered by - + TanStack @@ -330,12 +330,12 @@ function Index() { className={`col-span-2 md:col-span-5`} > -
+
{course.name}
{course.description}
Check it out →
@@ -367,13 +367,13 @@ function Index() {
-

+

Sponsors get special perks like{' '} private discord channels, priority issue requests, direct From 33892354d846b8c535b07c94a03033cc2543c956 Mon Sep 17 00:00:00 2001 From: RezixDev Date: Thu, 17 Jul 2025 18:41:31 +0200 Subject: [PATCH 3/3] fix: adjust formatting (lint error) --- src/components/LandingPageGad.tsx | 5 ++++- src/routes/_libraries/index.tsx | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/LandingPageGad.tsx b/src/components/LandingPageGad.tsx index 4bcb60966..655e2365f 100644 --- a/src/components/LandingPageGad.tsx +++ b/src/components/LandingPageGad.tsx @@ -25,7 +25,10 @@ export default function LandingPageGad() { used by millions daily. What did you expect?

- + Check out our ethos {' '} to learn more about how we plan on sticking around (and staying diff --git a/src/routes/_libraries/index.tsx b/src/routes/_libraries/index.tsx index 28d3c9a3d..fbcf12881 100644 --- a/src/routes/_libraries/index.tsx +++ b/src/routes/_libraries/index.tsx @@ -373,7 +373,9 @@ function Index() {
-

+

Sponsors get special perks like{' '} private discord channels, priority issue requests, direct