status-desktop/ui/app/AppLayouts/Chat/ChatColumn
Jonathan Rainville 91c8089716 fix: fix decimals problem with Chat commands
The problem was that the BigInt lib did not handle decimals at all. `divMod` only let the remainder be what is after the dot. So I created my own divde and multiply methods to move the dot depending on the number of decimals
2020-09-09 15:03:45 -04:00
..
ChatComponents fix: address review comments for the send forms 2020-09-09 15:03:45 -04:00
MessageComponents fix: fix decimals problem with Chat commands 2020-09-09 15:03:45 -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 chore: run qstrConverter script 2020-08-27 17:09:37 -04:00
EmptyChat.qml chore: re-run qstr converter 2020-07-17 11:55:01 -04:00
Message.qml feat: add chat command bubbles for received txs 2020-09-09 15:03:45 -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