frontend: add page number display
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cedd7990d5
commit
2bfce259e4
|
@ -9,6 +9,7 @@
|
|||
<div class="sidebar" :style="{ display: showSidebar ? '' : 'none' }">
|
||||
<h3>{{ info.title }}</h3>
|
||||
<router-link :to="'/series/' + info.series">All Volumes</router-link>
|
||||
<p>{{ page + 1 }}/{{ info.pages.length }}</p>
|
||||
<p>
|
||||
<button v-on:click="changePageWidth(5)">+</button>
|
||||
<button v-on:click="changePageWidth(-5)">-</button>
|
||||
|
|
Reference in a new issue