[PR #3210] [MERGED] feat: smart-tree component added to hoppscotch-ui #4281

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3210
Author: @anwarulislam
Created: 7/25/2023
Status: Merged
Merged: 8/20/2023
Merged by: @AndrewBastin

Base: release/2023.8.0Head: feat/hopp-ui-smart-tree


📝 Commits (2)

  • 40ff0c7 feat: smart-tree component added to hoppui
  • 338157f chore: remove console log

📊 Changes

8 files changed (+34 additions, -21 deletions)

View changed files

📝 packages/hoppscotch-common/src/components.d.ts (+2 -2)
📝 packages/hoppscotch-common/src/components/collections/MyCollections.vue (+6 -3)
📝 packages/hoppscotch-common/src/components/collections/TeamCollections.vue (+6 -3)
📝 packages/hoppscotch-ui/package.json (+1 -0)
📝 packages/hoppscotch-ui/src/components/smart/Tree.vue (+8 -6)
📝 packages/hoppscotch-ui/src/components/smart/TreeBranch.vue (+9 -7)
📝 packages/hoppscotch-ui/src/components/smart/index.ts (+2 -0)
📝 packages/hoppscotch-ui/src/helpers/treeAdapter.ts (+0 -0)

📄 Description

Closes HFE-103

Description

This PR moves Tree and TreeBranch UI components to @hoppscotch-ui package.


🔄 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/3210 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 7/25/2023 **Status:** ✅ Merged **Merged:** 8/20/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.8.0` ← **Head:** `feat/hopp-ui-smart-tree` --- ### 📝 Commits (2) - [`40ff0c7`](https://github.com/hoppscotch/hoppscotch/commit/40ff0c727208e4a77eda966a1b644151f144b9c6) feat: smart-tree component added to hoppui - [`338157f`](https://github.com/hoppscotch/hoppscotch/commit/338157fe7d4caca05b5d95189ad03552961cf8d2) chore: remove console log ### 📊 Changes **8 files changed** (+34 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components.d.ts` (+2 -2) 📝 `packages/hoppscotch-common/src/components/collections/MyCollections.vue` (+6 -3) 📝 `packages/hoppscotch-common/src/components/collections/TeamCollections.vue` (+6 -3) 📝 `packages/hoppscotch-ui/package.json` (+1 -0) 📝 `packages/hoppscotch-ui/src/components/smart/Tree.vue` (+8 -6) 📝 `packages/hoppscotch-ui/src/components/smart/TreeBranch.vue` (+9 -7) 📝 `packages/hoppscotch-ui/src/components/smart/index.ts` (+2 -0) 📝 `packages/hoppscotch-ui/src/helpers/treeAdapter.ts` (+0 -0) </details> ### 📄 Description <!-- If this pull request closes an issue, please mention the issue number below --> Closes HFE-103 <!-- Issue # here --> ### Description This PR moves `Tree` and `TreeBranch` UI components to `@hoppscotch-ui` package. <!-- 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 --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:50:01 +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#4281
No description provided.