feat: custom sections, TV series section, fix table wrapping
This commit is contained in:
parent
995a539fa9
commit
39c64bf51a
17 changed files with 402 additions and 204 deletions
5
layouts/partials/tv/series/table-header.html
Normal file
5
layouts/partials/tv/series/table-header.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<th>Date Added</th>
|
||||
<th>Series Title</th>
|
||||
{{ if ( not ( eq ( .Scratch.Get "listMode" ) "wishlist" ) ) }}
|
||||
<th>Dates Watched</th>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue