Related to T2772. Moved multi-recipients switch out of the Advanced collapse.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABCf00dba6af1d9: [Cashtab][Move msg switch p1] Move multi recipients switch out of the Advanvced…
cd web/cashtab && npm start
navigate to send screen
observe that the multiple recipients switch sits above the Address form input
use the switch
observe that the switch's functionality is otherwise unchanged
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
- Still some content jumping when you hit the switch. I'm seeing the "Send" button and "Advanced" collapse hop up when the switch is turned on, then hop down when it's turned off.
- Now that "Advanced" collapse only includes messaging options, it should be retitled "Message", + an envelope or some other appropriate icon. this should be in part 2 of a stacked diff
Comment Actions
Responding to review feedback, content jumping has been addressed. Instead of conditionally rendering the single and multi address inputs, they have been placed in a div with a fixed min-height. Oon click the max-height of the single / multi address input is reduced to 0.