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
Khushboo Mehta
f4baf7c738
fix(@desktop/chat): Emoji reaction Menu is incorrect
...
Added logic to set parent ,x and y positions from the place where the menu is opened
fixes #2385
2021-08-31 13:45:32 -04:00
Khushboo Mehta
b80ac8070f
fix(@desktop/chat): pin button is blurred
...
Updated from PopupMenu to StatusPopMenu. Removed buttons not in design.
Also added left and right button functionalXity on memeber list
fixes #2956 , #3162
2021-08-11 14:33:21 +02:00
Alexandra Betouni
fe08c0bdc8
[ #2584 ] Fixing 'more' chat menu position
...
Re-parented to 'more' button so that it's
following that when scaling the window
Closes #2584
2021-08-03 16:51:35 -04:00
Andrei Smirnov
0675f013af
fix(@desktop/pinned): actions to unpin and jump to the message
2021-07-23 14:43:57 -04:00
Alexandra Betouni
0f0b239f2a
[ #2386 ] Fixed inline emoji reaction menu not showing on top of message
...
* Also replaced usage of synamic scoping with properties,
signals and functions where possible
Closes #2386
2021-07-19 14:06:36 -04:00
Sale Djenic
1acbc76cc9
chore(@desktop/general): run translation script
...
All untranslated properties are translated now using translation scripts.
2021-07-19 12:27:45 -04:00
Anthony Laibe
76f1aec0e3
fix(@desktop/communities): disable edit for cleared message
2021-07-13 16:41:27 -04:00
Richard Ramos
c7750da267
feat: edit messages
2021-07-06 11:30:07 -04:00
Jonathan Rainville
d5032430f9
feat(act-center): scroll to the clicked message in the act center
...
Fixes #2681
2021-06-15 13:14:19 -04:00
Jonathan Rainville
c1f6afd799
fixes
2021-05-26 12:12:05 -04:00
Jonathan Rainville
b52dceb984
feat(Chat): add pinned messages feature
2021-05-26 12:12:05 -04:00
Jonathan Rainville
2e25bf4f8a
fix(CompactMessage): fix message hover getting stuck
...
Fixes #2226 and #2196
2021-04-21 18:05:42 -04:00
Iuri Matias
4e15002beb
hide reactions and replies when the message is a transaction
2021-03-24 14:43:04 -04:00
Jonathan Rainville
46412204c5
feat: implement new colors for dark mode
2021-02-18 15:24:12 -05:00
Jonathan Rainville
0e699cac65
chore: run translation scripts
2021-02-18 15:23:58 -05:00
ace-smart
9950221159
Adjusted padding and margin of the StatusTooltip component as design. Fixes #1817
2021-02-10 13:37:02 -05:00
Jonathan Rainville
984133ba4a
feat: position emoji picker next to button group on the top
2021-02-08 16:48:14 -05:00
Jonathan Rainville
c665861820
fix: fix button alignment and background glitch in compact mode
2021-02-08 16:48:14 -05:00
Jonathan Rainville
b245d858aa
feat: redisgn compact mode part 1
...
redesigns the compact mode to have a nice hover, easier replying and adding reactions and more
Missing parts are aligning chat command, images and unfurlings, redesigning mentions and the channel list and also trying to find a way to re-enable link hovers in the text
2021-02-01 11:54:26 -05:00