From f80a0cbd07ebbe8a3627b32049069d380b21d846 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 25 Aug 2019 14:03:15 +0530 Subject: [PATCH 01/14] Fixing CI build errors --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 46a545351..8aa80c5b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,10 +35,10 @@ notifications: deploy: provider: pages - skip_cleanup: true + skip-cleanup: true # Refer to: https://docs.travis-ci.com/user/deployment/pages/#Setting-the-GitHub-token - github_token: $GITHUB_ACCESS_TOKEN + github-token: $GITHUB_ACCESS_TOKEN target-branch: gh-pages - local_dir: dist + local-dir: dist on: - branch: master \ No newline at end of file + branch: master From 1a89a1b5f54b3d39cb296b27a5d556ade063e828 Mon Sep 17 00:00:00 2001 From: izerozlu Date: Sun, 25 Aug 2019 11:37:21 +0300 Subject: [PATCH 02/14] Entry status color added. --- assets/css/styles.scss | 15 +++++- components/section.vue | 4 +- pages/index.vue | 104 +++++++++++++++++++++++------------------ 3 files changed, 74 insertions(+), 49 deletions(-) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 6fc3f46ab..7007764c7 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -269,4 +269,17 @@ ol li { .sv-error-response { background-color: #b71c1c; -} \ No newline at end of file +} + +fieldset#history { + .method-list-item { + position: relative; + + span { + position: absolute; + top: 32px; + right: 8px; + color: #E0E0E0; + } + } +} diff --git a/components/section.vue b/components/section.vue index 4d2af5b5e..5f290c4e1 100644 --- a/components/section.vue +++ b/components/section.vue @@ -1,5 +1,5 @@ From e1889c1db05f2e8f0ae35194d5a021ff47109e1e Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Mon, 26 Aug 2019 14:37:02 +0530 Subject: [PATCH 13/14] :art: Updated status color codes --- assets/css/styles.scss | 10 +++++----- pages/websocket.vue | 19 ++++++------------- 2 files changed, 11 insertions(+), 18 deletions(-) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 05362c9ec..0bba48c1a 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -262,21 +262,21 @@ ol li { } .info-response { - background-color: #ffeb3b; + background-color: #FFEB3B; } .success-response { - background-color: #66BB6A; + background-color: #4BB543; } .redir-response { - background-color: #ff5722; + background-color: #FF5722; } .cl-error-response { - background-color: #ef5350; + background-color: #A63232; } .sv-error-response { - background-color: #b71c1c; + background-color: #B71C1C; } diff --git a/pages/websocket.vue b/pages/websocket.vue index cb24a92ca..cd371346c 100644 --- a/pages/websocket.vue +++ b/pages/websocket.vue @@ -7,9 +7,9 @@ -
  • +
  • - +
  • @@ -18,7 +18,7 @@
    • -
      +
      {{ getSourcePrefix(logEntry.source) }} {{ logEntry.payload }} @@ -33,9 +33,9 @@
    • -
    • +
    • - +
    @@ -44,13 +44,6 @@