status-desktop/ui/app/AppLayouts/Onboarding/controls
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
..
AccountViewDelegate.qml fix(@desktop/onboarding): show identicon ring and colors for profiles 2022-04-08 14:04:21 -04:00
OnboardingBasePage.qml fix(@desktop/onboarding): Onboarding/Login flow improvements 2022-07-22 08:13:27 +02:00