diff --git a/assets/css/styles.scss b/assets/css/styles.scss
index 8dbda9b9b..37a687fc5 100644
--- a/assets/css/styles.scss
+++ b/assets/css/styles.scss
@@ -136,9 +136,16 @@ fieldset {
}
legend {
+ display: flex;
+ align-items: center;
+ justify-content: center;
color: var(--fg-color);
font-weight: 600;
cursor: pointer;
+
+ i {
+ margin-left: 8px;
+ }
}
fieldset textarea,
diff --git a/components/history.vue b/components/history.vue
index bb01e1120..7c48f06e3 100644
--- a/components/history.vue
+++ b/components/history.vue
@@ -7,16 +7,16 @@
-
-
+
-
-
+
-
-
+
-
-
+
@@ -37,16 +37,12 @@
@@ -59,7 +55,10 @@
-
-
+
-
diff --git a/components/section.vue b/components/section.vue
index 7ad14174f..d49c09045 100644
--- a/components/section.vue
+++ b/components/section.vue
@@ -1,6 +1,6 @@
@@ -36,7 +35,8 @@
-
- Import
+ get_app
+ Import
@@ -69,21 +69,15 @@
-
-
+ share
Permalink
-
-
-
+ visibility
+ visibility_off
{{ isHidden ? 'Show Code' : 'Hide Code' }}
@@ -92,11 +86,7 @@
Send Again
-
-
-
+ send
@@ -130,9 +120,7 @@
@@ -140,9 +128,7 @@
-
-
+ add
Add New
@@ -158,10 +144,8 @@
-
- Reset
+ clear_all
+ Clear all
@@ -181,9 +165,7 @@
@@ -211,9 +193,7 @@
@@ -224,12 +204,8 @@
-
-
+ visibility
+ visibility_off
{{ previewEnabled ? 'Hide Preview' : 'Preview HTML' }}
@@ -247,9 +223,7 @@
@@ -271,12 +245,8 @@
-
-
-
+ visibility
+ visibility_off
@@ -298,9 +268,7 @@
@@ -318,9 +286,7 @@
-
@@ -328,9 +294,7 @@
-
-
+ add
Add New
@@ -347,9 +311,7 @@
@@ -367,9 +329,7 @@
@@ -377,9 +337,7 @@
-
-
+ add
Add New
@@ -465,8 +423,8 @@
data() {
return {
showModal: false,
- copyButton: '',
- copiedButton: '',
+ copyButton: 'file_copy',
+ copiedButton: 'done',
method: 'GET',
url: 'https://reqres.in',
auth: 'None',
@@ -1087,17 +1045,19 @@
break;
default:
this.method= 'GET',
- this.url= 'https://reqres.in',
- this.auth= 'None',
- this.path= '/api/users',
+ this.url = 'https://reqres.in',
+ this.auth = 'None',
+ this.path = '/api/users',
this.auth = 'None';
this.httpUser = '';
this.httpPassword = '';
this.headers = [];
this.params = [];
+ this.bodyParams = [];
+ this.rawParams = '';
}
this.$toast.error('Cleared', {
- icon: 'delete',
+ icon: 'clear_all',
position: 'bottom-center',
duration: 1000,
});
diff --git a/pages/websocket.vue b/pages/websocket.vue
index 25123abef..4dbe5a805 100644
--- a/pages/websocket.vue
+++ b/pages/websocket.vue
@@ -12,12 +12,8 @@
{{ toggleConnectionVerb }}
-
-
+ sync
+ sync_disabled
@@ -47,9 +43,7 @@
Send
-
+ send