mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Fixing Tasks to work differently, adding to dash.
This commit is contained in:
parent
56b27d6b05
commit
2d9ab70fa6
5 changed files with 56 additions and 16 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue