-
-
+
-
-
+
-
-
- {{entry.status}}
+
+ {{entry.status}}
-
-
+
-
-
+
-
-
-
-
+
edit
@@ -56,7 +111,7 @@
-
-
+
-
-
+
clear_all
Clear All
@@ -75,36 +135,52 @@
-
- Yes
-
-
- No
-
+ Yes
+ No
-
-
diff --git a/components/logo.vue b/components/logo.vue
index 3e080efe6..46cee36b3 100644
--- a/components/logo.vue
+++ b/components/logo.vue
@@ -1,11 +1,34 @@
-
@@ -59,8 +59,8 @@
margin: $handleSpacing;
background-color: $inactiveHandleColor;
- width: #{ $height - ($handleSpacing * 2) };
- height: #{ $height - ($handleSpacing * 2) };
+ width: #{$height - ($handleSpacing * 2)};
+ height: #{$height - ($handleSpacing * 2)};
border-radius: 100px;
pointer-events: none;
@@ -77,14 +77,12 @@
}
}
}
-
diff --git a/directives/textareaAutoHeight.js b/directives/textareaAutoHeight.js
index 10a566ac5..6914d99d3 100644
--- a/directives/textareaAutoHeight.js
+++ b/directives/textareaAutoHeight.js
@@ -1,8 +1,8 @@
export default {
- name: "textareaAutoHeight",
- update(element) {
- if (element.scrollHeight !== element.clientHeight) {
- element.style.minHeight = `${element.scrollHeight}px`;
+ name: "textareaAutoHeight",
+ update(element) {
+ if (element.scrollHeight !== element.clientHeight) {
+ element.style.minHeight = `${element.scrollHeight}px`;
+ }
}
- }
}
diff --git a/layouts/default.vue b/layouts/default.vue
index dbb10401e..61e5ce44d 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -4,7 +4,9 @@
- Postwoman
+
+ Postwoman
+
API request builder
@@ -12,25 +14,33 @@
+ -->
HTTP
WebSocket
-
+
-
+
+