|
|
|
|
@ -162,9 +162,6 @@
|
|
|
|
|
<label>Seconds</label>
|
|
|
|
|
<input @change="updateSavedPreviousSeconds" v-model="totalSeconds" type="number"/>
|
|
|
|
|
|
|
|
|
|
<label>Comments</label>
|
|
|
|
|
<textarea v-model="comments"/>
|
|
|
|
|
|
|
|
|
|
<label>Practice Category</label>
|
|
|
|
|
<select v-model="practice_category_id">
|
|
|
|
|
<option v-for="category in categories" v-bind:value="category.id">
|
|
|
|
|
@ -177,6 +174,9 @@
|
|
|
|
|
|
|
|
|
|
<input type="Submit"/>
|
|
|
|
|
|
|
|
|
|
<label>Comments</label>
|
|
|
|
|
<textarea v-model="comments"/>
|
|
|
|
|
|
|
|
|
|
<label>Hours:</label>
|
|
|
|
|
<input type="number" @change="setSecondsManually" v-model="manualHours"/>
|
|
|
|
|
<label>Minutes:</label>
|
|
|
|
|
|