From a82360b283f17de2dc72dacc1f30e07d285f1e8f Mon Sep 17 00:00:00 2001 From: padreug Date: Fri, 26 Sep 2025 10:40:58 +0200 Subject: [PATCH] Enhance MarketFuzzySearch component with responsive keyboard hints - Updated the keyboard shortcuts hint to display only on desktop devices, improving usability for users on larger screens. - Introduced responsive breakpoints to manage the visibility of the enhanced placeholder, ensuring a better user experience across different device sizes. These changes refine the search component by tailoring the interface to the user's device, enhancing accessibility and interaction. --- src/modules/market/components/MarketFuzzySearch.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/modules/market/components/MarketFuzzySearch.vue b/src/modules/market/components/MarketFuzzySearch.vue index ec367f7..5054398 100644 --- a/src/modules/market/components/MarketFuzzySearch.vue +++ b/src/modules/market/components/MarketFuzzySearch.vue @@ -20,7 +20,7 @@
-