[PR #3190] [CLOSED] refactor: replacing shortcodes table ui with hopp smart table #4280

Closed
opened 2026-03-17 01:49:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3190
Author: @joeljstephen
Created: 7/16/2023
Status: Closed

Base: release/2023.8.0Head: refactor/shortcodes-table-ui


📝 Commits (3)

  • 550a523 refactor: replaced shortcodes table with hoppsmarttable
  • a2a24b1 style: removed unnecesary styles
  • e85a410 style: 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 HoppSmartTable Hoppscotch UI component.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/3190 **Author:** [@joeljstephen](https://github.com/joeljstephen) **Created:** 7/16/2023 **Status:** ❌ Closed **Base:** `release/2023.8.0` ← **Head:** `refactor/shortcodes-table-ui` --- ### 📝 Commits (3) - [`550a523`](https://github.com/hoppscotch/hoppscotch/commit/550a5239c50ab8541039815231c8c1de962e2365) refactor: replaced shortcodes table with hoppsmarttable - [`a2a24b1`](https://github.com/hoppscotch/hoppscotch/commit/a2a24b150bfbdc64488dac487d7dd9f10601562f) style: removed unnecesary styles - [`e85a410`](https://github.com/hoppscotch/hoppscotch/commit/e85a410ea7536b331ba789901492898875fef728) style: updated styles of the table ### 📊 Changes **5 files changed** (+279 additions, -160 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 `HoppSmartTable` Hoppscotch UI component. <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] Not Completed - [x] Completed --> ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:49:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4280
No description provided.