From a457733ce9722c8ddc96000839c408ed903fde1b Mon Sep 17 00:00:00 2001 From: Constantin Rusu Date: Mon, 27 Jan 2025 23:52:00 +0000 Subject: [PATCH] mermaid fix 2 --- README.md | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index ae1f47e..056d98f 100644 --- a/README.md +++ b/README.md @@ -36,29 +36,26 @@ graph TD A --> D[shadcn/ui] A --> E[Tailwind CSS] - subgraph Core Layers - F[Presentation Layer] --> G[UI Components] - F --> H[Animations] - I[Application Layer] --> J[State Management] - I --> K[Routing] - L[Data Layer] --> M[Localization] - L --> N[Metrics] - end + F[Presentation Layer] --> G[UI Components] + F --> H[Animations] + I[Application Layer] --> J[State Management] + I --> K[Routing] + L[Data Layer] --> M[Localization] + L --> N[Metrics] - G -->|Uses| O[Framer Motion] - J -->|TanStack Query| P[Choice State] - K -->|React Router| Q[Game Stages] - M -->|i18next| R[en/ro Translations] + G --> O[Framer Motion] + J --> P[Choice State] + K --> Q[Game Stages] + M --> R[en/ro Translations] - subgraph External Services - S[Audio Service] - T[Analytics] - U[Hosting] - end + S[Audio Service] --> A + T[Analytics] --> A + U[Hosting] --> A - A -->|Builds With| C - Core Layers --> A - External Services --> A + A --> C + F --> A + I --> A + L --> A ``` Key Architecture Components: