chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4832)

This commit is contained in:
James Rich 2026-03-17 16:51:09 -05:00 committed by GitHub
parent 3bbb8a65ba
commit cb95cace25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 30 additions and 6 deletions

View file

@ -22,7 +22,7 @@ Provides a compass interface to show the relative direction and distance to othe
<!--region graph-->
```mermaid
graph TB
:feature:node[node]:::android-feature
:feature:node[node]:::kmp-feature
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;
@ -32,6 +32,7 @@ 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;
classDef android-test fill:#A0C4FF,stroke:#000,stroke-width:2px,color:#000;
classDef jvm-library fill:#BDB2FF,stroke:#000,stroke-width:2px,color:#000;
classDef kmp-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000;
classDef kmp-library fill:#FFC1CC,stroke:#000,stroke-width:2px,color:#000;
classDef unknown fill:#FFADAD,stroke:#000,stroke-width:2px,color:#000;