mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-11 05:29:37 +00:00
Update:Timestamp input support over 99 hours and focus input #657
This commit is contained in:
parent
5db949e4a7
commit
6244909332
2 changed files with 34 additions and 7 deletions
|
|
@ -34,7 +34,7 @@
|
|||
<div class="w-12">#{{ chapter.id + 1 }}</div>
|
||||
<div class="w-32 px-1">
|
||||
<ui-text-input v-if="showSecondInputs" v-model="chapter.start" type="number" class="text-xs" @change="checkChapters" />
|
||||
<ui-time-picker v-else class="text-xs" v-model="chapter.start" @change="checkChapters" />
|
||||
<ui-time-picker v-else class="text-xs" v-model="chapter.start" :show-three-digit-hour="mediaDuration >= 360000" @change="checkChapters" />
|
||||
</div>
|
||||
<div class="flex-grow px-1">
|
||||
<ui-text-input v-model="chapter.title" class="text-xs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue