From cfdab014c739c994f4a9399b62ab229a07b9eaa9 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Tue, 28 Jun 2022 16:33:39 +0530 Subject: [PATCH] refactor: allow smart tabs to render inactive tabs as an option --- .../components/collections/ChooseType.vue | 6 +++++- .../components/graphql/RequestOptions.vue | 1 + .../components/graphql/Sidebar.vue | 2 ++ .../components/http/RequestOptions.vue | 1 + .../components/http/Sidebar.vue | 1 + .../lenses/ResponseBodyRenderer.vue | 1 + .../components/realtime/LogEntry.vue | 6 +++++- .../hoppscotch-app/components/smart/Tab.vue | 19 ++++++++++++++++--- .../hoppscotch-app/components/smart/Tabs.vue | 7 +++++++ packages/hoppscotch-app/pages/profile.vue | 2 +- .../pages/realtime/Socketio.vue | 2 ++ .../pages/realtime/Websocket.vue | 1 + 12 files changed, 43 insertions(+), 6 deletions(-) diff --git a/packages/hoppscotch-app/components/collections/ChooseType.vue b/packages/hoppscotch-app/components/collections/ChooseType.vue index 4ecdb7fc4..bd9cce100 100644 --- a/packages/hoppscotch-app/components/collections/ChooseType.vue +++ b/packages/hoppscotch-app/components/collections/ChooseType.vue @@ -1,6 +1,10 @@