status-desktop/ui/onboarding
emizzle 4ec593baed feat: Add logout functionality
Move the onboarding/login state machine to the top level in main.qml, so that logout events can trigger new states.

Add Loader to statemachine so that each component is lazy-loaded. Initial tests saved 50MB of memory on startup.

Currently, logging out, then logging back in to the same or different account results in a doubling-up of chats/messages/wallet accounts. These need to be reset, however I need help doing that and it would delayed and blown out this PR further. This reset has been done for Onboarding and Login, but needs to be done for chats, wallet, mailservers, etc.
2020-06-11 09:28:25 -04:00
..
Login refactor to use passed functions as props 2020-06-04 10:39:28 -04:00
img feat: onboarding generate new account 2020-05-21 19:33:14 -04:00
ExistingKey.qml feat: Add logout functionality 2020-06-11 09:28:25 -04:00
GenKey.qml fix: small onboarding/login fixes and feats 2020-06-03 08:36:37 -04:00
Intro.qml extract the slide into a component 2020-06-04 10:39:28 -04:00
KeysMain.qml move generate addresses action to qml state machine enter state event 2020-05-21 19:33:14 -04:00
Login.qml feat: add basic generate account popup 2020-06-04 16:31:17 -04:00
Slide.qml refactor to use passed functions as props 2020-06-04 10:39:28 -04:00
qmldir extract Login wizard components 2020-06-04 10:39:28 -04:00