Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABC8c05d635fa04: [Cashtab] Fixate header
npm test
npm start
click on a few txs to expand their contains and take up extra vertical space, scroll up and down and ensure the header and footers are fixed
npm run build, or load d15277.netlify.app on ios and android mobile devices and ensure header is fixed while scrolling history
npm run extension and ensure the same fixed header behavior
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
cashtab/src/components/App.js | ||
---|---|---|
185–199 ↗ | (On Diff #44573) | do we really need all of these props? z-index:2 -> why? |
cashtab/src/components/App.js | ||
---|---|---|
185–199 ↗ | (On Diff #44573) | z-index:2 -> so it's on the same layer as the tx history and footer, otherwise the tx history will scroll in front of the header height: 180px -> you're right, having this height does not reduce the overall header on fiat price error Hence I've removed it and it now dynamically reduces the balance height on api error border-top -> yup this can go, removed. Retested on mobile and extension, all good. (d15277.netlify.app also updated) |
no version bump
cashtab/src/assets/styles/theme.js | ||
---|---|---|
10 ↗ | (On Diff #44601) | if this is the same as footerBackground, do not add a new key change footerBackground to headerAndFooterBg and use that |