mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5037] [MERGED] feat(common): platform ui definition for team edit and invite #5027
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#5027
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/5037
Author: @anwarulislam
Created: 4/30/2025
Status: ✅ Merged
Merged: 5/2/2025
Merged by: @jamesgeorge007
Base:
next← Head:feat/platform-specific-ui-definition📝 Commits (9)
67e89dcfeat: graphql poll loading controller addedddcc7b2feat: platform specific team ui config added28ed617feat: ux imporvements by changing polling behavioraac2bc3refactor: replace string literals with TeamMemberRole constants in member role updates1c5aa6afeat: implement platform-specific components for team editing and invitinga249ee8chore: clean upa4ea00efeat: prefix with additional to the platform UI definition3e8531echore: clean up6ae668cchore: cleanup📊 Changes
6 files changed (+117 additions, -26 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/app/Header.vue(+33 -4)📝
packages/hoppscotch-common/src/components/teams/Edit.vue(+13 -3)📝
packages/hoppscotch-common/src/components/teams/Invite.vue(+1 -0)📝
packages/hoppscotch-common/src/components/teams/index.vue(+44 -18)📝
packages/hoppscotch-common/src/composables/graphql.ts(+16 -1)📝
packages/hoppscotch-common/src/platform/ui.ts(+10 -0)📄 Description
This pull request introduces support for custom UI components for team invite and edit functionality, improved GraphQL query behavior. Below is a summary of the most important changes grouped by theme:
Code Refactoring:
'OWNER','EDITOR','VIEWER') with theTeamMemberRoleenum for better type safety and readability. (packages/hoppscotch-common/src/components/teams/Edit.vue, [1] [2] [3]These changes collectively enhance the flexibility, maintainability, and performance of the team management features.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.