adding Marker to parse effectively pdf
This commit is contained in:
@@ -33,6 +33,13 @@
|
||||
</div>
|
||||
|
||||
<div class="book-actions">
|
||||
<router-link
|
||||
v-if="book.status === 'READY'"
|
||||
:to="{ name: 'book-reader', params: { id: book.id } }"
|
||||
class="btn btn-secondary"
|
||||
>
|
||||
Read
|
||||
</router-link>
|
||||
<button
|
||||
class="btn btn-danger"
|
||||
:disabled="book.status === 'PROCESSING' || deleting"
|
||||
@@ -181,6 +188,7 @@ function formatDate(iso: string): string {
|
||||
.book-actions {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: 0.5rem;
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user