status-desktop/ui/app/AppLayouts/Chat
Sale Djenic 102a385943 fix(@desktop/chat): app crash when you accept contact request
This issue is being happened randomly, no general rule, in my case it happens often when you accept
first contact from the list immediately after the app start, but the ticket says that it happens
when you click accept while context menu is opened.

Two places were threat for this crash and both are fixed here:
- getChannel proc, direct access by index to Chat element of the chats sequence,
- setChatItem proc, where we actually were setting chatItem and accessing its property without
  checking if it is an empty object.

Fixes: #2837
2021-07-13 16:33:08 -04:00
..
ChatColumn fix(@desktop/timeline): update color of chat time when image 2021-07-13 11:38:43 -04:00
CommunityComponents refactor(Communities): replace `CategoryList and `ChannelList` with StatusQ components 2021-07-09 10:39:58 -04:00
ContactsColumn fix(@desktop/chat): update color of close suggestion to be lighter 2021-07-13 11:38:13 -04:00
components fix(@desktop/chat): app crash when you accept contact request 2021-07-13 16:33:08 -04:00
data change status-spanish to status-espanol, it's more guay 2020-09-23 17:19:17 -04:00
ChatColumn.qml fix(@desktop/chat): app crash when you click macOS' notification 2021-07-13 10:35:29 -04:00
ChatLayout.qml refactor(ChatLayout): use StatusQ layout component to lay out view 2021-06-30 15:08:26 +02:00
CommunityColumn.qml refactor(Chat, Communities): replace `TopBar` with `StatusChatToolBar` 2021-07-09 10:39:58 -04:00
ContactsColumn.qml refactor(Chat, Communities): replace `TopBar` with `StatusChatToolBar` 2021-07-09 10:39:58 -04:00
qmldir feat(chat): implement mention auto complete 2020-07-17 12:31:20 -04:00