mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3790] [MERGED] refactor: consolidated admin dashboard improvements #4527
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#4527
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/3790
Author: @joeljstephen
Created: 1/30/2024
Status: ✅ Merged
Merged: 2/2/2024
Merged by: @AndrewBastin
Base:
release/2024.3.0← Head:refactor/consolidated-dashboard-improvements📝 Commits (10+)
1b86ec7feat: new composable to handle useClientHandle related queriesb33fbd5refactor: team id page now uses the useClientHandler composable to fetch team details1553b65refactor: better prop types for invite component03557c1refactor: allow two way binding for team data in details componentbc6b457refactor: team info is called again in members component to retrieve updated member list865dc85refactor: improve reactivity when members are added or removed and when roles are changed0b80c80chore: remove unused emits from member component8e1951brefactor: brought rename team name logic to details component and improved logic990611frefactor: replaced text with i18n strings in invite component40e81a2refactor: minor code improvements across components📊 Changes
20 files changed (+768 additions, -721 deletions)
View changed files
➕
packages/hoppscotch-sh-admin/assets/images/add_group.svg(+37 -0)📝
packages/hoppscotch-sh-admin/locales/en.json(+20 -7)📝
packages/hoppscotch-sh-admin/src/components.d.ts(+45 -42)📝
packages/hoppscotch-sh-admin/src/components/settings/ServerRestart.vue(+5 -4)📝
packages/hoppscotch-sh-admin/src/components/teams/Add.vue(+10 -7)📝
packages/hoppscotch-sh-admin/src/components/teams/Details.vue(+72 -28)📝
packages/hoppscotch-sh-admin/src/components/teams/Invite.vue(+82 -71)📝
packages/hoppscotch-sh-admin/src/components/teams/Members.vue(+83 -70)📝
packages/hoppscotch-sh-admin/src/components/teams/PendingInvites.vue(+55 -82)📝
packages/hoppscotch-sh-admin/src/components/users/Details.vue(+2 -6)📝
packages/hoppscotch-sh-admin/src/components/users/InviteModal.vue(+3 -7)📝
packages/hoppscotch-sh-admin/src/components/users/SharedRequests.vue(+96 -96)📝
packages/hoppscotch-sh-admin/src/composables/useClientHandler.ts(+15 -10)📝
packages/hoppscotch-sh-admin/src/composables/useConfigHandler.ts(+38 -19)📝
packages/hoppscotch-sh-admin/src/pages/settings.vue(+26 -10)📝
packages/hoppscotch-sh-admin/src/pages/teams/_id.vue(+34 -94)📝
packages/hoppscotch-sh-admin/src/pages/teams/index.vue(+38 -44)📝
packages/hoppscotch-sh-admin/src/pages/users/_id.vue(+51 -49)📝
packages/hoppscotch-sh-admin/src/pages/users/index.vue(+54 -71)📝
packages/hoppscotch-sh-admin/src/pages/users/invited.vue(+2 -4)📄 Description
Ticket
Closes
Suppresses
Description
This PR combines the improvements and changes made to different modules in the Admin Dashboard into one branch with all merge conflicts resolved. This allows seamless testing of all the new refactors introduced in the Admin Dashboard without any breaking changes
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.