8adfa64e7a
Finish implementing include/exclude
...
This commit adds functionality that stores inclusions/exclusions as MentionItems and converts them back and forth into a list of strings as necessary
2023-08-21 19:57:41 -07:00
35ee1aee5c
Implement localizations
...
This translates the static section headers in FilterModal as well as various parts of MentionTypeahead's UI
2023-08-21 19:55:59 -07:00
d88945ad95
Add themed variable for mention focus stroke
2023-08-21 19:54:17 -07:00
6b562941c7
Implement MentionTypeahead
...
This component implements react-bootstrap-typeahead to give us a typeahead for items. Originally this was all implemented in MentionTableField but we split it into its own component.
2023-08-21 17:27:31 -07:00