status-desktop/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents
Alexandra Betouni 4ee21ada05 feat(desktop) Added image function in Style
Introduced Style.svg() Style.png() Style.emoji() and
Style.icon() in Style.qml. Those should be used to
set the source in Images instead of using relative
paths. Usage:
Image {
   source: Style.svg("check)
   ....

Also moved all Singletons inside a new "utils"
folder and made it a QML module, to use
import utils 1.0 instead of relative paths

Closes #3678
2021-09-28 15:28:00 -04:00
..
TransactionComponents feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
AudioPlayer.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
ChannelIdentifier.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
ChatButtons.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
ChatReply.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
ChatText.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
ChatTime.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
CompactMessage.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
DateGroup.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
EmojiReactions.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
InvitationBubble.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
LinksMessage.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
MessageBorder.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
MessageMouseArea.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
NormalMessage.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
RectangleCorner.qml feat: make RectangleCorner a component and show images in compact 2020-07-16 11:49:13 -04:00
Retry.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
SentMessage.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
StatusUpdate.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
TransactionBubble.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
UserImage.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
UsernameLabel.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
qmldir feat: refactor Message and add Compact message type 2020-07-16 10:29:29 -04:00