Pascal Precht
e6df5c8b12
refactor: move `StyledTextEdit` to ui/shared/controls
2021-10-14 12:51:27 -04:00
Pascal Precht
322a071aa3
refactor: move `SVGImage` to ui/shared/panels
2021-10-14 12:51:27 -04:00
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
Jonathan Rainville
e2d91dc66b
fix(act-center): multiple fixes to the activity center
2021-07-27 15:29:03 -04:00
Jonathan Rainville
aa87a3f7fe
feat(activity): add 1-1 messages to activity center
...
Fixes #2830
2021-07-20 10:55:42 -04:00
Jonathan Rainville
6e218ad924
feat: add basic local chat search
...
Fixes #2771
2021-07-14 17:42:55 -04:00
Iuri Matias
f8e5b25a09
refactor: extract messages from chat view
...
refactor: extract messages from chat view
refactor: extract messages from chat view
refactor: extract messages from chat view
update references to messageView
fix setup
remove duplicated method
2021-06-22 15:12:01 -04:00
Jonathan Rainville
3ef403a022
feat(act-center): add community badge links to community and channel
2021-06-21 16:29:42 -04:00
Iuri Matias
599bf731fb
refactor: extract 'channels' to its own file
2021-06-18 12:12:01 -04:00
Jonathan Rainville
93b4c29060
fix typo
2021-06-15 13:14:19 -04:00
Jonathan Rainville
0f5d889a0d
fix(act-denter): hide reply badge if replied to message is unavailable
2021-06-15 13:14:19 -04:00
Jonathan Rainville
b1bcd539a2
feat: add replies to the activity center
2021-06-15 13:14:19 -04:00
Jonathan Rainville
414b39d7e0
feat: add mentions to activity center and interactions
...
Fixes #2610
2021-06-15 13:14:19 -04:00
Jonathan Rainville
bee54e628f
feat(Activity center): add placeholder activity center
...
Fixes #2608
2021-05-31 15:54:18 -04:00