status-desktop/ui/onboarding
emizzle 0f59529c57 feat: add login functionality
Add login functionality. If node accounts exist in status-go (keystores in ./data dir), then show the Login screen. Otherwise, show the Onboarding screen (generate keys screen).

Update nim-stew to latest version.

Change references to Address to the common type Account to prevent repeating of types.

Distinguish between unknown and unhandled signals.

Pass signals through to subscribers regardless if the signal type is known (in case the SignalSubscriber handles it with string comparison or other).

Update serialization as much as possible

Latest nim-stew updates allow type inheritance during de/serialization
2020-05-28 07:51:04 -04:00
..
img feat: onboarding generate new account 2020-05-21 19:33:14 -04:00
ExistingKey.qml feat: onboarding generate new account 2020-05-21 19:33:14 -04:00
GenKey.qml feat: add login functionality 2020-05-28 07:51:04 -04:00
Intro.qml feat: add login functionality 2020-05-28 07:51:04 -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 login functionality 2020-05-28 07:51:04 -04:00
OnboardingMain.qml feat: add login functionality 2020-05-28 07:51:04 -04:00
qmldir feat: onboarding generate new account 2020-05-21 19:33:14 -04:00