Improved forum frontpage
This commit is contained in:
@ -10,7 +10,7 @@ component AnimeListItem(viewUser *arn.User, item *arn.AnimeListItem, anime *arn.
|
||||
|
||||
InputTextArea("notes", item.Notes, "Notes", "Notes")
|
||||
|
||||
.actions
|
||||
.buttons
|
||||
a.ajax.button(href="/+" + viewUser.Nick + "/animelist")
|
||||
Icon("list")
|
||||
span View collection
|
||||
|
@ -3,7 +3,10 @@ component Forum(tag string, threads []*arn.Thread)
|
||||
ForumTags
|
||||
ThreadList(threads)
|
||||
|
||||
button#load-more-threads Load more
|
||||
.buttons
|
||||
button
|
||||
Icon("refresh")
|
||||
span Load more
|
||||
|
||||
component ThreadList(threads []*arn.Thread)
|
||||
each thread in threads
|
||||
|
@ -1,7 +1,7 @@
|
||||
.forum-tag
|
||||
&.active
|
||||
color white
|
||||
background-color text-color
|
||||
background-color link-hover-color
|
||||
|
||||
#load-more-threads
|
||||
margin-top 1rem
|
Reference in New Issue
Block a user