Skip to content

"View messages sent", from a profile screen #679

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

Open
gnprice opened this issue May 15, 2024 · 0 comments
Open

"View messages sent", from a profile screen #679

gnprice opened this issue May 15, 2024 · 0 comments
Labels
a-msglist The message-list screen, except what's label:a-content
Milestone

Comments

@gnprice
Copy link
Member

gnprice commented May 15, 2024

In Zulip web, after you click on a user's name or avatar, one of the options is "View messages sent". This takes you to a search view showing all the messages (that you can see) that the given user sent.

This is a handy feature, and it'd be good to include on mobile as well. (We don't currently have this in zulip-mobile.) This means a button on the profile screen, just under the "Send direct message" button, which leads to an appropriate message list.

Implementation

A prerequisite issue is:

because the narrow "sent by user X" is effectively a type of search narrow.

The initial version of #252 will cover only searches for plain-text queries, and this will be a search with a different operator. This issue might come after adding general search operators to the search screen, and in that case this issue would be a simple matter of adding a button to the profile screen.

Alternatively, we could take this issue as the initial prompt to begin extending the search screen in that direction. In that case we'd probably keep the changes to the search screen, and to internal abstractions like Narrow subclasses, down to the minimum required to support this feature. We'd leave further extensions to other search operators (and especially the UI to support them in the search screen) for later.

@gnprice gnprice added the a-msglist The message-list screen, except what's label:a-content label May 15, 2024
@gnprice gnprice added this to the Post-launch milestone May 15, 2024
@gnprice gnprice modified the milestones: M6: Post-launch, M7: Future Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-msglist The message-list screen, except what's label:a-content
Projects
Status: No status
Development

No branches or pull requests

1 participant