mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3694] [CLOSED] refactor: improvements to the teams module in admin dashboard #4493
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#4493
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/3694
Author: @joeljstephen
Created: 12/22/2023
Status: ❌ Closed
Base:
release/2023.12.3← Head:refactor/dashboard-teams📝 Commits (10+)
2c556a1feat: new composable to handle useClientHandle related queries8eb068arefactor: team id page now uses the useClientHandler composable to fetch team detailsb23f316refactor: better prop types for invite componentd49e671refactor: allow two way binding for team data in details component41c1a19refactor: team info is called again in members component to retrieve updated member listdf1f760refactor: improve reactivity when members are added or removed and when roles are changed8337cc2chore: remove unused emits from member component02dc44erefactor: brought rename team name logic to details component and improved logic333408crefactor: replaced text with i18n strings in invite component8fdac58refactor: minor code improvements across components📊 Changes
11 files changed (+488 additions, -455 deletions)
View changed files
➕
packages/hoppscotch-sh-admin/assets/images/add_group.svg(+37 -0)📝
packages/hoppscotch-sh-admin/locales/en.json(+18 -7)📝
packages/hoppscotch-sh-admin/src/components.d.ts(+44 -42)📝
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/composables/useClientHandler.ts(+15 -10)📝
packages/hoppscotch-sh-admin/src/pages/teams/_id.vue(+34 -94)📝
packages/hoppscotch-sh-admin/src/pages/teams/index.vue(+38 -44)📄 Description
Ticket
Closes HFE-373
Description
This PR focuses on improving the teams module in Admin Dashboard. Each component related to the teams 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.