refactor: rewrite mobile app in Compose and add error handling for wear

This commit is contained in:
2026-06-11 17:32:02 +03:00
parent 59207d3351
commit 19a571ac06
40 changed files with 1003 additions and 608 deletions
@@ -14,4 +14,4 @@ class CardInfo (
val name: String,
val codeType: BarcodeFormat,
val codeValue: String,
)
)