From 111a947413f09813161f883eab1ff8b9fe48c143 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Mon, 14 Jun 2021 09:55:27 +0530 Subject: [PATCH 01/12] feat: minor ui tweaks --- components/app/Section.vue | 2 +- components/collections/SaveRequest.vue | 1 + components/collections/graphql/Collection.vue | 2 +- components/collections/graphql/Folder.vue | 2 +- components/collections/graphql/Request.vue | 2 +- components/collections/graphql/index.vue | 14 +++----------- components/collections/index.vue | 11 +++-------- components/collections/my/Collection.vue | 2 +- components/collections/my/Folder.vue | 2 +- components/collections/my/Request.vue | 2 +- components/collections/teams/Collection.vue | 2 +- components/collections/teams/Folder.vue | 2 +- components/collections/teams/Request.vue | 2 +- components/environments/index.vue | 7 +------ components/history/index.vue | 2 +- components/http/Headers.vue | 2 +- components/http/Notes.vue | 2 +- components/http/Parameters.vue | 2 +- components/http/Response.vue | 2 +- components/realtime/Mqtt.vue | 4 ++-- components/realtime/Socketio.vue | 9 ++------- components/realtime/Sse.vue | 9 ++------- components/realtime/Websocket.vue | 9 ++------- components/teams/index.vue | 8 +------- pages/doc.vue | 4 ++-- pages/graphql.vue | 14 +++++++------- pages/index.vue | 13 ++----------- pages/settings.vue | 10 +++++----- 28 files changed, 48 insertions(+), 95 deletions(-) diff --git a/components/app/Section.vue b/components/app/Section.vue index 2bb6c204f..5e302addf 100644 --- a/components/app/Section.vue +++ b/components/app/Section.vue @@ -26,7 +26,7 @@ export default Vue.extend({ }, noLegend: { type: Boolean, - default: false, + default: true, }, }, computed: { diff --git a/components/collections/SaveRequest.vue b/components/collections/SaveRequest.vue index 90daea20b..349963ae7 100644 --- a/components/collections/SaveRequest.vue +++ b/components/collections/SaveRequest.vue @@ -232,6 +232,7 @@ export default { this.hideModal() }, hideModal() { + this.picked = null this.$emit("hide-modal") }, }, diff --git a/components/collections/graphql/Collection.vue b/components/collections/graphql/Collection.vue index fef0716ae..968bc61be 100644 --- a/components/collections/graphql/Collection.vue +++ b/components/collections/graphql/Collection.vue @@ -36,7 +36,7 @@ > topic - + diff --git a/components/collections/graphql/Folder.vue b/components/collections/graphql/Folder.vue index f1d257537..a3ebf90ae 100644 --- a/components/collections/graphql/Folder.vue +++ b/components/collections/graphql/Folder.vue @@ -28,7 +28,7 @@ {{ folder.name }} - + diff --git a/components/collections/graphql/Request.vue b/components/collections/graphql/Request.vue index 3c1156604..0aede5b7d 100644 --- a/components/collections/graphql/Request.vue +++ b/components/collections/graphql/Request.vue @@ -25,7 +25,7 @@ {{ request.name }} - + diff --git a/components/collections/graphql/index.vue b/components/collections/graphql/index.vue index 8c134a3b0..e493f54d7 100644 --- a/components/collections/graphql/index.vue +++ b/components/collections/graphql/index.vue @@ -1,12 +1,8 @@