status-desktop/ui/imports
Pascal Precht c804bb243a feat: store appearance settings globally across accounts
As discussed in https://github.com/status-im/status-desktop/issues/2144#issuecomment-817791172 and https://github.com/status-im/status-desktop/discussions/2145, it's no longer desired
to have different appearance settings across multiple accounts.
Instead, the appearance setting should apply globally to all accounts,
essentially bypassing the individual setting stored in status-go.

This commit introduces a new global setting called `theme` which,
at the time of introducing this commit, can be either:

0 => Light
1 => Dark
2 => System

Because those enum values matches the `AppearanceContainer.Theme` enum,
this commit removes it completely and simply relies on QML's built-in
`Universal.[Light|Dark|System] variants respectively.

Closes #2144
2021-04-19 13:53:14 +02:00
..
Backpressure feat: adds QML debounce library 2020-07-14 11:56:44 -04:00
Themes chore: remove unnecessary splitview props 2021-04-15 10:12:50 +02:00
twemoji Use SVG emojies 2021-03-08 14:10:58 -05:00
Constants.qml fix: improve profile sections min width and scaling 2021-04-13 15:05:51 -04:00
Emoji.qml fix(Chat): align emojis within chat inputs properly 2021-03-24 14:05:25 -04:00
SelectedMessage.qml fix: code review 2020-07-10 20:09:15 -04:00
Style.qml feat: store appearance settings globally across accounts 2021-04-19 13:53:14 +02:00
Utils.qml feat: extract seed textArea to shared component and use it in wallet 2021-04-15 16:50:57 -04:00
qmldir feat: adds QML debounce library 2020-07-14 11:56:44 -04:00