mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3537] [MERGED] feat: introducing shared requests to admin dashboard #4421
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#4421
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/3537
Author: @joeljstephen
Created: 11/10/2023
Status: ✅ Merged
Merged: 12/5/2023
Merged by: @AndrewBastin
Base:
release/2023.12.0← Head:feat/dashboard-shared-requests📝 Commits (10+)
484d853feat: new sidebar entry for shared requestsdafa82afeat: new clipboard helper util5de17c5feat: new graphql query to fetch shared requests data9f6def4feat: new graphql mutation to delete shared requestsaaedac9feat: new shared request component to display shared requests1cd4ccachore: removed unncessary code882c6a6feat: introduced the ability to filter shared requests40ffb7erefactor: new i18n strings for shared requests6b913b1refactor: updated missing i18n translationsc5ea90frefactor: improvements made to code readability throughout the shared requests related files📊 Changes
11 files changed (+485 additions, -132 deletions)
View changed files
📝
packages/hoppscotch-sh-admin/locales/en.json(+25 -1)📝
packages/hoppscotch-sh-admin/src/components.d.ts(+5 -5)➕
packages/hoppscotch-sh-admin/src/components/ui/AutoResetIcon.vue(+47 -0)➕
packages/hoppscotch-sh-admin/src/components/users/Details.vue(+127 -0)➕
packages/hoppscotch-sh-admin/src/components/users/SharedRequests.vue(+191 -0)📝
packages/hoppscotch-sh-admin/src/composables/usePagedQuery.ts(+14 -11)➕
packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/RevokeShortcodeByAdmin.graphql(+3 -0)➕
packages/hoppscotch-sh-admin/src/helpers/backend/gql/queries/SharedRequests.graphql(+13 -0)➕
packages/hoppscotch-sh-admin/src/helpers/utils/clipboard.ts(+18 -0)📝
packages/hoppscotch-sh-admin/src/pages/teams/index.vue(+1 -1)📝
packages/hoppscotch-sh-admin/src/pages/users/_id.vue(+41 -114)📄 Description
Ticket
Description
This PR introduces Shared Requests to the Admin Dashboard. The Individual User's page is now modified to include the shared requests created by that particular user. The new Shared Requests module allows admins to:
Screenshot
Objectives
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.