Files
habitica/website/server/controllers/api-v3
Jon Lim 9a00779698 Adding support for loading more members for Groups (#9740)
* Adding support for loading more members for Groups

Addresses issue #9720

Member modal component was only loading the maximum limit for queries
made to _getMembersForItem in /members, except with Challenges, which
was able to display a "Load More" button to retrieve another set of
users from the Challenge.

Made a few changes to how the GET request was being made when querying
for more members, added an easier way to know whether or not to display
the Load More button, and extracted some of the actions that were
too tightly coupled with the membersModal.vue.

* Fixes for failing lint tests

* Removing unnecessary async/await usage

* Fixing party view in header section

* Resolving missed conflict

* Adding necessary data for View Party in index header for web client to load party members
2018-02-05 19:42:54 +01:00
..
2018-02-04 13:28:05 +01:00
2017-10-31 12:57:44 -06:00
2018-01-30 08:23:20 -07:00
2017-10-12 16:44:28 +02:00
2016-10-19 21:31:07 -05:00
2017-06-08 17:10:22 -07:00
2017-08-22 18:26:53 +02:00
2017-01-13 14:06:46 -07:00
2018-02-04 13:28:05 +01:00
2018-02-04 13:28:05 +01:00
2016-11-03 08:31:30 -05:00
2017-07-17 14:28:25 -07:00