status-desktop/ui/app/AppLayouts/Chat
Pascal Precht 71ab9cebcf fix(ChatLayout): ensure channel name is vertically centered
This was originally reported in https://github.com/status-im/StatusQ/issues/427, however it turns out
that the underlying component already handles this case correctly.

The reason the channel name is not vertically centered inside Status Desktop,
is because the returned value of `XSS.filterXss()` for the `subTitle` is never an empty string.

Trimming the return value fixes this.
2021-10-05 16:32:07 -04:00
..
ChatColumn fix(ui): Resolve conflict between click on text message and click on message 2021-09-28 15:37:06 -04:00
CommunityComponents fix(Communities): make channel popup validation work again 2021-09-29 13:11:53 -04:00
ContactsColumn feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
components refactor(@desktop/profile): don't display footer or chat settings in profile popup for own profile 2021-09-28 15:35:28 -04:00
data feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
ChatColumn.qml fix(ChatLayout): ensure channel name is vertically centered 2021-10-05 16:32:07 -04:00
ChatLayout.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
CommunityColumn.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
ContactsColumn.qml fix(ui): new chat menu popup hide on second click 2021-09-28 15:35:47 -04:00
qmldir feat(chat): implement mention auto complete 2020-07-17 12:31:20 -04:00