chore(ui): minor ui improvements
This commit is contained in:
parent
1f637edd36
commit
32b362f9cc
4 changed files with 5 additions and 3 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
:root {
|
:root {
|
||||||
@apply antialiased;
|
@apply antialiased;
|
||||||
|
|
||||||
|
accent-color: var(--accent-color);
|
||||||
font-variant-ligatures: common-ligatures;
|
font-variant-ligatures: common-ligatures;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,7 @@
|
||||||
ref="previewFrame"
|
ref="previewFrame"
|
||||||
class="covers-response"
|
class="covers-response"
|
||||||
src="about:blank"
|
src="about:blank"
|
||||||
|
loading="lazy"
|
||||||
></iframe>
|
></iframe>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
|
|
@ -351,7 +351,7 @@
|
||||||
"light_mode": "Light",
|
"light_mode": "Light",
|
||||||
"official_proxy_hosting": "Official Proxy is hosted by Hoppscotch.",
|
"official_proxy_hosting": "Official Proxy is hosted by Hoppscotch.",
|
||||||
"profile": "Profile",
|
"profile": "Profile",
|
||||||
"profile_description": "Update you profile details",
|
"profile_description": "Update your profile details",
|
||||||
"profile_name": "Profile name",
|
"profile_name": "Profile name",
|
||||||
"proxy": "Proxy",
|
"proxy": "Proxy",
|
||||||
"proxy_url": "Proxy URL",
|
"proxy_url": "Proxy URL",
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@
|
||||||
{{ $t("settings.profile_description") }}
|
{{ $t("settings.profile_description") }}
|
||||||
</div>
|
</div>
|
||||||
<div class="py-4">
|
<div class="py-4">
|
||||||
<label for="selectLabelTeamAdd">
|
<label for="displayName">
|
||||||
{{ $t("settings.profile_name") }}
|
{{ $t("settings.profile_name") }}
|
||||||
</label>
|
</label>
|
||||||
<form
|
<form
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
@submit.prevent="updateDisplayName"
|
@submit.prevent="updateDisplayName"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
id="selectLabelTeamAdd"
|
id="displayName"
|
||||||
v-model="displayName"
|
v-model="displayName"
|
||||||
class="input"
|
class="input"
|
||||||
:placeholder="$t('settings.profile_name')"
|
:placeholder="$t('settings.profile_name')"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue