Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix linting issues | Joseph Donofry | 2019-07-16 | 1 | -5/+7 |
| | |||||
* | Add User Mentions Dialog | Joseph Donofry | 2019-07-16 | 1 | -0/+26 |
Add a RoomListItem-like button that opens a dialog containing all of the messages that would result in a highlight from the server (for example, the user is mentioned, or @room is mentioned). This is VERY rudimentary and will be completely reworked in the future to take advantage of the existing TimelineView class, instead of using a dialog like it does now. The button to show the mentions also needs work. |