johns2s / johndo

Codename for a new task management website
Mozilla Public License 2.0
0 stars 0 forks source link

categories and improve design of settings #10

Closed johns2s closed 7 years ago

johns2s commented 7 years ago

radio button code.

<input id="yesS" style="display: none" name="sound" value="yes" checked="" type="radio">
<input id="noS" style="display: none" name="sound" value="no" type="radio">
<label for="yesS" id="yesSLabel" class="radioLabel">Yep</label>
<label for="noS" id="noSLabel" class="radioLabel">No</label>
johns2s commented 7 years ago

Tentative wireframe done.

https://marvelapp.com/39jc8gg/screen/34093232

johns2s commented 7 years ago

Will also allow deletion of user's account

johns2s commented 7 years ago

fuzzy dates and account management (change password, remove account) DONE

johns2s commented 7 years ago

Merged first working iteration. Will add settings as we go.