]> de.git.xonotic.org Git - xonotic/xonstat.git/commit
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)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 7 Oct 2012 02:37:09 +0000 (22:37 -0400)
commit1725e855803bef2846df365f356ecf552dbe8990
treeedd54e42f08e963e5f31d6ded070b0e42dc29083
parent99f47ca05d3248caa1d7ebf0b82ec7a861c08b16
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