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
08a7baed8f
feat: add OS notification and setting to switch back
2020-12-09 14:19:16 -05:00
Michael Bradley, Jr
62d44cb7a9
fix: add missing brace, clean up indentation
2020-12-01 16:13:23 -06:00
Richard Ramos
6494427de0
fix: notifications
...
- If notification is clicked and app minimized, restore app
- If app is minimized, show notifications for active chat
2020-12-01 16:17:19 -04:00
Jonathan Rainville
b536707646
fix: fix notification banner showing the pubkey of group chats
2020-11-27 15:15:26 -05:00
Pascal Precht
f8c5002ff8
feat: enable notification message preview settings
2020-11-24 11:16:02 +01:00
Jonathan Rainville
156aaba0aa
feat: improve style of the notification box
...
Use the Channel box for that
2020-08-10 09:34:02 -04:00
Iuri Matias
21cdcfcb87
close window once to avoid app showing blank screen
2020-07-22 15:39:45 -04:00
Iuri Matias
338566a7bb
limit rate notifications
2020-07-22 15:39:45 -04:00
Iuri Matias
18fdd3f60b
destroy notification windows after closing
2020-07-16 10:55:42 -04:00
Iuri Matias
7d7bac5fb6
add notifications support
...
first attempt
attempt 2
working notifications
add notification sound
cleanup
remove unneeded imports
remove unneded imports
2020-07-14 14:23:40 -04:00