mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[PR #3143] [CLOSED] refactor: modified shortcodes UI to maintain table layout in smaller screens #4249
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#4249
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/3143
Author: @joeljstephen
Created: 6/16/2023
Status: ❌ Closed
Base:
main← Head:refactor/shortcodes-ui📝 Commits (2)
7b89821refactor: modified shortcode to maintain table ui in smaller screense2e030cchore: cleaned up code📊 Changes
3 files changed (+14 additions, -8 deletions)
View changed files
📝
packages/hoppscotch-common/src/components.d.ts(+5 -0)📝
packages/hoppscotch-common/src/components/profile/Shortcode.vue(+6 -3)📝
packages/hoppscotch-common/src/components/profile/Shortcodes.vue(+3 -5)📄 Description
Issue Number
Closes HFE-104
Description
This PR aims to address the UI inconsistencies in the Shortcodes table UI where the headers of the table disappear and the table collapses to a multiline container when screen size is adjusted. The new UI changes makes sure that the table layout holds even for smaller screen sizes.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.