Improved default scroll length
This commit is contained in:
parent
44901d2411
commit
28088a93b3
@ -14,7 +14,7 @@ import (
|
||||
|
||||
const (
|
||||
animeFirstLoad = 50
|
||||
animePerScroll = 5
|
||||
animePerScroll = 15
|
||||
)
|
||||
|
||||
// FilterByStatus returns a handler for the given anime list item status.
|
||||
|
@ -12,7 +12,7 @@ import (
|
||||
|
||||
const (
|
||||
tracksFirstLoad = 12
|
||||
tracksPerScroll = 3
|
||||
tracksPerScroll = 6
|
||||
)
|
||||
|
||||
// render renders the soundtracks on user profiles.
|
||||
|
@ -10,7 +10,7 @@ import (
|
||||
|
||||
const (
|
||||
tracksFirstLoad = 12
|
||||
tracksPerScroll = 3
|
||||
tracksPerScroll = 6
|
||||
)
|
||||
|
||||
// render renders the soundracks page with the given tracks.
|
||||
|
Loading…
Reference in New Issue
Block a user