Skip to content

🐛(frontend) fix search-modal issues#254

Merged
jbpenrath merged 1 commit into
mainfrom
fix/share-modal-edit-dropdown-mobile
Jun 18, 2026
Merged

🐛(frontend) fix search-modal issues#254
jbpenrath merged 1 commit into
mainfrom
fix/share-modal-edit-dropdown-mobile

Conversation

@jbpenrath

@jbpenrath jbpenrath commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

QuickSearchItem takes an alwaysShowRight prop but this right container was only gated to isDesktop so on small viewports, no matter the value of alwaysShowRight items were hidden.

Then we also fix a little style issue with dark theme, the quick search input had the default browser background.

Before After
Capture d’écran 2026-06-16 à 08 53 22 Capture d’écran 2026-06-16 à 08 53 33

QuickSearchItem takes an `alwaysShowRight` prop but
this right container was only gated to `isDesktop` so
on small viewports, no matter the value of `alwaysShowRight`
items were hidden.

Then we also fix a little style issue with dark theme, the
quick search input had the default browser background.
@jbpenrath jbpenrath self-assigned this Jun 16, 2026
@jbpenrath jbpenrath merged commit 6954bbb into main Jun 18, 2026
12 checks passed
@jbpenrath jbpenrath deleted the fix/share-modal-edit-dropdown-mobile branch June 18, 2026 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants