status-desktop/ui/app/AppLayouts/Onboarding
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
..
controls fix(@desktop/onboarding): Onboarding/Login flow improvements 2022-07-22 08:13:27 +02:00
panels feat(@desktop): Fix twitchy scrolling issues 2022-07-21 18:44:30 +03:00
popups fix(@desktop/onboarding): Onboarding/Login flow improvements 2022-07-22 08:13:27 +02:00
shared chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
stores fix(@desktop/onboarding): Onboarding/Login flow improvements 2022-07-22 08:13:27 +02:00
views fix(@desktop/onboarding): Onboarding/Login flow improvements 2022-07-22 08:13:27 +02:00
OnboardingLayout.qml fix(@desktop/onboarding): Onboarding/Login flow improvements 2022-07-22 08:13:27 +02:00
qmldir feat(onboarding): Added SplashScreen 2022-03-08 14:02:24 -05:00