Skip to content
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

Merged
merged 4 commits into from
Dec 1, 2024

Conversation

nostrbuddha
Copy link
Contributor

This PR has fixes for #81 (temporary patch) and #79

Summarizing here. Added more in those specific issues:

  • Back button logic generalized to TopBar.
  • Back swipe gesture implemented for iOS. But it's not as good as back gesture in SwiftUI. Details in the issue page.
  • Tested in Pixel 6a and Pixel 2. Made changes to Scaffold, Layout components so now they all look good. (@rodvar Please check and confirm me from your side)

@nostrbuddha nostrbuddha mentioned this pull request Nov 29, 2024
@nostrbuddha nostrbuddha changed the title UI Fixes: Back button, Small screen layouts UI Fixes #79, #81: Back button, Small screen layouts Nov 29, 2024
@rodvar
Copy link
Collaborator

rodvar commented Nov 29, 2024

rebased branch against main

Copy link
Collaborator

@rodvar rodvar left a 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)
    Screenshot from 2024-11-30 10-39-49
  • 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!

@nostrbuddha
Copy link
Contributor Author

Missed that back button white screen issues!
Fixed it now and also moved isIOS() to App/MainPresenter.

Tried replicating back button not appearing. Couldn't make it happen! Can you please try this again and give me any hints?

Copy link
Collaborator

@rodvar rodvar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great job buddha

@rodvar rodvar merged commit 5af44e6 into bisq-network:main Dec 1, 2024
1 check passed
@nostrbuddha nostrbuddha deleted the ui_impr_3 branch December 4, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants