status-desktop/ui/app/AppLayouts/Chat/ChatColumn
emizzle 7b0d3c496c fix: exception handling in mutli-threaded transactions
Currently, exceptions thrown during transactions or gas estimation that were spawned in another thread are not being propagated, due to a limitation in nim (see https://nim-lang.org/docs/manual_experimental.html#parallel-amp-spawn).

This means any exceptions from status-go were not propagated correctly and would cause the app to crash. This includes entering the wrong password when trying to send a transaction.

The issue was addressed by passing a `success` variable by reference, which is set to false if an exception was thrown by status-go.
2020-09-17 12:21:29 -04:00
..
ChatComponents fix: exception handling in mutli-threaded transactions 2020-09-17 12:21:29 -04:00
MessageComponents feat: make settings user dependant and clean settings uses 2020-09-16 16:58:55 -04:00
samples feat: Un/install free sticker packs in sticker market 2020-07-15 15:53:48 -04:00
ChatButtons.qml fix: fix layout of input buttons when some are hidden 2020-08-19 15:25:13 -04:00
ChatInput.qml replace console.log with comment on popup section 2020-09-04 15:31:46 -04:00
ChatMessages.qml feat: make settings user dependant and clean settings uses 2020-09-16 16:58:55 -04:00
EmptyChat.qml chore: re-run qstr converter 2020-07-17 11:55:01 -04:00
Message.qml feat: make settings user dependant and clean settings uses 2020-09-16 16:58:55 -04:00
ReplyArea.qml feat: send images - UNSAFE - 2020-07-21 14:26:20 -04:00
SendImageArea.qml feat: send images - UNSAFE - 2020-07-21 14:26:20 -04:00
SuggestionBox.qml feat(chat): support mention auto complete anywhere inside the message 2020-07-23 15:36:45 -04:00
SuggestionFilter.qml fix: display emojis on input textarea 2020-08-04 10:14:57 -04:00
TopBar.qml chore: run qstrConverter script 2020-08-27 17:09:37 -04:00
qmldir feat: refactor Message and add Compact message type 2020-07-16 10:29:29 -04:00