-
- Downloads
Add User Mentions Dialog
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.
Showing
- CMakeLists.txt 4 additions, 0 deletionsCMakeLists.txt
- deps/CMakeLists.txt 2 additions, 2 deletionsdeps/CMakeLists.txt
- nheko-backtrace.dump 0 additions, 1 deletionnheko-backtrace.dump
- resources/styles/nheko-dark.qss 29 additions, 0 deletionsresources/styles/nheko-dark.qss
- src/ChatPage.cpp 52 additions, 0 deletionssrc/ChatPage.cpp
- src/ChatPage.h 8 additions, 0 deletionssrc/ChatPage.h
- src/UserMentionsWidget.cpp 308 additions, 0 deletionssrc/UserMentionsWidget.cpp
- src/UserMentionsWidget.h 164 additions, 0 deletionssrc/UserMentionsWidget.h
- src/dialogs/UserMentions.cpp 59 additions, 0 deletionssrc/dialogs/UserMentions.cpp
- src/dialogs/UserMentions.h 26 additions, 0 deletionssrc/dialogs/UserMentions.h
Loading
Please register or sign in to comment