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

This commit is contained in:
James Rich 2026-03-12 22:15:20 -05:00 committed by GitHub
parent 20f358e01c
commit eb3349fa11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 29 additions and 5 deletions

View file

@ -42,12 +42,13 @@ scanner.startScan()
<!--region graph-->
```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;