Related to T2774. Added visual navigation aid when user is on one of the screens accessed through the hamburger menu.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABC7a47dd3f8685: [Cashtab] Visual navigation aid added for hamburger menu options
cd web/cashtab && npm start
navigate to the Airdrop screen
observe that the Airdrop icon is present on the bottom right hand side of the screen
navigate to the SignVerifyMsg screen
observe that the SignVerifyMsg icon is present on the bottom right hand side of the screen
navigate to the Settings screen
observe that the Settings icon is present on the bottom right hand side of the screen
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- visual-navigation-aid
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 20960 Build 41576: Build Diff cashtab-tests Build 41575: arc lint + arc unit
Event Timeline
Comment Actions
I think the highlighted icon is a little too much clutter.
Let's go for this approach:
- Add a small title bar for each page. Placement across the top. Width 100%.
- When a page in the menu is selected, highlight that logo in the closed hamburger menu (so when the user opens the hamburger menu, they see which page is selected)
Comment Actions
Responding to review feedback. Navigation aid has been added above the Cashtab logo, and the active NavItem is highlighted.
Comment Actions
After some consideration, the visual navigation aid has been moved below the Cashtab logo.