-
Notifications
You must be signed in to change notification settings - Fork 7
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
belindas-closet-android_2_97_navigation-bar #114
Conversation
@Annelisebx I've updated and added a comment to user story #74 as I realized it needed some more context. Yes, what you have implemented is the right idea but I do have a couple comments:
|
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.
@taylorpapke Hi Taylor,
Thank you for all this input. |
|
I just want to add a YouTube tutorial as a reference for Scaffold, Top App Bar, ArrowBack, etc. |
Hi @Annelisebx, Let's just fix the merge conflicts and this should be good for this screen. |
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.
Just need to resolve some conflicts in the main file and you should be good.
b10e7ea
Resolved conflicts in Main on Home.kt file |
Let us know if you need any support with the merge conflict! GitHub docs all about merge conflicts. |
…to right side of Nav bar and edit icon. No functionality.
…n-01' into enhancement-97-product-navigation-01
@brinkbrink @taylorpapke @Robel-003
|
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.
I see you added Menu button which changes drawerStates. Should it ideally be a one-time use button since it only changes state to Open?
|
@Annelisebx It looks great on the pages where there is a nav bar but there are images overlapping on the home page and the back button has disappeared from all other pages: |
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.
- change home page back to what it currently is in main.
- change the pages without nav bar to include back buttons where they currently are in main.
perhaps go back to a prior commit or start a new pr from main and copy/paste the changes you want?
@brinkbrink Was this merged already? I don't think we wanted to merge it because I accidentally changed the Home page (and others unintentionally) If it has been merged and changed, I will open a new issue/PR for fixing back to what @taylorpapke commented above:
|
This reverts commit 954a3d8.
Hello @Annelisebx I reverted this and it is now open here at #136. I saw two approving reviews so I merged. Didn't read the comments because I noticed your request on Slack: "Can I please get 2 reviews on my PR 114 so I can merge? I went over issue and branch today with BC in class and he said to merge and complete and finish remaining on new issue/branch, thank you!" |
@brinkbrink thank you!! Sorry, that was last night before the reviews which caught the error. I will try to fix ASAP. |
Resolves Issue 97
As a developer, I did the following:
We also want to include unit tests if and when possible to make sure we're getting full coverage of our code. This will simulate a real world environment where tests are extremely important.
Unit Test Example