[PR #18] [MERGED] [feature] 增加单独编辑/删除字段功能, 优化table编辑操作 #15 #39

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

📋 Pull Request Information

Original PR: https://github.com/findyourmagic/dber/pull/18
Author: @zsenliao
Created: 7/26/2022
Status: Merged
Merged: 7/27/2022
Merged by: @findyourmagic

Base: masterHead: master


📝 Commits (4)

  • 9b0643f [feature] 增加SQL语法高亮
  • 18522f5 Merge branch 'monaco-editor'
  • ed7ea17 [feature] 增加单独编辑/删除字段功能, 优化table编辑操作
  • baee585 [feature] 增加自定义表色彩功能

📊 Changes

10 files changed (+287 additions, -38 deletions)

View changed files

📝 components/export_modal.js (+18 -3)
📝 components/import_modal.js (+17 -7)
📝 components/link_path.js (+2 -2)
📝 components/list_nav.js (+1 -0)
📝 components/table.js (+122 -17)
📝 components/table_form.js (+22 -1)
data/theme.js (+7 -0)
📝 package.json (+1 -0)
📝 pages/graphs/detail.js (+80 -4)
📝 styles/globals.sass (+17 -4)

📄 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/findyourmagic/dber/pull/18 **Author:** [@zsenliao](https://github.com/zsenliao) **Created:** 7/26/2022 **Status:** ✅ Merged **Merged:** 7/27/2022 **Merged by:** [@findyourmagic](https://github.com/findyourmagic) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`9b0643f`](https://github.com/findyourmagic/dber/commit/9b0643f3ae150576057d8cc599aa2286490d661c) [feature] 增加SQL语法高亮 - [`18522f5`](https://github.com/findyourmagic/dber/commit/18522f589c74931c3c5a03f3bf77b7d43b813227) Merge branch 'monaco-editor' - [`ed7ea17`](https://github.com/findyourmagic/dber/commit/ed7ea1709356d5e8e98024b20967f3105ccd6988) [feature] 增加单独编辑/删除字段功能, 优化table编辑操作 - [`baee585`](https://github.com/findyourmagic/dber/commit/baee5850d22451629b49f0d26f028d75869353a2) [feature] 增加自定义表色彩功能 ### 📊 Changes **10 files changed** (+287 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `components/export_modal.js` (+18 -3) 📝 `components/import_modal.js` (+17 -7) 📝 `components/link_path.js` (+2 -2) 📝 `components/list_nav.js` (+1 -0) 📝 `components/table.js` (+122 -17) 📝 `components/table_form.js` (+22 -1) ➕ `data/theme.js` (+7 -0) 📝 `package.json` (+1 -0) 📝 `pages/graphs/detail.js` (+80 -4) 📝 `styles/globals.sass` (+17 -4) </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-03-02 04:05:27 +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/dber#39
No description provided.