Skip to content

Instantly share code, notes, and snippets.

@tangert
Last active September 21, 2019 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tangert/940cb9fa7d43f7682d2b343aa97b7d19 to your computer and use it in GitHub Desktop.
Save tangert/940cb9fa7d43f7682d2b343aa97b7d19 to your computer and use it in GitHub Desktop.
Primary Screens*
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
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