bicarbon8 / todoTxtWebUi

A web UI to use with a todo.txt file
GNU General Public License v3.0
108 stars 21 forks source link

the edit task modal should display a real-time list of referenced priority, projects and contexts below the textarea #5

Closed bicarbon8 closed 9 years ago

bicarbon8 commented 12 years ago

currently the edit modal is very bare-bones and it should be enhanced to display the currently referenced priority, projects and contexts from the textarea which should update as the user types

ACTUAL: the modal only displays the exact text of the task and two buttons (update and delete)

EXPECTED: the modal displays the exact text of the task, two buttons (update and delete) and then has additional detail areas displaying the priority, projects and contexts. The display of these items should be configurable in the defaultTheme.css file.