status-desktop/ui/app/AppLayouts/Onboarding/popups
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
..
BeforeGetStartedModal.qml fix(Onboarding): align the 'Before you get started' popup with design 2022-07-15 03:40:31 +02:00
ConfirmAddExistingKeyModal.qml chore(i18n): add some missing i18n() 2022-07-20 11:31:15 +02:00
KeycardCreatePINModal.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
SelectAnotherAccountModal.qml fix(@desktop/onboarding): Onboarding/Login flow improvements 2022-07-22 08:13:27 +02:00