-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add UserList modals and wire up buttons (#718)
* add hooks for creating, updating and deleting UserList * add UserList dialogs to ManageListDialogs * fix existing tests * fix UserList validationSchema * wire up UpsertUserListDialog to Create new list button on UserListListingPage * wire up edit button on UserListDetailsPage * name property on RadioChoiceField in UpsertUserListDialog should be "privacy_level" not "published" * add tests for upsertUserList * add tests for deleting a UserList * change margins on form-row * add context menu to UserListListingPage items, wire up buttons and add tests * remove unit from 0px margin * remove extraneous 0 in margin * remove unnecessary omit * correct accidental renaming of manageListDialogs * use faker.helpers.arrayElement
- Loading branch information
Showing
15 changed files
with
550 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.