Skip to content

Commit

Permalink
#1 Making clear that there is a recording selected and it wil be sent.
Browse files Browse the repository at this point in the history
  • Loading branch information
ackzell committed Jun 3, 2020
1 parent 7ed9eff commit 266449e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@
</v-card>

<v-card class="mt-4">
<v-banner>
Send recording:
<span v-if="recordings.length" class="overline">{{
`Recording ${selected + 1}`
}}</span>
<span v-else>None</span>
</v-banner>
<v-card-text>
<v-text-field
v-model="name"
Expand Down

0 comments on commit 266449e

Please sign in to comment.