From c223b251d6a6b47955dfbc249cbbeccdc5872d52 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Tue, 30 Jun 2020 07:39:28 +0530 Subject: [PATCH] UI improvements --- assets/css/styles.scss | 5 +++++ components/collections/index.vue | 5 +---- components/environments/index.vue | 5 +---- components/layout/history.vue | 4 ++-- components/lenses/renderers/JSONLensRenderer.vue | 8 +------- 5 files changed, 10 insertions(+), 17 deletions(-) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 0583e163b..7a9d668fe 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -286,6 +286,11 @@ hr { .info:not(.toasted) { margin-left: 4px; color: var(--fg-light-color); + + .material-icons { + vertical-align: middle; + margin-right: 8px; + } } .bg-color { diff --git a/components/collections/index.vue b/components/collections/index.vue index 2aac7dad7..510dbefd7 100644 --- a/components/collections/index.vue +++ b/components/collections/index.vue @@ -62,7 +62,7 @@ TODO:

- Create new collection + help_outline Create new collection

diff --git a/components/environments/index.vue b/components/environments/index.vue index 6d6f76085..716d3bd9d 100644 --- a/components/environments/index.vue +++ b/components/environments/index.vue @@ -25,7 +25,7 @@

- Create new environment + help_outline Create new environment

    @@ -37,9 +37,6 @@ @select-environment="$emit('use-environment', environment)" /> -
  • - -
diff --git a/components/layout/history.vue b/components/layout/history.vue index fe2bd9c89..778346c81 100644 --- a/components/layout/history.vue +++ b/components/layout/history.vue @@ -154,7 +154,7 @@

- {{ $t("history_empty") }} + schedule {{ $t("history_empty") }}

@@ -221,7 +221,7 @@
- Invalid JSON detected +

error_outline Invalid JSON

- -