working on the task index page

next:
* creating links to open/close/abort tasks
* link to task/X/edit should show settings
This commit is contained in:
2025-08-04 17:55:17 +02:00
parent 983f1bac49
commit 1a9ce502b5
3 changed files with 57 additions and 12 deletions

View File

@@ -70,6 +70,7 @@
<Route path="/tags/use/:tag" component={TagUses} />
<Route path="/task" component={TaskList} />
<Route path="/task/:parent_task_id/add_subtask" component={AddTask} />
<Route path="/task/:id/edit" component={ViewTask} />
<Route path="/task/:id/view" component={ViewTask} />
<Route path="/user" component={User} />
<Route path="/user/create" component={EditUser} />