Skip to content

Commit

Permalink
Search and Sort for task list
Browse files Browse the repository at this point in the history
  • Loading branch information
naibo committed Dec 27, 2023
1 parent 66918e3 commit 0ded0fb
Show file tree
Hide file tree
Showing 11 changed files with 15,803 additions and 44 deletions.
2 changes: 2 additions & 0 deletions ElectronJS/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ exports.start = function (port = 8074) {
name: task.name,
url: task.url,
mtime: stat.mtime,
links: task.links,
desc: task.desc,
};
if (item.id != -2) {
output.push(item);
Expand Down
2 changes: 1 addition & 1 deletion ElectronJS/src/taskGrid/FlowChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -973,4 +973,4 @@ function inputDelete(e) {
e.stopPropagation(); //输入框按delete应该正常运行
//Electron中如果有showError或者confirm,执行后会卡死输入框,所以最好不要用
}
}
}
Binary file not shown.
Loading

0 comments on commit 0ded0fb

Please sign in to comment.