mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 11:38:24 +00:00
* Fixed party size and notification when inviting Fixed party limit to 30 members (previously 31) and pop-up when trying to invite someone, when party has already reached it's members limit, to properly show members number. * Fixed View Party button in header Fixed View Party button in header to properly show Load More button when party size exceeds party limit. * Fixed View Party button to properly open party Fixed View Party button to properly open party members list on refreshing the main page, this bug was caused by previous commit. * Fixed SelectMembersModal to properly show Load More button Fixed SelectMembersModal (the modal that apperas when casting cards/specials on party member) to properly show Load More button when party size exceeds party limit * fix(test): limit now technically 29 plus leader * fix(test): adjust for tweakage Co-authored-by: Sabe Jones <sabrecat@gmail.com> |
||
|---|---|---|
| .. | ||
| GET-group-plans.test.js | ||
| GET-groups.test.js | ||
| GET-groups_groupId_invites.test.js | ||
| GET-groups_groupId_members.test.js | ||
| GET-groups_id.test.js | ||
| POST-group_remove_manager.test.js | ||
| POST-groups.test.js | ||
| POST-groups_groupId_join.test.js | ||
| POST-groups_groupId_leave.test.js | ||
| POST-groups_groupId_reject.test.js | ||
| POST-groups_id_removeMember.test.js | ||
| POST-groups_invite.test.js | ||
| POST-groups_manager.test.js | ||
| PUT-groups.test.js | ||