Page MenuHomePhorge

Autocomplete mentions
ClosedPublic

Authored by tusooa on Jul 2 2024, 5:02 PM.

Details

Summary

We created an autocompletion popup. It works roughly like how tab-completion works in bash.

Type: add

Test Plan

Type @ in a SendMessageBox. Verify that a popup appears with a list of users. Type something to apply a filter. Verify that only users matching that filter will appear. Click on a user. Verify that the popup disappears, and that the text area contains the user id of the selected user.

Diff Detail

Repository
rK kazv
Branch
tusooa/completion
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 129
Build 247: GitLab CI for kazv
Build 246: arc lint + arc unit

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Jul 2 2024, 5:11 PM
Harbormaster failed remote builds in B127: Diff 200!

Do not show popup if there are no candidates

Harbormaster returned this revision to the author for changes because remote builds failed.Jul 2 2024, 6:38 PM
Harbormaster failed remote builds in B129: Diff 202!
tusooa requested review of this revision.Jul 2 2024, 9:27 PM
This revision is now accepted and ready to land.Jul 3 2024, 6:13 PM
This revision was automatically updated to reflect the committed changes.