feat: improve diagram labels in README for clarity and consistency
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user