[PR #2746] [MERGED] feat: use email as fallback for display name #4038

Closed
opened 2026-03-17 01:36:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2746
Author: @amk-dev
Created: 10/6/2022
Status: Merged
Merged: 10/6/2022
Merged by: @AndrewBastin

Base: mainHead: feat/use-email-fallback-for-display-name


📝 Commits (3)

  • 5b230f6 feat: use email as fallback for display name
  • 5353daf feat: change name to Unnamed User when displayname is not present
  • 335206f chore: add email fallback on join team section

📊 Changes

8 files changed (+31 additions, -13 deletions)

View changed files

📝 packages/hoppscotch-app/locales/en.json (+1 -1)
📝 packages/hoppscotch-app/src/components.d.ts (+1 -0)
📝 packages/hoppscotch-app/src/components/app/Footer.vue (+7 -5)
📝 packages/hoppscotch-app/src/components/app/Header.vue (+7 -2)
📝 packages/hoppscotch-app/src/components/teams/Team.vue (+7 -2)
📝 packages/hoppscotch-app/src/helpers/backend/gql/queries/GetInviteDetails.graphql (+1 -0)
📝 packages/hoppscotch-app/src/pages/join-team.vue (+2 -1)
📝 packages/hoppscotch-app/src/pages/profile.vue (+5 -2)

📄 Description

Description

use email as fallback for display name in profile picture initials


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2746 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 10/6/2022 **Status:** ✅ Merged **Merged:** 10/6/2022 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `main` ← **Head:** `feat/use-email-fallback-for-display-name` --- ### 📝 Commits (3) - [`5b230f6`](https://github.com/hoppscotch/hoppscotch/commit/5b230f6d2351474f2fa67b52c8176e78d6a64239) feat: use email as fallback for display name - [`5353daf`](https://github.com/hoppscotch/hoppscotch/commit/5353daf867e0305cf21caf47455d1bb3717437bf) feat: change name to Unnamed User when displayname is not present - [`335206f`](https://github.com/hoppscotch/hoppscotch/commit/335206fdfcbb02f6d39687ce8f75bf3b36585a3c) chore: add email fallback on join team section ### 📊 Changes **8 files changed** (+31 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/locales/en.json` (+1 -1) 📝 `packages/hoppscotch-app/src/components.d.ts` (+1 -0) 📝 `packages/hoppscotch-app/src/components/app/Footer.vue` (+7 -5) 📝 `packages/hoppscotch-app/src/components/app/Header.vue` (+7 -2) 📝 `packages/hoppscotch-app/src/components/teams/Team.vue` (+7 -2) 📝 `packages/hoppscotch-app/src/helpers/backend/gql/queries/GetInviteDetails.graphql` (+1 -0) 📝 `packages/hoppscotch-app/src/pages/join-team.vue` (+2 -1) 📝 `packages/hoppscotch-app/src/pages/profile.vue` (+5 -2) </details> ### 📄 Description Description use email as fallback for display name in profile picture initials --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:36:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4038
No description provided.