Merge pull request 'feat: improve diagram labels in README for clarity and consistency' (#13) from feat/core-function into main

Reviewed-on: eigen/fe-monorepo-template#13
This commit is contained in:
2026-05-29 09:41:28 +00:00
+4 -4
View File
@@ -76,21 +76,21 @@ sequenceDiagram
autonumber
%% ─── Dark-Mode Friendly RGBA Boxes ───
box rgba(59, 130, 246, 0.1) App Layer (Consumers)
box rgba(59,130,246,0.1) App Layer - Consumers
participant C as UI Component
end
box rgba(148, 163, 184, 0.1) Core Engine (@repo/core-api)
box rgba(148,163,184,0.1) Core Engine - @repo/core-api
participant S as Data Service
participant H as HTTP Client
participant F as Faro Adapter
end
box rgba(16, 185, 129, 0.1) App Logic (IoC)
box rgba(16,185,129,0.1) App Logic - IoC
participant A as App Hooks
end
box rgba(245, 158, 11, 0.1) External
box rgba(245,158,11,0.1) External
participant N as Network
end