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:
@@ -76,17 +76,17 @@ 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user