-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat / Hero and HeroShelf improvements #642
Conversation
Visit the preview URL for this PR (updated for commit ed17096): https://ottwebapp--pr642-feat-hero-shelf-upda-dw7onm3d.web.app (expires Sat, 14 Dec 2024 13:44:56 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c198f8a3a199ba8747819f7f1e45cf602b777529 |
refactor(home): align tablet with mobile
refactor(home): make swipeslider more stable refactor(home): optimize heroshelf landscape
4425900
to
b06fc10
Compare
packages/ui-react/src/components/HeroShelf/HeroShelf.module.scss
Outdated
Show resolved
Hide resolved
refactor(home): minor style updates refactor: minor update
Thanks for the thorough testing @langemike! My last commit fixes the issues you mentioned. |
a41a0cd
to
ed17096
Compare
Better but the video details section does a weird jump now during the slide animation.
Ok. Good to know! I think the fade out to 0.1 still happens quite late. But I can live with that. updated video recording: ps. This can also be reproduced in Chrome using "responsive mode" using 2340x1080 or compatible screen size. |
It's a compromise on mobile landscape, to bring the best experience on more common viewports (mobile portrait, tablet and desktop). The only alternative I see is introducing more variation for the scroll/fade position, but since it is done from javascript, I prefer to keep it simple. But open to suggestions. |
Description
This PR improves the Hero and HeroShelf and removes Card shadow:
Steps completed:
According to our definition of done, I have completed the following steps: