Page MenuHomePhabricator

[Cashtab] Always show send button on send screen
Needs RevisionPublic

Authored by bytesofman on Sat, Feb 1, 23:16.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Summary

T3724

Make sure the Send button is always visible. User can still scroll to review tx.

Test Plan

npm test

check out the test site to see how it looks / works

https://cashtab-local-dev.netlify.app/

Diff Detail

Repository
rABC Bitcoin ABC
Branch
sendbtn-always-on-top
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32287
Build 64064: Build Diffcashtab-tests
Build 64063: arc lint + arc unit

Event Timeline

bytesofman published this revision for review.Sat, Feb 1, 23:48

version bump + extension bump

emack requested changes to this revision.Sun, Feb 2, 05:00
emack added a subscriber: emack.

On extension the Send button is aligned left, which is correct but the rest of the component is overflowing off to the right as per current behavior. Makes the Send button almost look like a pop up not to mention it covers the labels beneath it.

image.png (1×627 px, 99 KB)

This revision now requires changes to proceed.Sun, Feb 2, 05:00