first pass at creating a book, it works, but I have messed up the series-div* html in book.html

This commit is contained in:
2020-12-23 12:53:27 +11:00
parent 7bd81d3119
commit 73001dd24c
5 changed files with 109 additions and 36 deletions

2
BUGs
View File

@@ -6,3 +6,5 @@
* show books, only shows first author
* starting on series remove button. If we click a subbook, then remove series button needs to be clever (might need client-side validation / confirmation, eg. this is a subbook, you want to remove all of the sub books from the series?)
* series: 112, book/sub-book ordering is broken
** I have made a mess of the series_div stuff && its just complex, is it the best solution?