Skip to content
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

autocomplete: Support wildcard @-mentions #234

Closed
chrisbobbe opened this issue Jul 21, 2023 · 0 comments · Fixed by #889
Closed

autocomplete: Support wildcard @-mentions #234

chrisbobbe opened this issue Jul 21, 2023 · 0 comments · Fixed by #889
Assignees
Labels
a-compose Compose box, autocomplete, attaching files/images

Comments

@chrisbobbe
Copy link
Collaborator

chrisbobbe commented Jul 21, 2023

With #207 being merged, we now have an @-mention autocomplete UI for user mentions! 🎉

We should extend it to support autocompleting wildcard mentions, like @**all** and @**channel**.

The exact set of wildcard-mention options will depend on the server version:

@chrisbobbe chrisbobbe added the a-compose Compose box, autocomplete, attaching files/images label Jul 21, 2023
@chrisbobbe chrisbobbe added this to the Launch milestone Jul 21, 2023
@gnprice gnprice modified the milestones: Launch, B2: Summer 2024 May 9, 2024
@sm-sayedi sm-sayedi self-assigned this Aug 14, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Aug 16, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Aug 22, 2024
gnprice pushed a commit to sm-sayedi/zulip-flutter that referenced this issue Nov 8, 2024
@gnprice gnprice modified the milestones: Beta 3: Summer 2024, Launch Nov 21, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Dec 3, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Dec 3, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Dec 3, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Dec 6, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Dec 6, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Dec 6, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Dec 6, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Dec 6, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Dec 6, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Dec 9, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Dec 9, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Dec 10, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Dec 10, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Dec 14, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Jan 12, 2025
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Jan 12, 2025
@gnprice gnprice modified the milestones: M5: Launch, M5-a: Server 10 Jan 14, 2025
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Jan 15, 2025
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Jan 19, 2025
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Jan 19, 2025
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Jan 22, 2025
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Jan 24, 2025
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Jan 26, 2025
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Jan 26, 2025
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Jan 29, 2025
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Jan 30, 2025
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Jan 30, 2025
rishichirchi pushed a commit to rishichirchi/zulip-flutter that referenced this issue Feb 7, 2025
The implementation logic is mostly similar to the zulip-mobile implementation:
  https://github.com/zulip/zulip-mobile/blob/a115df1f71c9dc31e9b41060a8d57b51c017d786/src/autocomplete/WildcardMentionItem.js#L92-L141

It is different from the zulip-mobile in the following ways:
  - suppress wildcards on silent mentions
  - match "stream" queries even on new servers (but emit @**channel**)

Fixes: zulip#234
github-actions bot pushed a commit that referenced this issue Feb 12, 2025
The implementation logic is mostly similar to the zulip-mobile implementation:
  https://github.com/zulip/zulip-mobile/blob/a115df1f71c9dc31e9b41060a8d57b51c017d786/src/autocomplete/WildcardMentionItem.js#L92-L141

It is different from the zulip-mobile in the following ways:
  - suppress wildcards on silent mentions
  - match "stream" queries even on new servers (but emit @**channel**)

Fixes: #234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-compose Compose box, autocomplete, attaching files/images
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants