chore: Scheduled updates (Graphs, Baseline Profile) (#6212)

This commit is contained in:
James Rich
2026-07-10 20:22:09 -05:00
committed by GitHub
parent 5b0db4d4c2
commit cc4debdbfa
3 changed files with 3 additions and 3 deletions

View File

@@ -65,10 +65,10 @@ The module includes unit tests for key components, utilizing Kable's architectur
```mermaid
graph TB
:core:ble[ble]:::kmp-library
:core:ble -.-> :core:testing
:core:ble -.-> :core:common
:core:ble -.-> :core:di
:core:ble -.-> :core:model
:core:ble -.-> :core:testing
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;

View File

@@ -27,7 +27,6 @@ The in-process `RadioController` composition root (Desktop, iOS, and single-proc
```mermaid
graph TB
:core:service[service]:::kmp-library
:core:service -.-> :core:testing
:core:service --> :core:repository
:core:service -.-> :core:common
:core:service -.-> :core:data
@@ -39,6 +38,7 @@ graph TB
:core:service -.-> :core:ble
:core:service -.-> :core:prefs
:core:service -.-> :core:takserver
:core:service -.-> :core:testing
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;

View File

@@ -136,7 +136,6 @@ feature:connections
```mermaid
graph TB
:feature:connections[connections]:::kmp-feature
:feature:connections -.-> :core:testing
:feature:connections -.-> :core:common
:feature:connections -.-> :core:data
:feature:connections -.-> :core:database
@@ -152,6 +151,7 @@ graph TB
:feature:connections -.-> :core:ble
:feature:connections -.-> :core:network
:feature:connections -.-> :feature:settings
:feature:connections -.-> :core:testing
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;