Conversation
…n fills - Center window dots and right-align feature chips on xs; stretch header row for alignment - Right-align playback controls on mobile; caption text follows - Override IconButton hover/focus/active so circular backgrounds persist after click Co-authored-by: Max Kayander <mkayander@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Override MUI hover:none transparent background so sticky :hover keeps --IconButton-hoverBg - Add focus-visible and active backgrounds from palette.action for keyboard and press feedback - Drop redundant hero preview IconButton sx now covered by theme defaults Co-authored-by: Max Kayander <mkayander@users.noreply.github.com>
github-actions bot
pushed a commit
that referenced
this pull request
Apr 7, 2026
## [1.374.2](v1.374.1...v1.374.2) (2026-04-07) ### Bug Fixes * **home:** mobile hero preview alignment and IconButton backgrounds ([#120](#120)) ([1bd9f0c](1bd9f0c))
|
🎉 This PR is included in version 1.374.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
xsso rows can span full width. Traffic-light dots stay centered; Play / Replay / Callstack chips are right-aligned. Playback controls are right-aligned on mobile; helper caption matches.MuiIconButtonnow fixes MUI’s&:hover+@media (hover: none)rule that forced transparent background after touch (sticky hover), so custom restingbgcoloris no longer wiped on mobile. Focus-visible usespalette.action.focusand active usespalette.action.selectedfor consistent keyboard/press feedback everywhere.IconButtons only set restingbgcolor/color; hover/focus/active come from the theme like the rest of the app.Testing
pnpm exec vitest run src/features/homePage/ui/landing/__tests__/HomeLandingHeroPreviewRuntime.test.tsxpnpm exec eslinton touched files;tsc --noEmit