Page MenuHomePhorge

Autocomplete mentions
ClosedPublic

Authored by tusooa on Jul 2 2024, 5:02 PM.
Tags
None
Referenced Files
F30585: D88.1726914607.diff
Fri, Sep 20, 3:30 AM
Unknown Object (File)
Wed, Sep 18, 2:42 AM
Unknown Object (File)
Tue, Sep 17, 6:18 AM
Unknown Object (File)
Mon, Sep 9, 11:50 PM
Unknown Object (File)
Sat, Sep 7, 8:16 AM
Unknown Object (File)
Thu, Sep 5, 2:51 AM
Unknown Object (File)
Wed, Sep 4, 1:16 AM
Unknown Object (File)
Tue, Sep 3, 8:10 PM
Subscribers
None

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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.