Update documentation for GherkinHighlighter redesign

Document the new card-based UI layout and design decisions:
- System font for better readability (not sketchy font)
- Card-based layout with collapsible scenarios
- Background (Contexte) always expanded
- Color-coded step keywords
- Compact responsive design

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Sylvain Duchesne
2026-01-18 14:00:42 +01:00
parent fafc95785f
commit 3ccfea3892
3 changed files with 61 additions and 12 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ bun run steps:extract # Extract step definitions for tooltips
- UI labels are in French
- User stories are prefixed US-1 to US-26
- Screens use the sketchy component library, not Tailwind
- Specs pages use Tailwind + Shadcn components
- Specs pages use Tailwind + Shadcn components with system font (not sketchy font)
- GherkinHighlighter uses card-based layout, not code/text style
---