-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI Fixes #79, #81: Back button, Small screen layouts #84
Conversation
…sted in small screen devices; BisqTextField improvements
rebased branch against main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UI wise looks great - functionality wise needs more work:
- bug: (100% reproducible) after the back arrow has been rendered at least once, clicking on the title will blank all the UI (see screenshot)
- bug: sometimes the back arrow won't show up (I could only repro this once, could't figure out the steps yet)
I've also put some comments on the code.
iPhone swipe works!
...nMain/kotlin/network/bisq/mobile/presentation/ui/components/SwipeBackIOSNavigationHandler.kt
Show resolved
Hide resolved
...ion/src/commonMain/kotlin/network/bisq/mobile/presentation/ui/components/molecules/TopBar.kt
Show resolved
Hide resolved
Missed that back button white screen issues! Tried replicating back button not appearing. Couldn't make it happen! Can you please try this again and give me any hints? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great job buddha
This PR has fixes for #81 (temporary patch) and #79
Summarizing here. Added more in those specific issues: