[PR #37] [MERGED] Dev #152

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

📋 Pull Request Information

Original PR: https://github.com/team-ide/teamide/pull/37
Author: @team-ide
Created: 4/17/2022
Status: Merged
Merged: 4/17/2022
Merged by: @team-ide

Base: mainHead: dev


📝 Commits (3)

  • 77df7b0 添加工具箱开启Tab页存储
  • 487f684 为打开的工具存储子标签页、自动打开上次未关闭的标签页、修复部分问题
  • 858c2e5 Update package.json

📊 Changes

36 files changed (+769 additions, -869 deletions)

View changed files

📝 README.md (+1 -1)
📝 RELEASE.md (+4 -4)
📝 RELEASE_HISTORY.md (+8 -0)
📝 html/src/component/toolbox/Index.vue (+79 -31)
📝 html/src/component/toolbox/Redis.vue (+1 -1)
📝 html/src/component/toolbox/Zookeeper.vue (+1 -1)
📝 html/src/component/toolbox/database/Database.vue (+24 -12)
📝 html/src/component/toolbox/database/Index.vue (+1 -3)
📝 html/src/component/toolbox/database/Sql.vue (+1 -9)
📝 html/src/component/toolbox/database/Table.vue (+1 -1)
📝 html/src/component/toolbox/database/TableData.vue (+32 -23)
📝 html/src/component/toolbox/database/Tabs.vue (+12 -55)
📝 html/src/component/toolbox/elasticsearch/Index.vue (+1 -3)
📝 html/src/component/toolbox/elasticsearch/IndexData.vue (+2 -10)
📝 html/src/component/toolbox/elasticsearch/IndexNames.vue (+8 -4)
📝 html/src/component/toolbox/elasticsearch/Tabs.vue (+9 -36)
📝 html/src/component/toolbox/kafka/Index.vue (+1 -3)
📝 html/src/component/toolbox/kafka/Tabs.vue (+9 -36)
📝 html/src/component/toolbox/kafka/Topic.vue (+8 -4)
📝 html/src/component/toolbox/kafka/TopicData.vue (+2 -10)

...and 16 more files

📄 Description

No description provided


🔄 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/37 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 4/17/2022 **Status:** ✅ Merged **Merged:** 4/17/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (3) - [`77df7b0`](https://github.com/team-ide/teamide/commit/77df7b033e63730cac2e011af7624e269dfe614c) 添加工具箱开启Tab页存储 - [`487f684`](https://github.com/team-ide/teamide/commit/487f684ca7356018ab120966a11a9f63185443ec) 为打开的工具存储子标签页、自动打开上次未关闭的标签页、修复部分问题 - [`858c2e5`](https://github.com/team-ide/teamide/commit/858c2e5eb18c19b883043de02b53d1cedd0e0943) Update package.json ### 📊 Changes **36 files changed** (+769 additions, -869 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `RELEASE.md` (+4 -4) 📝 `RELEASE_HISTORY.md` (+8 -0) 📝 `html/src/component/toolbox/Index.vue` (+79 -31) 📝 `html/src/component/toolbox/Redis.vue` (+1 -1) 📝 `html/src/component/toolbox/Zookeeper.vue` (+1 -1) 📝 `html/src/component/toolbox/database/Database.vue` (+24 -12) 📝 `html/src/component/toolbox/database/Index.vue` (+1 -3) 📝 `html/src/component/toolbox/database/Sql.vue` (+1 -9) 📝 `html/src/component/toolbox/database/Table.vue` (+1 -1) 📝 `html/src/component/toolbox/database/TableData.vue` (+32 -23) 📝 `html/src/component/toolbox/database/Tabs.vue` (+12 -55) 📝 `html/src/component/toolbox/elasticsearch/Index.vue` (+1 -3) 📝 `html/src/component/toolbox/elasticsearch/IndexData.vue` (+2 -10) 📝 `html/src/component/toolbox/elasticsearch/IndexNames.vue` (+8 -4) 📝 `html/src/component/toolbox/elasticsearch/Tabs.vue` (+9 -36) 📝 `html/src/component/toolbox/kafka/Index.vue` (+1 -3) 📝 `html/src/component/toolbox/kafka/Tabs.vue` (+9 -36) 📝 `html/src/component/toolbox/kafka/Topic.vue` (+8 -4) 📝 `html/src/component/toolbox/kafka/TopicData.vue` (+2 -10) _...and 16 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:38:54 +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#152
No description provided.