Make basic Signal Digith work

This commit is contained in:
Yura Dupyn 2026-02-16 19:11:57 +01:00
parent bf5eb54932
commit c0198d419f
15 changed files with 464 additions and 73 deletions

View file

@ -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>