Removed flickering on iframes

This commit is contained in:
2017-10-16 11:53:47 +02:00
parent fb04540c29
commit 8fdeb97de9
8 changed files with 70 additions and 14 deletions

View File

@ -9,9 +9,7 @@ component Forum(tag string, threads []*arn.Thread, threadsPerPage int)
Icon("plus")
span New thread
if len(threads) == threadsPerPage
button
Icon("refresh")
span Load more
LoadMore
component ThreadList(threads []*arn.Thread)
if len(threads) == 0