[PR #87] [MERGED] 83 功能工具希望能添加分组功能 #193

Closed
opened 2026-02-28 00:39:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/team-ide/teamide/pull/87
Author: @team-ide
Created: 5/25/2022
Status: Merged
Merged: 5/25/2022
Merged by: @team-ide

Base: mainHead: 83-功能工具希望能添加分组功能


📝 Commits (3)

  • 2c9dd12 添加工具分组基础模型配置,页面划分板块添加分组内容
  • 80fe804 工具箱分组功能,右击工具进行分组
  • fc6cc61 1.1.6

📊 Changes

29 files changed (+1246 additions, -315 deletions)

View changed files

📝 README.md (+1 -1)
📝 RELEASE.md (+6 -3)
📝 RELEASE_HISTORY.md (+10 -0)
📝 doc/toolbox-ftp.png (+0 -0)
📝 doc/toolbox-type.png (+0 -0)
📝 html/src/component/contextmenu/Contextmenu.vue (+44 -25)
📝 html/src/component/contextmenu/ContextmenuMenus.vue (+11 -26)
📝 html/src/component/toolbox/database/Database.vue (+3 -0)
📝 html/src/component/toolbox/database/Sql.vue (+4 -4)
📝 html/src/component/toolbox/database/Table.vue (+9 -3)
📝 html/src/component/toolbox/database/TableDetail.vue (+2 -2)
📝 html/src/component/toolbox/database/Tabs.vue (+3 -3)
📝 html/src/component/toolbox/elasticsearch/Tabs.vue (+3 -3)
📝 html/src/component/toolbox/kafka/Tabs.vue (+3 -3)
📝 html/src/form/form.js (+25 -0)
📝 html/src/form/validator.js (+6 -0)
📝 html/src/server/toolbox.js (+14 -0)
📝 html/src/source/toolbox.js (+1 -0)
📝 html/src/views/toolbox/Index.vue (+116 -1)
📝 html/src/views/toolbox/Main.vue (+2 -2)

...and 9 more files

📄 Description

发布功能

  1. 工具箱提供分组功能
  2. 右击工具进行操作
  3. 分组:点击分组展示分到该组下的工具,右击工具选择移动分组
  4. 修复新增和编辑表,删除字段或索引展示问题
  5. 新增或修改表成功后查询该表信息,重新渲染表信息

🔄 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/team-ide/teamide/pull/87 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 5/25/2022 **Status:** ✅ Merged **Merged:** 5/25/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `83-功能工具希望能添加分组功能` --- ### 📝 Commits (3) - [`2c9dd12`](https://github.com/team-ide/teamide/commit/2c9dd126d7cd8605b304bd70a8633b0ae127ea0a) 添加工具分组基础模型配置,页面划分板块添加分组内容 - [`80fe804`](https://github.com/team-ide/teamide/commit/80fe804929faa1c5af60499270eaae09fb207e94) 工具箱分组功能,右击工具进行分组 - [`fc6cc61`](https://github.com/team-ide/teamide/commit/fc6cc6121ddb2e10229b95912b7cae74866a8a63) 1.1.6 ### 📊 Changes **29 files changed** (+1246 additions, -315 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `RELEASE.md` (+6 -3) 📝 `RELEASE_HISTORY.md` (+10 -0) 📝 `doc/toolbox-ftp.png` (+0 -0) 📝 `doc/toolbox-type.png` (+0 -0) 📝 `html/src/component/contextmenu/Contextmenu.vue` (+44 -25) 📝 `html/src/component/contextmenu/ContextmenuMenus.vue` (+11 -26) 📝 `html/src/component/toolbox/database/Database.vue` (+3 -0) 📝 `html/src/component/toolbox/database/Sql.vue` (+4 -4) 📝 `html/src/component/toolbox/database/Table.vue` (+9 -3) 📝 `html/src/component/toolbox/database/TableDetail.vue` (+2 -2) 📝 `html/src/component/toolbox/database/Tabs.vue` (+3 -3) 📝 `html/src/component/toolbox/elasticsearch/Tabs.vue` (+3 -3) 📝 `html/src/component/toolbox/kafka/Tabs.vue` (+3 -3) 📝 `html/src/form/form.js` (+25 -0) 📝 `html/src/form/validator.js` (+6 -0) 📝 `html/src/server/toolbox.js` (+14 -0) 📝 `html/src/source/toolbox.js` (+1 -0) 📝 `html/src/views/toolbox/Index.vue` (+116 -1) 📝 `html/src/views/toolbox/Main.vue` (+2 -2) _...and 9 more files_ </details> ### 📄 Description 发布功能 1. 工具箱提供分组功能 2. 右击工具进行操作 3. 分组:点击分组展示分到该组下的工具,右击工具选择移动分组 4. 修复新增和编辑表,删除字段或索引展示问题 5. 新增或修改表成功后查询该表信息,重新渲染表信息 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:39:04 +03:00
Sign in to join this conversation.
No labels
pull-request
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/teamide-team-ide#193
No description provided.