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
<Replaysize="XS"/> Here you can preview queued and active executions. You can also abort them if they were run in the background by other users or in separate browser tabs/windows.
120
-
</p>
121
-
<p>
122
-
<Checkmarksize="XS"/> It allows you to freely hit the 'Execute' button in the console, close the browser, and get back to the script output anytime. Once an execution ends, it is saved in history.
123
-
</p>
124
-
<p>
125
-
<Cancelsize="XS"/> Remember that aborting executions may leave data in an inconsistent state.
126
-
</p>
127
-
</Content>
128
-
<ButtonGroup>
129
-
<Buttonvariant="secondary"onPress={close}>
130
-
<Closesize="XS"/>
131
-
<Text>Close</Text>
132
-
</Button>
133
-
</ButtonGroup>
134
-
</Dialog>
135
-
)}
136
-
</DialogTrigger>
109
+
<DialogTrigger>
110
+
<Buttonvariant="secondary"style="fill">
111
+
<Help/>
112
+
<Text>Help</Text>
113
+
</Button>
114
+
{(close)=>(
115
+
<Dialog>
116
+
<Heading>Code Executor</Heading>
117
+
<Divider/>
118
+
<Content>
119
+
<p>
120
+
<Replaysize="XS"/> Here you can preview queued and active executions. You can also abort them if they were run in the background by other users or in separate browser tabs/windows.
121
+
</p>
122
+
<p>
123
+
<Checkmarksize="XS"/> It allows you to freely hit the 'Execute' button in the console, close the browser, and get back to the script output anytime. Once an execution ends, it is saved in history.
124
+
</p>
125
+
<p>
126
+
<Cancelsize="XS"/> Remember that aborting executions may leave data in an inconsistent state.
0 commit comments