Infinite scrolling for activities

This commit is contained in:
2018-11-12 15:05:46 +09:00
parent e44bfd94b7
commit dc04601072
5 changed files with 63 additions and 18 deletions

View File

@ -21,7 +21,9 @@ func Register(l *layout.Layout) {
// Activity
l.Page("/activity", activity.Global)
l.Page("/activity/from/:index", activity.Global)
l.Page("/activity/followed", activity.Followed)
l.Page("/activity/followed/from/:index", activity.Followed)
// Calendar
l.Page("/calendar", calendar.Get)