Add initial inline progress update
Doesn't work yet
This commit is contained in:
parent
ff7d87b1c4
commit
a579ea52f4
3 changed files with 22 additions and 0 deletions
5
bookwyrm/templates/snippets/progress_update.html
Normal file
5
bookwyrm/templates/snippets/progress_update.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<div class="progress-update is-small">
|
||||
on page
|
||||
<input class="is-small" type="text" size="3">
|
||||
of
|
||||
</div>
|
|
@ -63,6 +63,10 @@
|
|||
</div>
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
{% if active_shelf.identifier == 'reading' %}
|
||||
{% include 'snippets/progress_update.html' %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue