Skip to content

Instantly share code, notes, and snippets.

@vikramrojo
Last active May 2, 2019 00:38
Show Gist options
  • Save vikramrojo/28d7e957084e887a7947cef4ecadab43 to your computer and use it in GitHub Desktop.
Save vikramrojo/28d7e957084e887a7947cef4ecadab43 to your computer and use it in GitHub Desktop.
Noted
Noted
Feed -> Feed
New -> New
Posts -> Posts
Setup -> Setup
Logout -> Authorization
Feed
Timeline -> Timeline
Discover -> Discover
Timeline
Comment -> New
Discover
New&
Post -> Feed
Note
Bookmark
Article
Photo
Posts
History
Viewed
Tags
Setup&
Create Server
Setup Client
Sharing
Client Integrations&
Terminal
Slack
VSCode
Gatsby
Nuxt
11ty
Authorization
oAuth Google -> Onboard
Onboard
Create Organization
Create -> Invite Team
Invite Team
Invite -> Setup
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