diff --git a/packages/hoppscotch-app/components/app/Announcement.vue b/packages/hoppscotch-app/components/app/Announcement.vue index a86e3ade9..393ca82f9 100644 --- a/packages/hoppscotch-app/components/app/Announcement.vue +++ b/packages/hoppscotch-app/components/app/Announcement.vue @@ -1,6 +1,7 @@ -
+ diff --git a/packages/hoppscotch-app/components/http/CodegenModal.vue b/packages/hoppscotch-app/components/http/CodegenModal.vue index aca7a7531..2940ce0ac 100644 --- a/packages/hoppscotch-app/components/http/CodegenModal.vue +++ b/packages/hoppscotch-app/components/http/CodegenModal.vue @@ -31,7 +31,7 @@ :placeholder="`${t('action.search')}`" />
-
+ @@ -69,6 +71,7 @@ ref="sendTippyActions" class="flex flex-col focus:outline-none" tabindex="0" + role="menu" @keyup.c="curl.$el.click()" @keyup.s="show.$el.click()" @keyup.delete="clearAll.$el.click()" @@ -150,6 +153,7 @@ ref="saveTippyActions" class="flex flex-col focus:outline-none" tabindex="0" + role="menu" @keyup.c="copyRequestAction.$el.click()" @keyup.s="saveRequestAction.$el.click()" @keyup.escape="saveOptions.tippy().hide()" diff --git a/packages/hoppscotch-app/components/http/TestResult.vue b/packages/hoppscotch-app/components/http/TestResult.vue index a8aa8e469..195152114 100644 --- a/packages/hoppscotch-app/components/http/TestResult.vue +++ b/packages/hoppscotch-app/components/http/TestResult.vue @@ -37,6 +37,7 @@