-
-
+
-
-
+
-
-
- {{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..6f9837e7b 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -4,7 +4,9 @@
- Postwoman
+
+ Postwoman
+
API request builder
@@ -12,13 +14,20 @@
+ -->
HTTP
WebSocket
-
+
-
+
@@ -30,7 +39,7 @@
+
+
diff --git a/layouts/error.vue b/layouts/error.vue
index f2f332fdd..fc1e912e1 100644
--- a/layouts/error.vue
+++ b/layouts/error.vue
@@ -1,10 +1,16 @@
-

+
{{ error.statusCode }}
{{ error.message }}
-
Go Home
-
Reload
+
+
+ Go Home
+
+
+
+ Reload
+
@@ -25,20 +31,20 @@
diff --git a/middleware/parsedefaulturl.js b/middleware/parsedefaulturl.js
index 90fb6cf92..042f21cac 100644
--- a/middleware/parsedefaulturl.js
+++ b/middleware/parsedefaulturl.js
@@ -1,5 +1,8 @@
-export default function({ route, redirect }) {
- if(route.fullPath !== '/') {
+export default function ({
+ route,
+ redirect
+}) {
+ if (route.fullPath !== '/') {
return redirect('/');
}
-}
\ No newline at end of file
+}
diff --git a/pages/index.vue b/pages/index.vue
index f92021c01..4a97861a8 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -2,8 +2,8 @@
@@ -54,37 +54,62 @@
-
-
+
-
-
+
-
-
+
-
- Send Again
- send
+ Send
+ Again
+
+ send
+
-
+
-
- Content Type
+ Content Type
-
-
- Raw Input {{ rawInput ? "Enabled" : "Disabled" }}
-
+ Raw Input {{ rawInput ? "Enabled" : "Disabled" }}
@@ -92,15 +117,34 @@
-
+
import_export
-
+
visibility
visibility_off
-
+
share
-
+
save
-
+
clear_all
@@ -167,13 +242,24 @@
-
+
file_copy
Copy
-
+
@@ -181,13 +267,21 @@
-
{{response.body}}
-
+
{{response.body}}
+
-
+
-
-
- -
-
- Proxy {{ settings.PROXY_ENABLED ? "enabled" : "disabled" }}
-
-
-
+
+
+ -
+ Proxy {{ settings.PROXY_ENABLED ? "enabled" : "disabled" }}
+
+
-
-
+
+
diff --git a/pages/websocket.vue b/pages/websocket.vue
index 34d806b63..c70884149 100644
--- a/pages/websocket.vue
+++ b/pages/websocket.vue
@@ -4,7 +4,13 @@
-
+