diff --git a/packages/hoppscotch-app/assets/icons/verified.svg b/packages/hoppscotch-app/assets/icons/verified.svg new file mode 100644 index 000000000..2a2c4e926 --- /dev/null +++ b/packages/hoppscotch-app/assets/icons/verified.svg @@ -0,0 +1 @@ + diff --git a/packages/hoppscotch-app/components/app/Header.vue b/packages/hoppscotch-app/components/app/Header.vue index 283e58b48..04804d63f 100644 --- a/packages/hoppscotch-app/components/app/Header.vue +++ b/packages/hoppscotch-app/components/app/Header.vue @@ -69,6 +69,12 @@ svg="user" /> + -

- {{ $t("team.title") }} -

-
- -
-
+
+
+
+
+
+ +
+
+
+ + +
+ +

+ {{ currentUser.email || $t("state.nothing_found") }} + +

+
+
+ + +
+

+ {{ $t("settings.sync") }} +

+
+ {{ $t("settings.sync_description") }} +
+
+
+ + {{ $t("settings.sync_collections") }} + +
+
+ + {{ $t("settings.sync_environments") }} + +
+
+ + {{ $t("settings.sync_history") }} + +
+
+
+
+ + + + + +
+
+
+ +
+
+ + + diff --git a/packages/hoppscotch-app/pages/settings.vue b/packages/hoppscotch-app/pages/settings.vue index 27bad3436..3229a1ff2 100644 --- a/packages/hoppscotch-app/pages/settings.vue +++ b/packages/hoppscotch-app/pages/settings.vue @@ -1,104 +1,6 @@