mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[PR #4484] Change User Accounts Simple Feature #4827
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#4827
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/4484
Author: @Olly4k
Created: 10/27/2024
Status: 🔄 Open
Base:
main← Head:feat/switch_users📝 Commits (10+)
ad3e1bdCreated a new vue file in firebase called switch5483113updated siwtch vue9a28757copied logout into switch vue60172afMade a new switch button938c7a3Added login modald43a4fafixed button name error8f43cb0hidden login48b2f04fixed rogue < bugd2076famodified on click handler in switch.vue09a2328added debug logs and new action handler📊 Changes
35 files changed (+461 additions, -0 deletions)
View changed files
📝
packages/hoppscotch-common/locales/af.json(+1 -0)📝
packages/hoppscotch-common/locales/ar.json(+1 -0)📝
packages/hoppscotch-common/locales/ca.json(+1 -0)📝
packages/hoppscotch-common/locales/cn.json(+1 -0)📝
packages/hoppscotch-common/locales/cs.json(+1 -0)📝
packages/hoppscotch-common/locales/da.json(+1 -0)📝
packages/hoppscotch-common/locales/de.json(+1 -0)📝
packages/hoppscotch-common/locales/el.json(+1 -0)📝
packages/hoppscotch-common/locales/en.json(+1 -0)📝
packages/hoppscotch-common/locales/es.json(+1 -0)📝
packages/hoppscotch-common/locales/fi.json(+1 -0)📝
packages/hoppscotch-common/locales/fr.json(+1 -0)📝
packages/hoppscotch-common/locales/he.json(+1 -0)📝
packages/hoppscotch-common/locales/hu.json(+1 -0)📝
packages/hoppscotch-common/locales/id.json(+1 -0)📝
packages/hoppscotch-common/locales/it.json(+1 -0)📝
packages/hoppscotch-common/locales/ja.json(+1 -0)📝
packages/hoppscotch-common/locales/ko.json(+1 -0)📝
packages/hoppscotch-common/locales/nl.json(+1 -0)📝
packages/hoppscotch-common/locales/no.json(+1 -0)...and 15 more files
📄 Description
Closes #4322
This PR provides a small, frontend based solution to the account switching feature mentioned in the linked issue. It is a quality of life change that prevents the need to logout of an account only to just log straight back in with another. It does this by placing a Change Accounts button above the logout button in the profile dropdown menu. This opens a variation on the login modal that can be used to login to a different account.
What's changed
Notes to reviewers
This is targeted as a temporary solution to the problem without reworking the backend. Since the issue is low priority I believe this fix will be enough for now with the option for improvements in the future.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.