0.1.4 #5

Merged
Thilawyn merged 67 commits from next into master 2025-10-02 18:18:23 +02:00
Showing only changes of commit 917a9590de - Show all commits

View File

@@ -1,4 +1,4 @@
import { Callout, Flex, TextField } from "@radix-ui/themes"
import { Callout, Flex, Spinner, TextField } from "@radix-ui/themes"
import { Array, Option } from "effect"
import { Component, Form } from "effect-fc"
import { useSubscribables } from "effect-fc/hooks"
@@ -24,7 +24,13 @@ export class TextFieldFormInput extends Component.makeUntraced("TextFieldFormInp
onChange={e => setValue(e.target.value)}
disabled={isSubmitting}
{...props}
/>
>
{isValidating &&
<TextField.Slot side="right">
<Spinner />
</TextField.Slot>
}
</TextField.Root>
{Option.match(Array.head(issues), {
onSome: issue => (