Make basic Signal Digith work
This commit is contained in:
parent
bf5eb54932
commit
c0198d419f
15 changed files with 464 additions and 73 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { spawnNewFunctionDraftDigith } from "src/ui/Scrowl/scrowlStore";
|
||||
import { spawnNewFunctionDraftDigith, spawnNewSignalDraftDigith } from "src/ui/Scrowl/scrowlStore";
|
||||
|
||||
type Props = {
|
||||
// TODO
|
||||
|
|
@ -21,8 +21,8 @@ export function Controls(props: Props) {
|
|||
|
||||
<button
|
||||
class="outline secondary"
|
||||
onClick={spawnNewSignalDraftDigith}
|
||||
style={{ padding: "2px 8px", "font-size": "0.8rem", width: "auto" }}
|
||||
disabled
|
||||
>
|
||||
+signal
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue