]> git.xonotic.org Git - xonotic/xonstat.git/commit - xonstat/templates/player_game_index.mako
Make the "recent games" table expand with the "more" link.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 7 Oct 2012 02:37:09 +0000 (22:37 -0400)
committerJan Behrens <zykure@web.de>
Sun, 23 Dec 2012 14:18:33 +0000 (15:18 +0100)
commit61b082e0432dbdab0b200257efa79a50ad96a304
tree53bd3e7dc19ea22b8e363037af2c4ba75454f899
parent2519f9776514c131b68e6d1dc2c10d9c8e8a83c8
Make the "recent games" table expand with the "more" link.

Previously a big list of scoreboards would be shown if a person
clicked on the "more" link below the "recent games" table on the
player info page. Now a table that is exactly the same is shown,
but with pagination. This is in essence an attempt to keep the
same elements in the view; when a person clicks on a "more" link,
they expect to see more of the same items they were looking at.

The end benefit for players is that they can quickly page through
all of their games and see summary results as well as their elo
changes from one simple view.
xonstat/templates/player_game_index.mako
xonstat/views/player.py