status-desktop/ui/imports
Sale Djenic f9244e2c9f fix(@desktop/onboarding): Onboarding/Login flow improvements
- startup, login and onboarding modules merged into the single one
- `State` class introduced which is the base class for all states, every state
  determines what is the next state in each of 3 possible actions, and what
  is the previous state, if it has previous state
- `StateWrapper` class is introduced as a convenient way to expose
  `State`'s props and deal with them on the qml side
- startup module maintains states as a linked list and there are few convenient
  methods to move through the list `onBackActionClicked`, `onNextPrimaryActionClicked`
  `onNextSecondaryActionClicked`, `onNextTertiaryActionClicked`
- redundant code removed

Fixes: #6473
2022-07-22 08:13:27 +02:00
..
Themes style: remove trailing whitespaces 2022-02-09 11:16:23 +01:00
assets fix(WelcomeScreen): Updated image and margins 2022-07-20 15:47:16 -04:00
shared fix(@desktop/onboarding): Onboarding/Login flow improvements 2022-07-22 08:13:27 +02:00
utils fix(@desktop/onboarding): Onboarding/Login flow improvements 2022-07-22 08:13:27 +02:00