Skip to content

Commit

Permalink
no-issue: Update text in tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjb99 authored and janwirth committed Apr 12, 2021
1 parent 3e3524f commit 82b8295
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/ApiExplorer.elm
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ viewCurrentApiSpecEditor projectMeta model =
, "➡ Assign URL parameters by clicking on parts of the URL"
, "➡ Mock data as a real APIs by uploading a JSON file"
, "➡ Parse cURL commands directly into funk "
, "➡ STATUS: WIP, UX update coming late February"
]
|> Element.map (always ApiExplorer.Msg.ShowOrHideHelpPanel)
]
Expand Down
1 change: 0 additions & 1 deletion src/CodeEditor.elm
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ help helpOpenExplicit =
, "➡ Load optimized npm packages from www.skypack.dev"
, "➡ Feed transformed data into UI components"
, "➡ Write transformations in your text editor using the funck CLI"
, "➡ STATUS: WIP, UX update coming late February"
]
|> Element.map (always CodeEditor.Msg.ShowOrHideHelpPanel)
]
Expand Down
1 change: 0 additions & 1 deletion src/ModelEditor.elm
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ view projectMeta userModel =
, "➡ POST form data to an API when a user clicks submit"
, "➡ Connect the state to your design using the Model tab in the Canvas sidebar"
, "➡ Component conditional rendering coming in March"
, "➡ STATUS: WIP, UX update coming late February"
]
]
|> Element.map (always ModelEditor.Msg.ShowOrHideHelpPanel)
Expand Down

0 comments on commit 82b8295

Please sign in to comment.