feat(ui): Display players in single card with aligned columns

Replace per-player cards with a single card listing all players. Each
player shows on one line: number, name, position, and birth year in
muted color. Add Makefile with android and desktop targets.
This commit is contained in:
2026-08-04 12:24:51 +02:00
parent fd8fcb9b4c
commit 3dc5890a7a
2 changed files with 33 additions and 11 deletions
+7
View File
@@ -0,0 +1,7 @@
.PHONY: android desktop
android:
./gradlew composeApp:assembleDebug
desktop:
./gradlew composeApp:run