diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index e5775d22..38142a35 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -150,7 +150,7 @@ "options": "Options", "proxy_privacy_policy": "Proxy privacy policy", "reload": "Reload", - "search": "Search", + "search": "Search and commands", "share": "Share", "shortcuts": "Shortcuts", "social_description": "Follow us on social media to stay updated with the latest news, updates and releases.", diff --git a/packages/hoppscotch-common/src/components/app/SpotlightSearch.vue b/packages/hoppscotch-common/src/components/app/SpotlightSearch.vue index 6704390b..01acbde2 100644 --- a/packages/hoppscotch-common/src/components/app/SpotlightSearch.vue +++ b/packages/hoppscotch-common/src/components/app/SpotlightSearch.vue @@ -1,135 +1,24 @@ - - { - invokeAction('modals.search.toggle', undefined, 'mouseclick') - !HAS_OPENED_SPOTLIGHT && toggleSetting('HAS_OPENED_SPOTLIGHT') - } - " - > - - - - {{ t("spotlight.phrases.try") }} - - - "{{ t(phrase.text) }}" - - - - - {{ t("app.search") }} - - - - {{ getPlatformSpecialKey() }} - K - - - + + + + {{ t("app.search") }} + + + {{ getPlatformSpecialKey() }} + K + + - -