mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-30 13:05:54 +03:00
[PR #60] [MERGED] 数据库建库、建表、修改表且提供SQL预览;Redis添加list、hash、set类型数据展示和编辑;修改整体UI #175
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/teamide-team-ide#175
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/team-ide/teamide/pull/60
Author: @team-ide
Created: 5/15/2022
Status: ✅ Merged
Merged: 5/15/2022
Merged by: @team-ide
Base:
main← Head:dev📝 Commits (1)
e27f6ea数据库建库、建表、修改表且提供SQL预览;Redis添加list、hash、set类型数据展示和编辑;修改整体UI📊 Changes
73 files changed (+3495 additions, -2341 deletions)
View changed files
📝
README.md(+1 -1)📝
RELEASE.md(+5 -3)📝
RELEASE_HISTORY.md(+9 -0)📝
html/package.json(+0 -2)📝
html/src/App.vue(+41 -20)📝
html/src/component/AlertBox.vue(+16 -70)➕
html/src/component/Editor.vue(+104 -0)📝
html/src/component/Form.vue(+54 -71)➖
html/src/component/FormBox.vue(+0 -135)📝
html/src/component/InfoBox.vue(+7 -6)📝
html/src/component/SystemInfoBox.vue(+23 -15)📝
html/src/component/index.js(+0 -41)📝
html/src/component/tab-editor/Index.vue(+1 -1)📝
html/src/component/toolbox/Index.vue(+22 -11)📝
html/src/component/toolbox/Redis.vue(+321 -71)📝
html/src/component/toolbox/Zookeeper.vue(+27 -26)➕
html/src/component/toolbox/database/CreateDatabase.vue(+171 -0)📝
html/src/component/toolbox/database/DDL.vue(+1 -1)📝
html/src/component/toolbox/database/Database.vue(+164 -15)📝
html/src/component/toolbox/database/Index.vue(+22 -13)...and 53 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.