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

@@ -26,12 +26,14 @@ import {
TAVERN_ID,
LARGE_GROUP_COUNT_MESSAGE_CUTOFF,
SUPPORTED_SOCIAL_NETWORKS,
GUILDS_PER_PAGE,
} from './constants';
api.constants = {
MAX_INCENTIVES,
LARGE_GROUP_COUNT_MESSAGE_CUTOFF,
SUPPORTED_SOCIAL_NETWORKS,
GUILDS_PER_PAGE,
};
// TODO Move these under api.constants
api.maxLevel = MAX_LEVEL;