T2207
Show a minified version of the wallet header when user scrolls down. Include CSS improvements for alignment of items in header.
Differential D15947
[Cashtab] Minify and pin wallet header on scroll bytesofman on Apr 11 2024, 13:29. Authored by
Details
T2207 Show a minified version of the wallet header when user scrolls down. Include CSS improvements for alignment of items in header. npm test, npm start and test scroll behavior and appearance. npm run extension and ok there too This diff is live at https://cashtab-local-dev.netlify.app for testing on mobile
Diff Detail
Event TimelineComment Actions Tested fine on desktop and extension, but on mobile it's got some cray cray clipping happening on the onboarding screen you can test it via d15947.netlify.app Comment Actions dang, was seeing this on desktop as well before implementing overflow-anchor: none; -- mb not supported on mobile, or needs to be extended for more support. will take a look. Comment Actions I can fix the content jumping without using the anchor rule. Needs some more thought. Might be better to just render a different component entirely instead of trying to css shim existing BalanceHeader (plus WalletLabel and associated wrappers). Components need to be better organized to do this right. Comment Actions better organization for styled components in App.js, better flex css for minified header, resolve content jump infinite css loop without use of anchor css rule |