status-desktop/ui/shared/status
emizzle 2c9d042152 fix: Support dark mode for onboarding screens
Related to #599.

![Imgur](https://imgur.com/vKTadPM.png)
![Imgur](https://imgur.com/PHMzGxC.png)

This PR is based off of #1036, which supports system colors at app startup, meaning the onboarding screens may be in dark mode, if the user has their system set to dark mode. This PR fixes the onboarding screens so they support dark mode.

It also:
1. Adds radio buttons to the `AccountList` component, as per the design
2. Adds `qsTr` where missing on the onboarding screens
3. Fixes some minor design issues
4. Updates the modals titles to match the design
5.  Uses reusable Status components where possible. `EnterSeedPhraseModal` and `GenKeyModal` could have used the `StatusRoundButton` component, but there were some limitations that preventing this from being possible.
2020-09-29 13:30:33 -04:00
..
StatusButton.qml refactor: change pending state to be handled by a StatusButon instead 2020-09-11 16:55:36 -04:00
StatusChatInfo.qml feat: introduce `StatusChatInfo` and `StatusChatInfoButton` components 2020-09-23 08:53:23 +02:00
StatusChatInfoButton.qml fix: top bar theme color 2020-09-29 13:26:01 -04:00
StatusIdenticon.qml feat: introduce StatusIdenticon components 2020-09-23 08:52:30 +02:00
StatusImageIdenticon.qml feat: introduce StatusIdenticon components 2020-09-23 08:52:30 +02:00
StatusLetterIdenticon.qml feat: introduce StatusIdenticon components 2020-09-23 08:52:30 +02:00
StatusRadioButton.qml fix: Support dark mode for onboarding screens 2020-09-29 13:30:33 -04:00
StatusRoundButton.qml fix: using loaders for status button animations 2020-09-07 10:21:41 -04:00
StatusSectionHeadline.qml feat: introduce StatusSectionHeadline component 2020-09-21 12:55:21 +02:00
StatusSectionMenuItem.qml feat: introduce StatusSectionMenuItem component 2020-09-21 12:53:06 -04:00
StatusSlider.qml chore: move StatusSlider into UI library 2020-09-17 15:16:40 -04:00
StatusSwitch.qml uiux: fine-tune StatusSwitch and StatusRadioButton components 2020-09-21 12:53:06 -04:00
StatusToolTip.qml fix: fix missing import is StatusTooltip 2020-09-17 15:50:29 -04:00
qmldir feat: introduce `StatusChatInfo` and `StatusChatInfoButton` components 2020-09-23 08:53:23 +02:00