Skip to content

Instantly share code, notes, and snippets.

@thomaschaaf
Last active June 9, 2018 08:31
Show Gist options
  • Save thomaschaaf/6a486f41cfe8b4ac9731ec471aef7c32 to your computer and use it in GitHub Desktop.
Save thomaschaaf/6a486f41cfe8b4ac9731ec471aef7c32 to your computer and use it in GitHub Desktop.
Logged out*
Logged out*
Splash screen*
Swipe -> Login page
Login page
Login with existing user -> Logged in
Password forgotten -> Forgot password
Login with facebook -> Logged in
Login with google -> Logged in
Forgot password
Back -> Login page
Logged in
X*
Settings -> Settings
Overview*
Other -> Other
Other
Settings
Back -> Logged in
Logout -> Logged out
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment