Improved group join and leave
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
component Groups(groups []*arn.Group, nextIndex int, user *arn.User)
|
||||
.tabs
|
||||
Tab("Groups", "users", "/groups")
|
||||
Tab("Latest", "users", "/groups")
|
||||
Tab("Popular", "globe", "/groups/popular")
|
||||
|
||||
h1.page-title Groups
|
||||
|
||||
|
@ -9,8 +9,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
groupsFirstLoad = 12
|
||||
groupsPerScroll = 9
|
||||
groupsFirstLoad = 24
|
||||
groupsPerScroll = 12
|
||||
)
|
||||
|
||||
// render renders the groups page with the given groups.
|
||||
|
Reference in New Issue
Block a user