From aef2df2a21d23e07a1a9214fabf2c5a0d2fd7853 Mon Sep 17 00:00:00 2001 From: Padreug Date: Sun, 16 Aug 2026 17:39:54 +0200 Subject: [PATCH] feat(vision): restyle Our Values as an exclusive-open accordion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the 5 numbered value cards with a native
accordion — click a value to expand its description; opening one closes the others. No JS, keyboard-accessible, degrades gracefully. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Avi6sNfBVonnK33knbkFDD --- src/views/VisionValuesView.vue | 37 +++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/src/views/VisionValuesView.vue b/src/views/VisionValuesView.vue index a871459..ae2f78d 100644 --- a/src/views/VisionValuesView.vue +++ b/src/views/VisionValuesView.vue @@ -48,24 +48,29 @@ const team = ['patrick', 'coco', 'charlie'] as const

- - -
-

- {{ t('vision.philosophyTitle') }} -

-

{{ t('vision.philosophySubtitle') }}

-
-
- -
{{ i + 1 }}
-

- {{ t(`vision.philosophy.${p}Title`) }} -

-

+ + +

+ {{ t('vision.philosophyTitle') }} +

+
+
+ + + {{ i + 1 }}. {{ t(`vision.philosophy.${p}Title`) }} + + + + + + +

{{ t(`vision.philosophy.${p}Body`) }}

- +