mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #2863] [MERGED] feat: ability to delete user account and data #4114
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/2863
Author: @anwarulislam
Created: 11/29/2022
Status: ✅ Merged
Merged: 12/17/2022
Merged by: @liyasthomas
Base:
main← Head:feat/user-delete📝 Commits (10+)
c3f8b75feat: add gql mutation1b0ef68feat: added delete account section in profile page93c6c72feat: separate shortcodes section to a componentdd0458bfeat: delete user modal152c6cefeat: delete user account13d7f36feat: navigate to homepage after deletec671fb0chore: improve ui4bca8c5fix: delete user mutationbae1b9achore: minor ui improvementsd52a15dchore: correct grammar in certain i18n strings📊 Changes
7 files changed (+390 additions, -158 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+6 -0)📝
packages/hoppscotch-common/src/components.d.ts(+2 -7)➕
packages/hoppscotch-common/src/components/profile/Shortcodes.vue(+170 -0)➕
packages/hoppscotch-common/src/components/profile/UserDelete.vue(+187 -0)➕
packages/hoppscotch-common/src/helpers/backend/gql/mutations/DeleteUser.graphql(+3 -0)➕
packages/hoppscotch-common/src/helpers/backend/mutations/Profile.ts(+15 -0)📝
packages/hoppscotch-common/src/pages/profile.vue(+7 -151)📄 Description
Description
This feature addition now allows users to delete their user data from firebase and their association with Teams. If the user is an OWNER of the team we don't allow operation to proceed.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.