From 40c88b3e3577606c8f06a053fd374597d389b7d6 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sat, 6 Nov 2021 21:15:28 +0530 Subject: [PATCH] refactor(ui): better spacing and font-weight --- .../hoppscotch-app/components/app/Fuse.vue | 2 +- .../hoppscotch-app/components/app/Header.vue | 6 ++--- .../components/app/PowerSearch.vue | 6 ++++- .../components/app/PowerSearchEntry.vue | 25 +++++++++++-------- .../hoppscotch-app/components/app/Share.vue | 1 + .../components/app/Shortcuts.vue | 1 - .../components/button/Secondary.vue | 3 +-- .../components/collections/ChooseType.vue | 2 +- .../components/collections/index.vue | 2 ++ .../components/environments/Edit.vue | 3 ++- .../components/environments/index.vue | 1 + .../components/graphql/Request.vue | 1 - .../components/graphql/RequestOptions.vue | 1 + .../components/graphql/Response.vue | 2 +- .../components/graphql/Sidebar.vue | 4 +-- .../components/history/index.vue | 2 +- .../components/http/Authorization.vue | 1 + .../hoppscotch-app/components/http/Body.vue | 1 + .../components/http/BodyParameters.vue | 1 + .../components/http/Headers.vue | 1 + .../components/http/Parameters.vue | 1 + .../components/http/ResponseMeta.vue | 3 ++- .../components/http/TestResult.vue | 1 + .../components/realtime/Mqtt.vue | 1 - .../components/realtime/Socketio.vue | 1 - .../components/realtime/Sse.vue | 1 - .../components/realtime/Websocket.vue | 3 +-- .../hoppscotch-app/components/smart/Item.vue | 8 +++--- .../hoppscotch-app/components/smart/Modal.vue | 2 +- .../hoppscotch-app/components/smart/Tabs.vue | 1 - .../components/smart/Toggle.vue | 2 +- .../components/tab/Secondary.vue | 2 +- .../static/images/users/accenture.svg | 1 - .../static/images/users/bytedance.svg | 1 - .../static/images/users/decathlon.svg | 1 - .../static/images/users/github.svg | 1 - .../static/images/users/gojek.svg | 1 - .../static/images/users/google.svg | 1 - .../static/images/users/microsoft.svg | 1 - .../static/images/users/paytm.svg | 1 - .../static/images/users/twilio.svg | 1 - .../static/images/users/udemy.svg | 1 - .../static/images/users/zendesk.svg | 1 - .../static/images/users/zoho.svg | 1 - 44 files changed, 53 insertions(+), 51 deletions(-) delete mode 100644 packages/hoppscotch-app/static/images/users/accenture.svg delete mode 100644 packages/hoppscotch-app/static/images/users/bytedance.svg delete mode 100644 packages/hoppscotch-app/static/images/users/decathlon.svg delete mode 100644 packages/hoppscotch-app/static/images/users/github.svg delete mode 100644 packages/hoppscotch-app/static/images/users/gojek.svg delete mode 100644 packages/hoppscotch-app/static/images/users/google.svg delete mode 100644 packages/hoppscotch-app/static/images/users/microsoft.svg delete mode 100644 packages/hoppscotch-app/static/images/users/paytm.svg delete mode 100644 packages/hoppscotch-app/static/images/users/twilio.svg delete mode 100644 packages/hoppscotch-app/static/images/users/udemy.svg delete mode 100644 packages/hoppscotch-app/static/images/users/zendesk.svg delete mode 100644 packages/hoppscotch-app/static/images/users/zoho.svg diff --git a/packages/hoppscotch-app/components/app/Fuse.vue b/packages/hoppscotch-app/components/app/Fuse.vue index 3b018e93f..0de11459d 100644 --- a/packages/hoppscotch-app/components/app/Fuse.vue +++ b/packages/hoppscotch-app/components/app/Fuse.vue @@ -1,5 +1,5 @@