feat: improve diagram labels in README for clarity and consistency

This commit is contained in:
Firman Ramdhani
2026-05-29 16:41:11 +07:00
parent ab0625d393
commit b2e622c57e
+3 -3
View File
@@ -76,17 +76,17 @@ 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