mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #2914] [CLOSED] chore: move environments firebase things to hoppscotch-web #4137
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#4137
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/2914
Author: @amk-dev
Created: 2/1/2023
Status: ❌ Closed
Base:
staging← Head:chore/move-enviornments📝 Commits (10+)
64752a6chore: move auth out of commonf219cecfix: error on GQLClient waiting on probable user when none exists4ec5f20fix: issue with subscriptions not firing correctlya374148refactor: move platform into folder with proper isolation7457876chore: add doc comments for platform auth382dbc2chore: move profile.vue auth related usages to use platform58dc5f4chore: move Shortcodes.vue and UserDelete.vue auth related usages to use platform72a43abchore: add emailVerified field to HoppUseredf5b8echore: add magic link validation function to platform authb3e022cchore: upgrade enter.vue to use platform auth📊 Changes
40 files changed (+1005 additions, -794 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/app/DeveloperOptions.vue(+4 -6)📝
packages/hoppscotch-common/src/components/app/Footer.vue(+5 -2)📝
packages/hoppscotch-common/src/components/app/Header.vue(+5 -3)📝
packages/hoppscotch-common/src/components/collections/ChooseType.vue(+8 -3)📝
packages/hoppscotch-common/src/components/collections/ImportExport.vue(+5 -2)📝
packages/hoppscotch-common/src/components/collections/graphql/ImportExport.vue(+5 -2)📝
packages/hoppscotch-common/src/components/collections/index.vue(+5 -2)📝
packages/hoppscotch-common/src/components/environments/ChooseType.vue(+8 -3)📝
packages/hoppscotch-common/src/components/environments/ImportExport.vue(+5 -2)📝
packages/hoppscotch-common/src/components/environments/index.vue(+5 -2)📝
packages/hoppscotch-common/src/components/firebase/Login.vue(+31 -45)📝
packages/hoppscotch-common/src/components/firebase/Logout.vue(+2 -2)📝
packages/hoppscotch-common/src/components/profile/Shortcodes.vue(+8 -3)📝
packages/hoppscotch-common/src/components/profile/UserDelete.vue(+2 -2)📝
packages/hoppscotch-common/src/components/teams/index.vue(+3 -1)📝
packages/hoppscotch-common/src/composables/auth.ts(+21 -30)📝
packages/hoppscotch-common/src/helpers/backend/GQLClient.ts(+43 -41)📝
packages/hoppscotch-common/src/helpers/fb/analytics.ts(+4 -2)➖
packages/hoppscotch-common/src/helpers/fb/auth.ts(+0 -434)📝
packages/hoppscotch-common/src/helpers/fb/collections.ts(+13 -8)...and 20 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.