mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4176] [MERGED] refactor(sh-admin): updated invite flow for the admin dashboard #4690
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#4690
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/4176
Author: @joeljstephen
Created: 7/9/2024
Status: ✅ Merged
Merged: 7/26/2024
Merged by: @nivedin
Base:
next← Head:refactor/dashboard-invite-link-flow📝 Commits (7)
1d83456feat: new success invite link modal introducedc8d1ad5refactor: replaced button with lucide icon6a9bad5style: vertical padding to lucide icon934e923feat: new success invite modal componentb50b18arefactor: hide copy link button when there are no pending invitesff81a0arefactor: changed copy link button to copy invite link2d92bb3chore: minor UI update📊 Changes
6 files changed (+96 additions, -19 deletions)
View changed files
📝
packages/hoppscotch-sh-admin/locales/en.json(+5 -0)📝
packages/hoppscotch-sh-admin/src/components.d.ts(+9 -0)📝
packages/hoppscotch-sh-admin/src/components/users/InviteModal.vue(+1 -8)➕
packages/hoppscotch-sh-admin/src/components/users/SuccessInviteModal.vue(+60 -0)📝
packages/hoppscotch-sh-admin/src/pages/users/index.vue(+17 -8)📝
packages/hoppscotch-sh-admin/src/pages/users/invited.vue(+4 -3)📄 Description
Ticket
Closes HFE-540
Description
This PR focuses on improving the current invite flow in the admin dashboard.
Changes Introduced
Objectives
Send InvitetoAdd userCopy LinkbuttonScreenshot
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.