webui: String input now shows link to ALT docs
Compare changes
@@ -14,9 +14,12 @@ import {
@@ -44,7 +47,6 @@ const useStyles = makeStyles({
@@ -202,18 +204,31 @@ const InputDialog = () => {
Some people might find the string input confusing. So we added a link to
ALT's documentation of string::Parse
language.
The link is revealed only when string input is selected in the form.
Closes #45 (closed)