status-desktop/ui/app/AppLayouts/Chat/ChatColumn
emizzle 417194e7b4 feat: Keyboard shortcuts
Add keyboard shortcuts according to https://notes.status.im/02cfVf1KQLeQU2SqrIi9tw

fix: update chat message bubbles
- Align emojis to middle of text
- Add line-height as per design
- Properly support RTL languages (right-aligned) and LTR languages (left-aligned)
- Remove unneeded non-breaking space at the beginning of current user messages
- Properly support markdown for bold, strikethrough, and italic
- Fix text being removed when in between strikethrough markdown (~~)

fix: emoji resolution update for high resolution monitors
- Emojis now use the 72x72 original set, but are down-scaled to 20x20 (in chat bubbles) or 22x22 in other places, effectively tripling their pixel density

feat: handle new lines in blockquote

Handle new lines in blockquote so that messages display correctly.

Also, add functionality when a new line is entered in to the chat input, if it's inside a blockquote, a new ">" will be added automatically. This is also handled when backspace is entered.

feat: update xss to support full qt html4 table and table-cell attributes
2020-11-26 11:33:32 -05:00
..
ChatComponents refactor: replace transaction modal `reset` functionality 2020-11-26 11:17:24 -05:00
MessageComponents feat: Keyboard shortcuts 2020-11-26 11:33:32 -05:00
samples feat: Un/install free sticker packs in sticker market 2020-07-15 15:53:48 -04:00
ChatMessages.qml feat(Notifications): allow users to turn of notifications for non-contacts 2020-11-24 11:16:02 +01:00
EmptyChat.qml fix: fix emptyChat text not being translated or translatable 2020-10-27 10:23:26 -04:00
Message.qml feat: allow users to change font size for chat messages 2020-11-25 14:41:29 +01:00
SuggestionBox.qml fix: make sure the mention and emoji pickers close when pressing escape 2020-11-19 13:54:17 -05:00
SuggestionFilter.qml fix: display emojis on input textarea 2020-08-04 10:14:57 -04:00
TopBar.qml feat: add fetch more menu item in the chat drop down menu 2020-11-26 11:20:25 -05:00
qmldir feat: refactor Message and add Compact message type 2020-07-16 10:29:29 -04:00