mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5014] [MERGED] refactor(sh-admin): dashboard settings page redesign #5018
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#5018
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/5014
Author: @joeljstephen
Created: 4/22/2025
Status: ✅ Merged
Merged: 4/24/2025
Merged by: @jamesgeorge007
Base:
next← Head:refactor/dashboard-settings-redesign📝 Commits (2)
fb48987refactor: updated design for settings module in dashboard2f6a3e7chore: improvements to i18n strings📊 Changes
7 files changed (+160 additions, -43 deletions)
View changed files
📝
packages/hoppscotch-sh-admin/locales/en.json(+24 -1)📝
packages/hoppscotch-sh-admin/src/components.d.ts(+3 -0)➕
packages/hoppscotch-sh-admin/src/components/settings/AuthConfigurations.vue(+114 -0)➖
packages/hoppscotch-sh-admin/src/components/settings/Configurations.vue(+0 -24)📝
packages/hoppscotch-sh-admin/src/components/settings/OAuthProviderConfigurations.vue(+1 -1)📝
packages/hoppscotch-sh-admin/src/components/settings/SmtpConfiguration.vue(+0 -9)📝
packages/hoppscotch-sh-admin/src/pages/settings.vue(+18 -8)📄 Description
Ticket
Description
This PR introduces a major redesign of the settings module in the admin dashboard. It extracts various configurations into separate tabs, restructures modules into dedicated sections, and improves grouping for enhanced readability and usability. This reorganization makes it easier for admins to locate and manage relevant configurations.
Screenshot
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.