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
c1f6afd799
fixes
2021-05-26 12:12:05 -04:00
Jonathan Rainville
e33266aa2f
fix: fix emoji popup and create community popop text color
2021-03-30 15:38:15 -04:00
Pascal Precht
ea39ead64b
feat(StatusSettingsLineButton): make some of the component's props configurable
...
This helps with using this component in other places where the default
settings for some UI related properties don't match otherwise.
2021-03-17 10:30:19 +01:00
Jonathan Rainville
46412204c5
feat: implement new colors for dark mode
2021-02-18 15:24:12 -05:00
Jonathan Rainville
7fef440a97
fix: fix design of appearance in settings
2021-01-19 16:45:57 -05:00
Jonathan Rainville
acac683dc2
feat: fix Notification page and lists of contacts
2021-01-19 16:45:57 -05:00
staked-smart-ace
c84806aa4e
Adjusted badge positions as designs. Fixes #1619
2021-01-18 15:27:56 -05:00
Jonathan Rainville
36b6e76a2e
feat: add browserHomepage setting that can be changed
2021-01-05 11:24:31 -05:00
Jonathan Rainville
16f5c2fb1a
feat: add showFavoritesBar setting (placeholder for now)
2020-12-30 16:52:44 -05:00