habitica/test/api/v3/integration/groups
KoRnoliX d2a0d4194a
Fix casting items on parties that exceed it limit by showing Load More Button (#13509)
* 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>
2021-10-07 15:41:22 -05:00
..
GET-group-plans.test.js fix test lint 2019-10-08 20:45:38 +02:00
GET-groups.test.js Remove Tavern from API v3 list of guilds when 'guild' or 'publicGuilds' type parameter get added. (Fixes #12407) (#12438) 2020-08-17 12:38:07 +02:00
GET-groups_groupId_invites.test.js feat(members): allow to fetch up to 60 members at all (#12400) 2020-07-19 18:25:46 +02:00
GET-groups_groupId_members.test.js feat(members): allow to fetch up to 60 members at all (#12400) 2020-07-19 18:25:46 +02:00
GET-groups_id.test.js Fix Typos (#11644) 2019-12-23 17:52:55 +01:00
POST-group_remove_manager.test.js Teams UI Redesign and A11y Updates (#12142) 2020-07-25 07:37:10 -05:00
POST-groups.test.js fix test lint 2019-10-08 20:45:38 +02:00
POST-groups_groupId_join.test.js WIP. Accepting a redundant party invite will not remove the user from the party and let the user still be a part of it. Fixes #12291. (#12356) 2020-07-13 16:00:34 +02:00
POST-groups_groupId_leave.test.js Allow group plans for private guilds only (#12479) 2020-08-21 11:46:09 +02:00
POST-groups_groupId_reject.test.js fix test lint 2019-10-08 20:45:38 +02:00
POST-groups_id_removeMember.test.js Prevent the removal of a quest owner from a group, take 2 (#12695) 2020-10-26 10:46:43 +01:00
POST-groups_invite.test.js Fix casting items on parties that exceed it limit by showing Load More Button (#13509) 2021-10-07 15:41:22 -05:00
POST-groups_manager.test.js fix test lint 2019-10-08 20:45:38 +02:00
PUT-groups.test.js Frontend support and adjustments of current banned words blocking code to support new implementation (Fixes #12405) (#12496) 2020-09-11 10:29:30 +02:00