From eb3349fa11bf5f9fed4d9897f8ec18955947ac0d Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Thu, 12 Mar 2026 22:15:20 -0500 Subject: [PATCH] chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4773) --- app/README.md | 1 + core/api/README.md | 1 + core/barcode/README.md | 3 ++- core/ble/README.md | 1 + core/common/README.md | 1 + core/data/README.md | 1 + core/database/README.md | 1 + core/datastore/README.md | 1 + core/di/README.md | 1 + core/model/README.md | 1 + core/navigation/README.md | 3 ++- core/network/README.md | 1 + core/nfc/README.md | 3 ++- core/prefs/README.md | 1 + core/proto/README.md | 1 + core/resources/README.md | 3 ++- core/service/README.md | 1 + core/ui/README.md | 3 ++- feature/firmware/README.md | 1 + feature/intro/README.md | 1 + feature/map/README.md | 1 + feature/messaging/README.md | 1 + feature/node/README.md | 1 + feature/settings/README.md | 1 + 24 files changed, 29 insertions(+), 5 deletions(-) diff --git a/app/README.md b/app/README.md index 8b41bd7f7..85defa751 100644 --- a/app/README.md +++ b/app/README.md @@ -52,6 +52,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/api/README.md b/core/api/README.md index 37ddf1a10..c7e64000a 100644 --- a/core/api/README.md +++ b/core/api/README.md @@ -54,6 +54,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/barcode/README.md b/core/barcode/README.md index b23992084..076b6a503 100644 --- a/core/barcode/README.md +++ b/core/barcode/README.md @@ -42,12 +42,13 @@ scanner.startScan() ```mermaid graph TB - :core:barcode[barcode]:::android-library + :core:barcode[barcode]:::compose-desktop-application :core:barcode -.-> :core:resources :core:barcode -.-> :core:ui 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/ble/README.md b/core/ble/README.md index bd981ed9f..6291048ec 100644 --- a/core/ble/README.md +++ b/core/ble/README.md @@ -9,6 +9,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/common/README.md b/core/common/README.md index 9b821b4b8..a98a2a4eb 100644 --- a/core/common/README.md +++ b/core/common/README.md @@ -26,6 +26,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/data/README.md b/core/data/README.md index 15f6623d8..b575605f8 100644 --- a/core/data/README.md +++ b/core/data/README.md @@ -22,6 +22,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/database/README.md b/core/database/README.md index 816b8e8ea..3323d6b96 100644 --- a/core/database/README.md +++ b/core/database/README.md @@ -29,6 +29,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/datastore/README.md b/core/datastore/README.md index 9db0b8839..4d2605a11 100644 --- a/core/datastore/README.md +++ b/core/datastore/README.md @@ -22,6 +22,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/di/README.md b/core/di/README.md index 7cd07a8a2..c0bf3bfd4 100644 --- a/core/di/README.md +++ b/core/di/README.md @@ -23,6 +23,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/model/README.md b/core/model/README.md index 9a3eab108..40ae52961 100644 --- a/core/model/README.md +++ b/core/model/README.md @@ -35,6 +35,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/navigation/README.md b/core/navigation/README.md index 2c93d1cda..5f5e91292 100644 --- a/core/navigation/README.md +++ b/core/navigation/README.md @@ -26,10 +26,11 @@ navController.navigate(MessagingRoutes.Chat(nodeId = 12345)) ```mermaid graph TB - :core:navigation[navigation]:::kmp-library + :core:navigation[navigation]:::compose-desktop-application 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/network/README.md b/core/network/README.md index ad17bcc5e..755e49e4d 100644 --- a/core/network/README.md +++ b/core/network/README.md @@ -21,6 +21,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/nfc/README.md b/core/nfc/README.md index b6ee17008..745f58b08 100644 --- a/core/nfc/README.md +++ b/core/nfc/README.md @@ -16,10 +16,11 @@ The shared capability contract for NFC scanning, injected via `CompositionLocalP ```mermaid graph TB - :core:nfc[nfc]:::kmp-library + :core:nfc[nfc]:::compose-desktop-application 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/prefs/README.md b/core/prefs/README.md index 38795efdb..4061f1818 100644 --- a/core/prefs/README.md +++ b/core/prefs/README.md @@ -22,6 +22,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/proto/README.md b/core/proto/README.md index a62800be2..7c92fbaa7 100644 --- a/core/proto/README.md +++ b/core/proto/README.md @@ -25,6 +25,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/resources/README.md b/core/resources/README.md index c1033a848..c01dd900f 100644 --- a/core/resources/README.md +++ b/core/resources/README.md @@ -24,10 +24,11 @@ Text(text = stringResource(Res.string.your_string_key)) ```mermaid graph TB - :core:resources[resources]:::kmp-library + :core:resources[resources]:::compose-desktop-application 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/service/README.md b/core/service/README.md index ed350a7f7..b7daa4047 100644 --- a/core/service/README.md +++ b/core/service/README.md @@ -26,6 +26,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/ui/README.md b/core/ui/README.md index 495ddfda0..d732c13b1 100644 --- a/core/ui/README.md +++ b/core/ui/README.md @@ -49,10 +49,11 @@ MeshtasticResourceDialog( ```mermaid graph TB - :core:ui[ui]:::kmp-library + :core:ui[ui]:::compose-desktop-application 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/feature/firmware/README.md b/feature/firmware/README.md index 6d4eee05e..a9e887f48 100644 --- a/feature/firmware/README.md +++ b/feature/firmware/README.md @@ -9,6 +9,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/feature/intro/README.md b/feature/intro/README.md index 467261e20..50376415f 100644 --- a/feature/intro/README.md +++ b/feature/intro/README.md @@ -23,6 +23,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/feature/map/README.md b/feature/map/README.md index 79182c7df..f3bd8189b 100644 --- a/feature/map/README.md +++ b/feature/map/README.md @@ -30,6 +30,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/feature/messaging/README.md b/feature/messaging/README.md index 3b462b503..02622d09f 100644 --- a/feature/messaging/README.md +++ b/feature/messaging/README.md @@ -29,6 +29,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/feature/node/README.md b/feature/node/README.md index 01038962d..e33ead1ea 100644 --- a/feature/node/README.md +++ b/feature/node/README.md @@ -26,6 +26,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; diff --git a/feature/settings/README.md b/feature/settings/README.md index 2f228447a..ba977f7fc 100644 --- a/feature/settings/README.md +++ b/feature/settings/README.md @@ -28,6 +28,7 @@ graph TB 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; +classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000; classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000; classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000;