新增: 任务行 hover 快捷操作菜单(改状态/优先级/删除)

- 任务行 hover 显示齿轮按钮,点击展开快捷菜单
- 快捷改状态(6 态子菜单)/改优先级(4 级)/删除(二次确认)
- 点击外部自动关闭菜单
- 补 i18n confirmDelete 翻译
This commit is contained in:
2026-06-30 22:08:43 +08:00
parent 948d6e644b
commit 27eb0a9f6b
3 changed files with 133 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ export default {
unknownProject: 'Unknown Project',
empty: 'No tasks yet',
},
confirmDelete: 'Delete task "{title}"? This action cannot be undone.',
// New task modal
modal: {

View File

@@ -38,6 +38,7 @@ export default {
unknownProject: '未知项目',
empty: '暂无任务',
},
confirmDelete: '确定删除任务「{title}」吗?此操作不可撤销。',
// 新建任务模态
modal: {