client redesign: add infinite loading for guilds + misc fixes

This commit is contained in:
Matteo Pagliazzi
2017-03-11 19:42:50 +01:00
parent 939712ad1f
commit c5633e2074
7 changed files with 824 additions and 44 deletions

View File

@@ -11,3 +11,5 @@ export const SUPPORTED_SOCIAL_NETWORKS = [
{key: 'facebook', name: 'Facebook'},
{key: 'google', name: 'Google'},
];
export const GUILDS_PER_PAGE = 30; // number of guilds to return per page when using pagination