Fixing Tasks to work differently, adding to dash.

This commit is contained in:
Brian McGonagill 2022-09-05 16:22:56 -05:00
parent 56b27d6b05
commit 2d9ab70fa6
5 changed files with 56 additions and 16 deletions

View file

@ -14,16 +14,16 @@
<div class="col s6 m4 l4">
<p>
<label>
<input type="checkbox" id="hideMyCompletedTasks" />
<span>Hide Completed</span>
<input type="checkbox" id="showMyCompletedTasks" />
<span>Show Completed</span>
</label>
</p>
</div>
<div class="col s6 m4 l4">
<p>
<label>
<input type="checkbox" id="onlyTodaysTasks" />
<span>Today's Tasks</span>
<input type="checkbox" id="showAllTasks" />
<span>Show All Tasks</span>
</label>
</p>
</div>