You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,7 +43,6 @@ render address state (w, h) = let
43
43
],
44
44
div [class "options-bar", onClick address {emptyEvent | setContext <-JustContext.Default}][
45
45
i [class "fa fa-file-text-o icon", onClick address newProjectEvent, alt Text.newProjectButtonAlt, title Text.newProjectButtonAlt][],
46
-
-- TODO : address was saveFile.address (fix wiring later)
47
46
i [class "fa fa-download icon", onClick address { emptyEvent | action <-SaveProject}, alt Text.saveProjectButtonAlt, title Text.saveProjectButtonAlt][],
48
47
label [for "loadButton"][
49
48
Html.form [id "loadWrapperForm"][
@@ -63,7 +62,8 @@ render address state (w, h) = let
63
62
i [class "fa fa-arrow-right icon", onClick address { emptyEvent | action <-MoveNodeT.Lower, setContext <-JustContext.Default}, alt Text.moveNodeRightButtonAlt, title Text.moveNodeRightButtonAlt ][],
64
63
div [class "divider"][],
65
64
i [class "fa fa-caret-square-o-up icon", onClick address { emptyEvent | action <-SetAllExpandedFalse, setContext <-JustContext.Default}, alt Text.collapseAllButtonAlt, title Text.collapseAllButtonAlt ][],
66
-
i [class "fa fa-caret-square-o-down icon", onClick address { emptyEvent | action <-SetAllExpandedTrue, setContext <-JustContext.Default}, alt Text.expandAllButtonAlt, title Text.expandAllButtonAlt ][]
65
+
i [class "fa fa-caret-square-o-down icon", onClick address { emptyEvent | action <-SetAllExpandedTrue, setContext <-JustContext.Default}, alt Text.expandAllButtonAlt, title Text.expandAllButtonAlt ][],
66
+
i [class "fa fa-question-circle icon", style [("float","right")], onClick address showHelpEvent, alt Text.showHelpButtonAlt, title Text.showHelpButtonAlt][]
0 commit comments