Last active
September 21, 2019 23:00
-
-
Save tangert/940cb9fa7d43f7682d2b343aa97b7d19 to your computer and use it in GitHub Desktop.
Primary Screens*
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Primary Screens* | |
Main* | |
Home* | |
select group -> Group | |
select profile -> Profile | |
Search | |
Recent activity | |
Top new posts | |
Discover | |
Recent social* | |
friends -> Friends | |
groups -> Groups | |
recent -> Recently Opened | |
Friends | |
back -> Home | |
see profile -> Profile | |
Groups | |
back -> Home | |
see group -> Group | |
Recently Opened* | |
back -> Home | |
Top | |
back -> Recently Opened | |
Links | |
see link -> Link | |
Lists | |
see list -> List | |
Collections | |
see collection -> Collection | |
Group | |
back -> Home | |
select profile -> Profile | |
Profile | |
back -> Group | |
see collections -> All Collections | |
see lists -> All Lists | |
see links -> All Links | |
Sub Pages | |
All Collections | |
select collection -> Collection | |
All Lists | |
select list -> List | |
All Links | |
select link -> Link | |
Detail Pages | |
Collection | |
select list -> List | |
List | |
select link -> Link | |
back -> Collection | |
Link | |
back -> List | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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