File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -132,24 +132,24 @@ isDebugEnabled(); // check status
132132## Architecture
133133
134134```
135- ┌─────────────────────────────────────────────┐
135+ ┌────────────────────────────────────────────── ┐
136136│ Your App │
137137│ ┌────────────────────────────────────────┐ │
138- │ │ <AccessProvider config={...} user={…}> │ │
138+ │ │ <AccessProvider config={...} user={…}> │ │
139139│ │ ┌──────────────┐ │ │
140- │ │ │ DebugEngine │◄─── records events │ │
141- │ │ │ PluginEngine │ │ │
140+ │ │ │ DebugEngine │◄─── records events │ │
141+ │ │ │ PluginEngine│ │ │
142142│ │ └──────┬───────┘ │ │
143143│ │ │ subscribe() │ │
144144│ │ ┌──────▼───────────────────┐ │ │
145- │ │ │ <AccessDevtools /> │ │ │
146- │ │ │ ├─ useDevtoolsContext() │ │ │
147- │ │ │ ├─ useDebugLog() │ │ │
148- │ │ │ ├─ useDevtoolsSnapshot() │ │ │
149- │ │ │ └─ Panel UI │ │ │
145+ │ │ │ <AccessDevtools /> │ │ │
146+ │ │ │ ├─ useDevtoolsContext() │ │ │
147+ │ │ │ ├─ useDebugLog() │ │ │
148+ │ │ │ ├─ useDevtoolsSnapshot()│ │ │
149+ │ │ │ └─ Panel UI │ │ │
150150│ │ └──────────────────────────┘ │ │
151151│ └────────────────────────────────────────┘ │
152- └─────────────────────────────────────────────┘
152+ └────────────────────────────────────────────── ┘
153153```
154154
155155## Development
Original file line number Diff line number Diff line change 66
77[ ![ npm version] ( https://img.shields.io/npm/v/react-access-engine?color=blue&label=npm )] ( https://www.npmjs.com/package/react-access-engine )
88[ ![ npm bundle size] ( https://img.shields.io/bundlephobia/minzip/react-access-engine?label=minzipped )] ( https://bundlephobia.com/package/react-access-engine )
9+ [ ![ CI] ( https://github.com/abhishekayu/react-access-engine/actions/workflows/ci.yml/badge.svg )] ( https://github.com/abhishekayu/react-access-engine/actions/workflows/ci.yml )
10+ [ ![ codecov] ( https://img.shields.io/badge/tests-220%20passing-brightgreen )] ( https://github.com/abhishekayu/react-access-engine )
911[ ![ TypeScript] ( https://img.shields.io/badge/TypeScript-5.7+-3178C6?logo=typescript&logoColor=white )] ( https://www.typescriptlang.org/ )
10- [ ![ license] ( https://img.shields.io/npm/l/react-access-engine )] ( https://github.com/abhishekayu/react-access-engine/blob/main/LICENSE )
1112
1213[ Documentation] ( https://react-access-engine.dev ) · [ GitHub] ( https://github.com/abhishekayu/react-access-engine )
1314
You can’t perform that action at this time.
0 commit comments