mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3971] [MERGED] refactor(sh-admin): improved handling of server configurations in admin dashboard #4618
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#4618
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/3971
Author: @joeljstephen
Created: 4/12/2024
Status: ✅ Merged
Merged: 5/6/2024
Merged by: @jamesgeorge007
Base:
release/2024.3.3← Head:refactor/dashboard-configs📝 Commits (10+)
c7afe62feat: new configs file to abstract types and config definitions9e0bcecrefactor: updated names for config related types and constantsc9f93aerefactor: removed unnecessary fields from configscc25763refactor: updated imports on config related components to use types from configs helper2a8cf09refactor: removed unnecessary github fields from config handler0b010derefactor: reroute to users page only if user is successfully deleted from individual user page60451d8refactor: updated imports in server restart and configurations componentce05abbrefactor: new update failure i18n stringcd1c73frefactor: using inline exports for configs export0d945b9refactor: new logic to streamline to push and filter configs📊 Changes
9 files changed (+303 additions, -279 deletions)
View changed files
📝
packages/hoppscotch-sh-admin/locales/en.json(+2 -1)📝
packages/hoppscotch-sh-admin/src/components/settings/AuthProvider.vue(+4 -4)📝
packages/hoppscotch-sh-admin/src/components/settings/Configurations.vue(+3 -3)📝
packages/hoppscotch-sh-admin/src/components/settings/DataSharing.vue(+3 -3)📝
packages/hoppscotch-sh-admin/src/components/settings/ServerRestart.vue(+4 -3)📝
packages/hoppscotch-sh-admin/src/components/settings/SmtpConfiguration.vue(+6 -6)📝
packages/hoppscotch-sh-admin/src/composables/useConfigHandler.ts(+116 -255)➕
packages/hoppscotch-sh-admin/src/helpers/configs.ts(+160 -0)📝
packages/hoppscotch-sh-admin/src/pages/users/_id.vue(+5 -4)📄 Description
Ticket
Closes HFE-479
Description
This PR aims to refactor the handling of server configurations in the admin dashboard.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.