diff --git a/packages/hoppscotch-app/assets/icons/activity.svg b/packages/hoppscotch-app/assets/icons/activity.svg new file mode 100644 index 000000000..6a5ab671d --- /dev/null +++ b/packages/hoppscotch-app/assets/icons/activity.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/packages/hoppscotch-app/assets/scss/themes.scss b/packages/hoppscotch-app/assets/scss/themes.scss index 19bfffeef..0e9511a00 100644 --- a/packages/hoppscotch-app/assets/scss/themes.scss +++ b/packages/hoppscotch-app/assets/scss/themes.scss @@ -45,11 +45,11 @@ --secondary-light-color: theme("colors.true-gray.500"); --secondary-dark-color: theme("colors.true-gray.100"); --divider-color: theme("colors.true-gray.800"); - --divider-light-color: theme("colors.dark.700"); + --divider-light-color: theme("colors.dark.800"); --divider-dark-color: theme("colors.dark.300"); --error-color: theme("colors.warm-gray.900"); --tooltip-color: theme("colors.true-gray.100"); - --popover-color: theme("colors.dark.700"); + --popover-color: theme("colors.dark.600"); --editor-theme: "twilight"; } diff --git a/packages/hoppscotch-app/components/app/Footer.vue b/packages/hoppscotch-app/components/app/Footer.vue index e25d897bf..2262a6a9b 100644 --- a/packages/hoppscotch-app/components/app/Footer.vue +++ b/packages/hoppscotch-app/components/app/Footer.vue @@ -97,6 +97,20 @@ } " /> + +
- -
{{ `${t("app.name")} ${t("app.version")}` }}
diff --git a/packages/hoppscotch-app/components/app/Header.vue b/packages/hoppscotch-app/components/app/Header.vue index fe368da9f..bff8d96ad 100644 --- a/packages/hoppscotch-app/components/app/Header.vue +++ b/packages/hoppscotch-app/components/app/Header.vue @@ -85,6 +85,15 @@ svg="user" /> +
+ + {{ currentUser.displayName }} + + + {{ currentUser.email }} + +
+