mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3190] [CLOSED] refactor: replacing shortcodes table ui with hopp smart table #4280
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#4280
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/3190
Author: @joeljstephen
Created: 7/16/2023
Status: ❌ Closed
Base:
release/2023.8.0← Head:refactor/shortcodes-table-ui📝 Commits (3)
550a523refactor: replaced shortcodes table with hoppsmarttablea2a24b1style: removed unnecesary stylese85a410style: updated styles of the table📊 Changes
5 files changed (+279 additions, -160 deletions)
View changed files
📝
packages/hoppscotch-common/src/components.d.ts(+6 -1)➖
packages/hoppscotch-common/src/components/profile/Shortcode.vue(+0 -122)📝
packages/hoppscotch-common/src/components/profile/Shortcodes.vue(+115 -37)➕
packages/hoppscotch-ui/src/components/smart/Table.vue(+157 -0)📝
packages/hoppscotch-ui/src/components/smart/index.ts(+1 -0)📄 Description
Issue Number
Closes HFE-131
Description
This PR has to be merged after merging #3178.
This PR replaces the Shortcodes Table UI in the web app with
HoppSmartTableHoppscotch UI component.Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.