Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

feat(navigation): change base page to be navigation based #25

Merged
merged 3 commits into from
Jun 8, 2019

Conversation

tplooker
Copy link
Member

Short description of what this resolves:

Note - this PR is dependent on #20 being merged ahead of it.

This PR adjusts the base page to be of type NavigationPage so the built in navigation bar can be used when required.

Consistent styling is also applied to the navigation bar.

ConnectionPartialView is removed in place of the re-useable DetailedCell.

Changes proposed in this pull request:

  • Push the base page as a NavigationPage in the navigation service
  • Add missing account icon to android
  • Add navigation bar styles
  • Change navigation type for ConnectionPage
  • Remove ConnectionPartialView instead use DetailedCell
  • Change empty state message on ConnectionPage

Fixes: #17

@tplooker tplooker requested a review from Liam-Tait May 21, 2019 21:38
@michaeldboyd
Copy link

michaeldboyd commented Jun 8, 2019

I have built and deployed this code change to an iOS emulator. Although I was not able to test the connection page navigation in ios because the emulator does not have a real camera to scan the qr code, I was able to confirm that the connection page nav works on my android phone. Using gorilla I was able to test the all the other navigation on iOS, which also all works.

One problems exists in iOS. There is no way (that I can find) to navigate out of the QR scanner page. I will create an issue from this.

This PR is ready to merge.
Screen Shot 2019-06-07 at 8 06 35 PM

@tplooker
Copy link
Member Author

tplooker commented Jun 8, 2019

Thanks, can you attach a screen shot of the main pages tabbed layout too?

@michaeldboyd
Copy link

Is this what you're looking for?
Screen Shot 2019-06-07 at 8 04 04 PM

Screen Shot 2019-06-07 at 8 09 02 PM

@tplooker
Copy link
Member Author

tplooker commented Jun 8, 2019

Yes, thanks.

@tplooker tplooker merged commit c54c550 into mattrglobal:master Jun 8, 2019
@tplooker tplooker deleted the tl/nav-changes branch June 8, 2019 05:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants