chore(ui): minor ui improvements

This commit is contained in:
liyasthomas
2021-11-12 17:52:27 +05:30
parent 1f637edd36
commit 32b362f9cc
4 changed files with 5 additions and 3 deletions

View File

@@ -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;
} }

View File

@@ -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>

View File

@@ -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",

View File

@@ -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')"