From 8fd4b09248f64c374b1e5583eec415676e807edd Mon Sep 17 00:00:00 2001 From: Rodrigo Varela Date: Sat, 16 Nov 2024 10:19:11 +1100 Subject: [PATCH] - referencing new sub readme doc from main readme (navigation docs) --- bisqapps/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bisqapps/README.md b/bisqapps/README.md index d0771830..c5d01716 100644 --- a/bisqapps/README.md +++ b/bisqapps/README.md @@ -47,7 +47,10 @@ Addicionally, for the `androidNode` module to build you need to have its depende Done! Alternatively if you are interested only in contributing for the `xClients` you can just build them individually instead of building the whole project. -### UI Designs +### UI + +**Designs** + androidNode + xClient screens are designed in Figma. Yet to differentiate between which screens goes into which. @@ -55,6 +58,10 @@ Figma link: https://www.figma.com/design/IPnuicxGKIZXq28gybxOgp/Xchange?node-id= Though the figma design captures most of the functionality, it's an evolving document. It will be updated with new screens, flow updates, based on discussions happening in GH issues / matrix. +**Navigation Implementation** + +Please refer to [this README](shared/presentation/src/commonMain/kotlin/network/bisq/mobile/presentation/ui/navigation/README.md) + ### Configuring dev env: known issues - Some Apple M chips have trouble with cocoapods, follow [this guide](https://stackoverflow.com/questions/64901180/how-to-run-cocoapods-on-apple-silicon-m1/66556339#66556339) to fix it