feat: improve diagram labels in README for clarity and consistency
This commit is contained in:
@@ -76,21 +76,21 @@ sequenceDiagram
|
|||||||
autonumber
|
autonumber
|
||||||
|
|
||||||
%% ─── Dark-Mode Friendly RGBA Boxes ───
|
%% ─── 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
|
participant C as UI Component
|
||||||
end
|
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 S as Data Service
|
||||||
participant H as HTTP Client
|
participant H as HTTP Client
|
||||||
participant F as Faro Adapter
|
participant F as Faro Adapter
|
||||||
end
|
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
|
participant A as App Hooks
|
||||||
end
|
end
|
||||||
|
|
||||||
box rgba(245, 158, 11, 0.1) External
|
box rgba(245,158,11,0.1) External
|
||||||
participant N as Network
|
participant N as Network
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user