[PR #3247] [CLOSED] fix: don't allow delete profile & create team #4305

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3247
Author: @tuzebra
Created: 8/7/2023
Status: Closed

Base: mainHead: self-host-patch


📝 Commits (1)

  • 22da4aa fix: don't allow delete profile & create team

📊 Changes

12 files changed (+127 additions, -19 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+3 -2)
📝 packages/hoppscotch-common/locales/sv.json (+2 -1)
📝 packages/hoppscotch-common/src/components.d.ts (+36 -0)
📝 packages/hoppscotch-common/src/components/app/Footer.vue (+7 -0)
📝 packages/hoppscotch-common/src/components/app/Header.vue (+21 -5)
📝 packages/hoppscotch-common/src/components/app/Support.vue (+5 -0)
📝 packages/hoppscotch-common/src/components/collections/graphql/index.vue (+5 -3)
📝 packages/hoppscotch-common/src/components/profile/UserDelete.vue (+3 -1)
📝 packages/hoppscotch-common/src/components/teams/Team.vue (+14 -3)
📝 packages/hoppscotch-common/src/components/teams/index.vue (+12 -1)
📝 packages/hoppscotch-common/src/components/workspace/Selector.vue (+12 -1)
📝 packages/hoppscotch-common/src/pages/profile.vue (+7 -2)

📄 Description

No description provided


🔄 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/3247 **Author:** [@tuzebra](https://github.com/tuzebra) **Created:** 8/7/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `self-host-patch` --- ### 📝 Commits (1) - [`22da4aa`](https://github.com/hoppscotch/hoppscotch/commit/22da4aa6dda1295ed95faf3479a1852cc86425ec) fix: don't allow delete profile & create team ### 📊 Changes **12 files changed** (+127 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+3 -2) 📝 `packages/hoppscotch-common/locales/sv.json` (+2 -1) 📝 `packages/hoppscotch-common/src/components.d.ts` (+36 -0) 📝 `packages/hoppscotch-common/src/components/app/Footer.vue` (+7 -0) 📝 `packages/hoppscotch-common/src/components/app/Header.vue` (+21 -5) 📝 `packages/hoppscotch-common/src/components/app/Support.vue` (+5 -0) 📝 `packages/hoppscotch-common/src/components/collections/graphql/index.vue` (+5 -3) 📝 `packages/hoppscotch-common/src/components/profile/UserDelete.vue` (+3 -1) 📝 `packages/hoppscotch-common/src/components/teams/Team.vue` (+14 -3) 📝 `packages/hoppscotch-common/src/components/teams/index.vue` (+12 -1) 📝 `packages/hoppscotch-common/src/components/workspace/Selector.vue` (+12 -1) 📝 `packages/hoppscotch-common/src/pages/profile.vue` (+7 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:51:07 +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#4305
No description provided.