mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3814] [MERGED] feat(sh-admin): enhanced user management in admin dashboard #4535
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#4535
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/3814
Author: @joeljstephen
Created: 2/8/2024
Status: ✅ Merged
Merged: 3/13/2024
Merged by: @AndrewBastin
Base:
release/2024.3.0← Head:feat/dashboard-user-management📝 Commits (10+)
8809c3bfeat: new mutations for bulk delete, and enabling and disabling of the admin status23ceb11refactor: implemented bulk actions in users page0083cb7refactor: updated index component to support selected rows as a useVmodel50f4888feat: new users list mutationfdeb4b1refactor: updated index to support new search operation in users table9702b2efeat: new pagination system implemented in users tablef66c78ffeat: ability to revoke user invitations7021febstyle: ui fixes in users page94d77a1chore: updated debounce value for users tablef107c18feat: new error messages in dashboard📊 Changes
23 files changed (+2712 additions, -2183 deletions)
View changed files
📝
packages/hoppscotch-common/src/components.d.ts(+208 -208)📝
packages/hoppscotch-sh-admin/locales/en.json(+41 -7)📝
packages/hoppscotch-sh-admin/package.json(+2 -2)📝
packages/hoppscotch-sh-admin/src/components.d.ts(+4 -0)📝
packages/hoppscotch-sh-admin/src/components/users/Details.vue(+99 -4)📝
packages/hoppscotch-sh-admin/src/components/users/InviteModal.vue(+7 -1)📝
packages/hoppscotch-sh-admin/src/components/users/SharedRequests.vue(+73 -76)📝
packages/hoppscotch-sh-admin/src/composables/usePagedQuery.ts(+24 -17)➕
packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/DemoteUsersByAdmin.graphql(+3 -0)➖
packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/MakeUserAdmin.graphql(+0 -3)➕
packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/MakeUsersAdmin.graphql(+3 -0)➖
packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/RemoveUserAsAdmin.graphql(+0 -3)➖
packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/RemoveUserByAdmin.graphql(+0 -3)➕
packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/RemoveUsersByAdmin.graphql(+7 -0)➕
packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/RevokeUserInvitationsByAdmin.graphql(+3 -0)➕
packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/UpdateUserDisplayNameByAdmin.graphql(+3 -0)➕
packages/hoppscotch-sh-admin/src/helpers/backend/gql/queries/UsersListV2.graphql(+12 -0)📝
packages/hoppscotch-sh-admin/src/helpers/errors.ts(+10 -0)📝
packages/hoppscotch-sh-admin/src/pages/teams/index.vue(+79 -75)📝
packages/hoppscotch-sh-admin/src/pages/users/_id.vue(+70 -47)...and 3 more files
📄 Description
Ticket
Description
This PR brings a ton of features to improve user management in Admin Dashboard.
New Features
Additional Changes
Due to the changes introduced in
HoppSmartTable, all tables in the admin dashboard have been updated to adhere to the new changes.Screenshot
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.