fixed add/rem author funtionality for bs5 and converted to svg icons away from fontawesome

This commit is contained in:
2022-07-04 22:25:35 +10:00
parent 419eda9c33
commit c31ae71dee
8 changed files with 85 additions and 54 deletions

10
BUGs
View File

@@ -1,18 +1,14 @@
### fix to get this working with bs 5...
editing a book needs to use input groups
+/- buttons (add/rem say authors) are in wrong spot / input-group
get rid of font-awesome and use bootstrap5 icons
upgrade bootstrap, dataTables, etc.
#### BUGS (next-20)
#### BUGS (next-21)
### DB/back-end
### UI not updating after DB change:
BUG-3: alter a condition, covertype, etc. and its not in drop-down list (even though db look via index is correct, e.g books.html shows updated covertype)
BUG-7: if you remove a series from a book, it won't appear in the series drop-down if it is the first 'missing' book in that series -- either reset the list, or show all series always?
BUG-20: broken gui with bs5:
* series add/rem needs to lose divs inside divs of input groups (and templ)
### ordering of data in UI:
BUG-6: author,series, etc. do not have explicit ordering like sub-books... sort of irritating / needs code and DB fix