mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3702] [CLOSED] refactor: improvements to users module in admin dashboard #4500
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#4500
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/3702
Author: @joeljstephen
Created: 12/28/2023
Status: ❌ Closed
Base:
release/2023.12.3← Head:refactor/dashboard-users📝 Commits (10+)
1b821e7refactor: better i18n syntax in shared requests component598fe72chore: better import organization in Details componentab0af5erefactor: better i18n syntax in invite modal component59e20cfrefactor: better promise and i18n syntax in index component and removed watcher051ce08chore: better import organization in invited componente98730erefactor: better promise and i18n syntax in id component7136079refactor: code improvements across users module related components and updated client handler030a952style: horizontal padding for shared requests component817ac45refactor: better types for useClientHandler2e7e6a3style: lesser top margin for user details page📊 Changes
10 files changed (+267 additions, -286 deletions)
View changed files
📝
packages/hoppscotch-sh-admin/locales/en.json(+1 -0)📝
packages/hoppscotch-sh-admin/src/components.d.ts(+42 -42)📝
packages/hoppscotch-sh-admin/src/components/teams/Invite.vue(+1 -1)📝
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/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 HFE-377
Description
This PR focuses on improving the users module in Admin Dashboard. Each component related to the users module is refactored and improved upon and minor bugs found are fixed.
Objectives
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.