Skip to content

Commit

Permalink
Updated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Urban committed Aug 15, 2024
1 parent 26dd277 commit dc8362a
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Ididit.Blazor/Pages/Habits.razor
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,15 @@
{
<HabitComponent Habit="HabitService.SelectedHabit" HabitChanged="StateHasChanged" CloseSelected="CloseSelected" />
}
@* else
{
<p>Stats:</p>
foreach (CategoryModel category in CategoryService.Categories)
{
}
} *@
</div>
}

Expand Down
9 changes: 9 additions & 0 deletions Ididit.Blazor/Pages/Notes.razor
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,15 @@
{
<NoteComponent Note="NoteService.SelectedNote" CloseSelected="CloseSelected" />
}
@* else
{
<p>Stats:</p>
foreach (CategoryModel category in CategoryService.Categories)
{
}
} *@
</div>
}

Expand Down
9 changes: 9 additions & 0 deletions Ididit.Blazor/Pages/Tasks.razor
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,15 @@
{
<TaskComponent Task="TaskService.SelectedTask" CloseSelected="CloseSelected" />
}
@* else
{
<p>Stats:</p>
foreach (CategoryModel category in CategoryService.Categories)
{
}
} *@
</div>
}

Expand Down
7 changes: 7 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ Host 24/7 on Raspberry Pi

---------------------------------------------------------------------------------------------------

task and habit:
pause timer

list all times done
edit time done
delete time done

when all habit items are done, habit is done
when all task items are done, task is done

Expand Down

0 comments on commit dc8362a

Please sign in to comment.