mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
* Attempt to use party data from the store rather than always fetching it from the API * Move init code to shown() to prevent unnecessary network requests * Use store party data in getGroup action if possible to save an API call * Use store data rather than API call for party in challengeModal; remove unnecessary code in guilds:getGroup action * Create party:getParty action and employ it in Group and ChallengeModal * Use store instead of action return for party data * Change how party data is stored |
||
|---|---|---|
| .. | ||
| buy.js | ||
| challengeMemberSearch.js | ||
| challengeUtilities.js | ||
| groupsUtilities.js | ||
| guide.js | ||
| notifications.js | ||
| openedItemRows.js | ||
| payments.js | ||
| spells.js | ||
| styleHelper.js | ||