mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[PR #5290] [MERGED] fix: SH admin dashboard setting and onboarding page cleanups #5145
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#5145
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/5290
Author: @nivedin
Created: 7/29/2025
Status: ✅ Merged
Merged: 7/29/2025
Merged by: @jamesgeorge007
Base:
next← Head:fix/onboarding-cleanup📝 Commits (9)
d9e1ce8chore: login page cleanupb2c37fffix: smtp required field bug4a95d93chore: update validation check1e0b8bdchore: auto open accordian if selected in prev stepb2ad771chore: disable autofocus on SMTP input fields24069abchore: cleanup auth component7d98135fix: adjust text size for onboarding description9d9ba19chore: cleanup705a55dchore: remove console logs📊 Changes
10 files changed (+360 additions, -274 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/firebase/Login.vue(+6 -2)📝
packages/hoppscotch-sh-admin/locales/en.json(+4 -2)➕
packages/hoppscotch-sh-admin/src/components/onboarding/AuthProviderCard.vue(+46 -0)📝
packages/hoppscotch-sh-admin/src/components/onboarding/AuthSetup.vue(+197 -233)📝
packages/hoppscotch-sh-admin/src/components/onboarding/CompleteScreen.vue(+2 -2)📝
packages/hoppscotch-sh-admin/src/components/onboarding/SmtpSetup.vue(+2 -0)📝
packages/hoppscotch-sh-admin/src/components/settings/RateLimit.vue(+0 -2)📝
packages/hoppscotch-sh-admin/src/components/ui/Accordion.vue(+48 -14)📝
packages/hoppscotch-sh-admin/src/composables/useConfigHandler.ts(+48 -14)📝
packages/hoppscotch-sh-admin/src/composables/useOnboardingConfigHandler.ts(+7 -5)📄 Description
This PR fixes some minor issues in SH dashboard side and the Login component
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.