status-desktop/ui/app/AppLayouts/Chat
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
..
ChatColumn fix: fix decimals problem with Chat commands 2020-09-09 15:03:45 -04:00
ContactsColumn add missing source comments 2020-09-09 14:08:19 -04:00
components uiux(Chat): make entire contact item clickable when starting new chat 2020-09-08 14:24:12 -04:00
data feat: add onClicked to Emojis and use a Model to show them 2020-07-21 11:41:19 -04:00
ChatColumn.qml uiux(Chat): show loading indicator when fetching more messages 2020-09-08 14:09:09 -04:00
ChatLayout.qml feat(chat): add image support 2020-07-15 16:05:35 -04:00
ContactsColumn.qml fix: wallet ui errors 2020-07-16 11:43:42 -04:00
qmldir feat(chat): implement mention auto complete 2020-07-17 12:31:20 -04:00