diff --git a/packages/hoppscotch-app/assets/scss/styles.scss b/packages/hoppscotch-app/assets/scss/styles.scss index 299520da..049c1cc5 100644 --- a/packages/hoppscotch-app/assets/scss/styles.scss +++ b/packages/hoppscotch-app/assets/scss/styles.scss @@ -7,6 +7,7 @@ :root { @apply antialiased; + accent-color: var(--accent-color); font-variant-ligatures: common-ligatures; } diff --git a/packages/hoppscotch-app/components/lenses/renderers/HTMLLensRenderer.vue b/packages/hoppscotch-app/components/lenses/renderers/HTMLLensRenderer.vue index 85f4d4c6..899e8b0e 100644 --- a/packages/hoppscotch-app/components/lenses/renderers/HTMLLensRenderer.vue +++ b/packages/hoppscotch-app/components/lenses/renderers/HTMLLensRenderer.vue @@ -58,6 +58,7 @@ ref="previewFrame" class="covers-response" src="about:blank" + loading="lazy" > diff --git a/packages/hoppscotch-app/locales/en.json b/packages/hoppscotch-app/locales/en.json index 54b897b6..533cf8a4 100644 --- a/packages/hoppscotch-app/locales/en.json +++ b/packages/hoppscotch-app/locales/en.json @@ -351,7 +351,7 @@ "light_mode": "Light", "official_proxy_hosting": "Official Proxy is hosted by Hoppscotch.", "profile": "Profile", - "profile_description": "Update you profile details", + "profile_description": "Update your profile details", "profile_name": "Profile name", "proxy": "Proxy", "proxy_url": "Proxy URL", diff --git a/packages/hoppscotch-app/pages/profile.vue b/packages/hoppscotch-app/pages/profile.vue index 56662843..dc0ad361 100644 --- a/packages/hoppscotch-app/pages/profile.vue +++ b/packages/hoppscotch-app/pages/profile.vue @@ -62,7 +62,7 @@ {{ $t("settings.profile_description") }}