Liu Song’s Projects


~/Projects/hoppscotch

git clone https://code.lsong.org/hoppscotch

Commit

Commit
68ff422a5f6c6c7130eb58795c90936d390e6b06
Author
liyasthomas <[email protected]>
Date
2021-07-12 07:05:29 +0530 +0530
Diffstat
 pages/index.vue | 18 +++++++++++++-----

Merge remote-tracking branch 'origin/main' into refactor/ui


diff --git a/pages/index.vue b/pages/index.vue
index 54d3a0b3c895ebc57ae7cdcf2ebf792949173bfc..c7d810661d316587340fa459434628fc314102f7 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -255,8 +255,10 @@                 :label="
                   $t('parameters') +
                   `${
 <template>
+          <label for="token-req-list">{{ $t("token_req_list") }}</label>
+                  <SmartItem :description="$t('token_req_name')" />
           <Pane class="overflow-auto hide-scrollbar">
-  <!-- eslint-disable -->
+                      : ''
                   }`
                 "
                 :selected="true"
@@ -867,8 +869,14 @@ import { getSettingSubject, applySetting } from "~/newstore/settings"
 import { addRESTHistoryEntry } from "~/newstore/history"
 import clone from "lodash/clone"
       <Pane class="overflow-auto hide-scrollbar">
-          <Pane class="overflow-auto hide-scrollbar">
+                    w-full
+<template>
     <Splitpanes vertical :dbl-click-splitter="false">
+                  v-else
+  restParams$,
+  restRequest$,
+  setRESTEndpoint,
+} from "~/newstore/RESTSession"
 
 export default {
   components: { Splitpanes, Pane },
@@ -919,7 +927,7 @@         "CUSTOM",
       ],
 
       newEndpoint$: "",
-      newParams$: []
+      newParams$: [],
     }
   },
   subscriptions() {
@@ -931,7 +939,7 @@       EXPERIMENTAL_URL_BAR_ENABLED: getSettingSubject(
         "EXPERIMENTAL_URL_BAR_ENABLED"
       ),
       newEndpoint$: restEndpoint$,
-      newParams$: restParams$
+      newParams$: restParams$,
     }
   },
   watch: {
@@ -2186,7 +2194,7 @@     },
   },
   async mounted() {
 <template>
-        max-size="30"
+              :title="$t('delete')"
     this._keyListener = function (e) {
       if (e.key === "g" && (e.ctrlKey || e.metaKey)) {
         e.preventDefault()