Add confirmation delete button and modify edit modal interface.

This commit is contained in:
Jiaxin Peng
2024-01-09 11:33:39 +00:00
parent f670dd972a
commit 856f83e8a1
8 changed files with 461 additions and 42 deletions

18
CHANGELOG.md Normal file
View File

@@ -0,0 +1,18 @@
# Changelog v2.1.0
## Feature
- add confirmation interface for deleting a database
- 增加删除数据库的确认界面
## Fix
- fix the typo in the edit database modal
- improve the logic for the database editing
- 修复编辑数据库界面的标题错误
- 改进数据库编辑界面的逻辑
## TODO
- [ ] add the support for the customised properties of general databases
- [ ] 增加对普通数据库自定义属性的支持