Basic onboarding flow infrastructure set up

This commit is contained in:
fragosti
2018-05-22 10:15:58 -07:00
parent de1ff52de3
commit 7af77d3eb0
17 changed files with 350 additions and 38 deletions

View File

@@ -174,6 +174,13 @@ export class Dispatcher {
});
}
public updatePortalOnboardingShowing(isShowing: boolean): void {
this._dispatch({
data: isShowing,
type: ActionTypes.UpdatePortalOnboardingShowing,
});
}
// Docs
public updateCurrentDocsVersion(version: string): void {
this._dispatch({