From b9c233cdf94f6ede946dacac0d149b3c0847ee0b Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Wed, 18 Aug 2021 13:30:01 +0530 Subject: [PATCH] refactor(ui): better remove, delete icons, and select components --- assets/scss/themes.scss | 2 +- components/app/Header.vue | 2 +- components/app/Sidenav.vue | 1 + components/collections/graphql/Collection.vue | 4 +- components/collections/graphql/Folder.vue | 4 +- components/collections/graphql/Request.vue | 4 +- components/collections/my/Collection.vue | 6 +- components/collections/my/Folder.vue | 4 +- components/collections/my/Request.vue | 4 +- components/collections/teams/Collection.vue | 6 +- components/collections/teams/Folder.vue | 4 +- components/collections/teams/Request.vue | 4 +- components/environments/Edit.vue | 4 +- components/environments/Environment.vue | 4 +- components/environments/index.vue | 65 +++++++++++-------- components/firebase/Login.vue | 12 ++-- components/graphql/RequestOptions.vue | 4 +- components/history/graphql/Card.vue | 2 +- components/history/index.vue | 2 +- components/history/rest/Card.vue | 2 +- components/http/Authorization.vue | 2 +- components/http/BodyParameters.vue | 4 +- components/http/CodegenModal.vue | 52 +++++++-------- components/http/Headers.vue | 4 +- components/http/Parameters.vue | 4 +- components/http/PreRequestScript.vue | 2 +- components/http/RawBody.vue | 2 +- components/http/Request.vue | 2 +- components/http/TestResult.vue | 2 +- components/http/Tests.vue | 2 +- components/http/TokenList.vue | 4 +- components/realtime/Socketio.vue | 2 +- components/realtime/Websocket.vue | 4 +- components/teams/Edit.vue | 4 +- components/teams/Team.vue | 4 +- locales/en.json | 15 +++-- pages/documentation.vue | 2 +- 37 files changed, 130 insertions(+), 121 deletions(-) diff --git a/assets/scss/themes.scss b/assets/scss/themes.scss index 0635c06d0..1fcdaf4a2 100644 --- a/assets/scss/themes.scss +++ b/assets/scss/themes.scss @@ -41,7 +41,7 @@ // Dark Background color --primary-dark-color: theme("colors.blue-gray.100"); // Text color - --secondary-color: theme("colors.blue-gray.600"); + --secondary-color: theme("colors.blue-gray.500"); // Light Text color --secondary-light-color: theme("colors.blue-gray.400"); // Dark Text color diff --git a/components/app/Header.vue b/components/app/Header.vue index 3cee83eda..63cab3c3e 100644 --- a/components/app/Header.vue +++ b/components/app/Header.vue @@ -5,7 +5,7 @@ >
diff --git a/components/app/Sidenav.vue b/components/app/Sidenav.vue index 3cd980ad4..107ec4d42 100644 --- a/components/app/Sidenav.vue +++ b/components/app/Sidenav.vue @@ -6,6 +6,7 @@ :key="`navigation-${index}`" :to="localePath(navigation.target)" class="nav-link" + tabindex="0" > {{ navigation.icon }} diff --git a/components/collections/graphql/Collection.vue b/components/collections/graphql/Collection.vue index ccd94c56c..2f6b6313f 100644 --- a/components/collections/graphql/Collection.vue +++ b/components/collections/graphql/Collection.vue @@ -77,9 +77,9 @@ " /> -
-