-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MBL-1021] Block User Action Sheet (#1874)
* create BlockUserActionSheetView * present action sheet when tapping creator cell on project screen * gated behind featureBlockUsersEnabled() * goes directly to creator profile if flag is false. this is the current app behavior * formatting * show action sheet when tapping top-level comment cell header * give action sheet view a tag so that we can avoid adding to the view stack multiple times * present actions sheet on reply comment cell header tap * present action sheet when tapping MessageCell header from within a message * created a new outlet from Message.storyboard so that we can present the action sheet when the message sender's avatar, name, or project name is tapped * includes MessageCellViewModel test * update todo comments with ticket links * remove SwiftUI view and build action sheet using UIAlertController * added a custom helper in our UIAlertController extension * add accessibility identifier and value to alert controller * Increase shallow fetch depth to 100, to make Danger work * reference UIUserInterfaceSizeClass.horizontalSizeClass instead of userInterfaceIdiom * cleanup * update RootCommentCell * also includes some further delegate naming cleanup * format --------- Co-authored-by: Amy <a.dyer@kickstarter.com>
- Loading branch information
1 parent
7588768
commit 0272dca
Showing
15 changed files
with
320 additions
and
33 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
Oops, something went wrong.