urbit / bitcoin-wallet

Repository for issue triaging and (eventually) the bitcoin wallet code
MIT License
4 stars 1 forks source link

Add a button to return to Landscape #9

Closed arthyn closed 2 years ago

arthyn commented 3 years ago

Currently since the wallet is housed in Landscape it would be nice if we had a back button that leads to Landscape and later Grid.

jalehman commented 3 years ago

This should probably be implemented as an icon like the one in Landscape for going back to the home view. What do you think @urcades ?

Screen Shot 2021-06-23 at 8 31 21 AM
urcades commented 3 years ago

This navigation question has been coming up in Grid's latest UX work as well, and one overriding thought is that clicking on the BTC wallet tile should simply open up a new tab via target="none" , or whatever the equivalent of this might be.

If we move in this direction, it may benefit us by getting people familiarized with the "click app to open tab" model we'll likely be adopting.

finned-palmer commented 3 years ago

I think the target="none" method will open a WebView in Android (if the user is using landscape as a PWA), probably similar in iOS. Idk if that matters, just making a note of it.

finned-palmer commented 2 years ago

This has been merged in (return to grid), will be in next OTA.