Skip to content

Commit 1d87070

Browse files
committed
wip
1 parent 4f8f52d commit 1d87070

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/browser/architecture/ARCHITECTURE.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Key Points:
7575
- Non-critical destinations can receive events while others are still loading
7676

7777

78+
7879
### Event Flow
7980
```mermaid
8081
graph TD
@@ -104,13 +105,6 @@ graph TD
104105
Priorities --> Critical
105106
Priorities --> NonCritical
106107
end
107-
108-
%% Add these style definitions at the end of the diagram
109-
classDef default fill:#ffffff,stroke:#333,stroke-width:1px
110-
classDef subgraph fill:#f5f5f5,stroke:#666,stroke-width:2px
111-
112-
class UserAction,EventCreate,Queue,BeforePlugins,EnrichPlugins,DestPlugins,AfterPlugins default
113-
class Event Creation,Plugin Pipeline,Plugin Types Details,Notes subgraph
114108
```
115109

116110

0 commit comments

Comments
 (0)