use crosstable to cache number of games

dominated-viewport
Thibault Duplessis 2016-06-22 11:25:23 +02:00
parent 52a18f42eb
commit 9220f3e8a6
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ object GameFilterMenu {
case Bookmark => info.map(_.nbBookmark)
case Imported => info.map(_.nbImported)
case All => user.count.game.some
case Me => info.map(_.nbWithMe)
case Rated => user.count.rated.some
case Win => user.count.win.some
case Loss => user.count.loss.some