-
-
+
-
-
+
+
-
-
-
+
+
-
-
+
+
+ {{ pkg }}
+
+
+
+
+
+
+
From a41473dd677f4ed2f5ac39e5bad9d36d49962a18 Mon Sep 17 00:00:00 2001
From: Felix Schneider <99918022+trueberryless@users.noreply.github.com>
Date: Sun, 1 Feb 2026 21:49:46 +0100
Subject: [PATCH 2/3] test: new: no a11y issues in new component
---
test/nuxt/a11y.spec.ts | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/test/nuxt/a11y.spec.ts b/test/nuxt/a11y.spec.ts
index 822515258..cca847f2e 100644
--- a/test/nuxt/a11y.spec.ts
+++ b/test/nuxt/a11y.spec.ts
@@ -58,6 +58,7 @@ import {
AppFooter,
AppHeader,
BuildEnvironment,
+ CallToAction,
CodeDirectoryListing,
CodeFileTree,
CodeMobileTreeDrawer,
@@ -1449,6 +1450,14 @@ describe('component accessibility audits', () => {
})
})
+ describe('CallToAction', () => {
+ it('should have no accessibility violations', async () => {
+ const component = await mountSuspended(CallToAction)
+ const results = await runAxe(component)
+ expect(results.violations).toEqual([])
+ })
+ })
+
describe('CollapsibleSection', () => {
it('should have no accessibility violations', async () => {
const component = await mountSuspended(CollapsibleSection, {
From e4c8fd2ccea12bdb1a9982eb6516c2a6c74e2f05 Mon Sep 17 00:00:00 2001
From: Felix Schneider <99918022+trueberryless@users.noreply.github.com>
Date: Sun, 1 Feb 2026 22:03:40 +0100
Subject: [PATCH 3/3] fix: increase container width
that way all titles of the cards can fit in one line
---
app/pages/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/pages/index.vue b/app/pages/index.vue
index ac784faab..8b4c41d53 100644
--- a/app/pages/index.vue
+++ b/app/pages/index.vue
@@ -132,7 +132,7 @@ defineOgImageComponent('Default', {