Updated todo

This commit is contained in:
Joel Collins 2019-02-11 17:00:33 +00:00
parent 28692cc375
commit 9acf4d874d

View file

@ -64,13 +64,12 @@
</ul> </ul>
<p> <p>
TODO: Basic keyboard control by adding event listeners to this pane (e.g. v-on:keyup.) <b>TODO:</b> Basic keyboard control by adding event listeners to this pane (e.g. v-on:keyup.)
<br> <br>
TODO: Add step-size boxes <b>TODO:</b> Make step size and position boxes work.
<br> <br>
TODO: Add click-navigation (and scroll focus) by adding event listeners to the stream panel (e.g. v-on:click, v-on:scroll) <b>TODO:</b> Add click-navigation (and scroll focus) by adding event listeners to the stream panel (e.g. v-on:click, v-on:scroll)
<br>
TODO: Add absolute-positioning input boxes
</p> </p>
</div> </div>
</template> </template>