tari-project / wallet-ios

The mobile Tari wallet application for iOS
BSD 3-Clause "New" or "Revised" License
24 stars 21 forks source link

Wallet height label #1095

Closed TruszczynskiA closed 1 week ago

TruszczynskiA commented 1 month ago

The user should have information about the current chain tip and the wallet height. To provide such information we need to add additional information about those two values.

The text/label should be located on the "connection status" pop-up. Just under the state's indicators. The label can be in one of the two states. When the wallet is connected to the base node and both values are positive then the label should present Chain Tip: #<WALLET_HEIGHT> (<CHAIN_TIP>). Otherwise, it should show Chain Tip: Waiting for connection...

Definition of done: