feat: add gRPC client with config-based server address and album support

- Add tonic/prost gRPC client connecting to music-agregator service
- Add config.yaml for configurable server host/port
- Add build.rs for proto compilation from music-agregator
- Update Artist/Album models to match proto with MonitorState enum
- Convert album list from GetArtists response
- Fix album click selection with correct layout offsets
- Improve monitor state icons for better visibility
This commit is contained in:
Alexander
2026-05-08 23:10:15 +02:00
parent 620bd374de
commit e77e854d2e
14 changed files with 1812 additions and 50 deletions
+2
View File
@@ -61,6 +61,8 @@
clippy
rustfmt
protobuf
opencode
];
};