Initial Support for Rich Replies
Add placeholder UI for showing replies in the text entry widget. Existing quoting capability has been removed (Temporarily), as it was replaced with the new reply capability. Replies sent from nheko do not currently appear correctly in the timeline (this will be fixed in a future commit).
This commit is contained in:
parent
b9dde957a8
commit
9159b9ce22
11 changed files with 412 additions and 255 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#include <QtConcurrent>
|
||||
|
||||
#include "QuickSwitcher.h"
|
||||
#include "SuggestionsPopup.h"
|
||||
#include "popups/SuggestionsPopup.h"
|
||||
|
||||
RoomSearchInput::RoomSearchInput(QWidget *parent)
|
||||
: TextField(parent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue