completed task index
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
let estimated_time = $state({sum:0});
|
||||
let project = $state(null);
|
||||
const router = useTinyRouter();
|
||||
let showSettings = $state(false);
|
||||
let showSettings = $state(router.fullPath.endsWith('/edit'));
|
||||
let task = $state(null);
|
||||
|
||||
$effect(() => updateOn(id));
|
||||
@@ -46,6 +46,7 @@
|
||||
function updateOn(id){
|
||||
task = null;
|
||||
loadTask();
|
||||
console.log(router);
|
||||
}
|
||||
|
||||
function addChild(){
|
||||
|
||||
Reference in New Issue
Block a user