Related to T2734. Message signing and verification collapses should be on their own screen. Part one of this diff includes creating the custom icon component and adding the new option to the hamburger nav menu
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABC97fb4118b0a6: [Cashtab][Pt 1/4] Move message signing and verification to new screen - Create…
cd web/cashtab && npm start
open the hamburger menu
observe that there is a new NavItem 'Sign & Verify Messages'
Per review feedback in D1241, styling has been fixed to center NavItem text.
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
In general, if you have "and" in the title of your diff -- esp for a stacked diff --- it should be more than one diff
You actually have two changes here.
Since it's just styling and I get that it's a pretty big PITA to update a stacked diff with 4 parts so that part 1 is actually 2 parts, np for this time. But going forward, try to make every change as small as possible.
For example, this diff could be three diffs
- Adding the new custom icon (only change is to CustomIcons.js)
- Adding the custom icon to the menu for extension and normal + a stub page for sign + verify (just a template page)
- Fixing the formatting of the menu
It's almost impossible to make a diff that is "too small" as part of this kind of a stack. It simplifies the review process and also helps to organize your thinking about how the change is implemented.