-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search context menus #705
Search context menus #705
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, works as expected:
- Would it be possible to move the destructive actions (block/unsubscribe) into its own section in the menu? Always makes me a little nervous having a destructive menu item as the first option on a long press menu.
- Not PR block worthy though, if too big of a change for this PR to how menu functions/items are generated.
When you say 'section', do you mean adding a divider or adding a separate sub-menu like we use for the 'top' sort modes in the feed? I don't think misclicks should be a huge issue - the app asks for confirmation for both unsubscribing and blocking anyways |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
37c82e9
to
7623d51
Compare
I've had to rewrite most of this - it was quite old haha. I've added some extra changes that weren't present in the previous version:
|
Looks good:
|
Co-authored-by: Bosco Ho <[email protected]> (cherry picked from commit 3a2a7c0)
Lets you share and block communities and users from a context menu on each search result.