mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #2321] [CLOSED] feat: Shortcodes UI implementation #3735
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#3735
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/2321
Author: @nivedin
Created: 5/4/2022
Status: ❌ Closed
Base:
main← Head:feat/shortcodes-ui-implementation📝 Commits (10+)
88de301feat: implemented shortcode fetching and revoking qraphQl methodsb6b317afeat: added view all shortcodes cta link0022027feat: added shortcodes table to list all user created shortcodes and method to revoke thema7e055ffix: removed console statement45e05e2chore: improve ui consistency7afa050chore: improve ui consistencye30cbd1fix: rest session not updating when the request is renamed from the sidebar (fixes #2297)4e5b800fix : save request popup bug (#2324)8e9f383fix: improve indentation on GQL editors84934bcrefactor: realtime log entry revamp (#2240)📊 Changes
65 files changed (+3523 additions, -508 deletions)
View changed files
📝
packages/codemirror-lang-graphql/src/syntax.grammar(+11 -7)➕
packages/hoppscotch-app/assets/icons/arrow-down-left.svg(+4 -0)➕
packages/hoppscotch-app/assets/icons/arrow-down.svg(+4 -0)➕
packages/hoppscotch-app/assets/icons/arrow-up-right.svg(+4 -0)➕
packages/hoppscotch-app/assets/icons/arrow-up.svg(+4 -0)➕
packages/hoppscotch-app/assets/icons/chevrons-down.svg(+4 -0)➕
packages/hoppscotch-app/assets/icons/chevrons-up.svg(+4 -0)➕
packages/hoppscotch-app/assets/icons/info-disconnect.svg(+5 -0)➕
packages/hoppscotch-app/assets/icons/info-realtime.svg(+5 -0)📝
packages/hoppscotch-app/components/collections/SaveRequest.vue(+6 -0)📝
packages/hoppscotch-app/components/collections/index.vue(+32 -1)📝
packages/hoppscotch-app/components/http/Headers.vue(+88 -3)📝
packages/hoppscotch-app/components/http/Request.vue(+51 -26)📝
packages/hoppscotch-app/components/http/RequestOptions.vue(+1 -1)➕
packages/hoppscotch-app/components/profile/Shortcode.vue(+132 -0)📝
packages/hoppscotch-app/components/realtime/Log.vue(+97 -46)➕
packages/hoppscotch-app/components/realtime/LogEntry.vue(+388 -0)📝
packages/hoppscotch-app/components/realtime/Mqtt.vue(+29 -22)📝
packages/hoppscotch-app/components/realtime/Socketio.vue(+22 -14)📝
packages/hoppscotch-app/components/realtime/Sse.vue(+25 -17)...and 45 more files
📄 Description
Description
This PR introduces a feature in which authenticated user can view their created shortcodes and can delete or copy them.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.