[dyad] Added a live character count - wrote 1 file(s)

This commit is contained in:
[dyad]
2026-01-20 13:18:57 +01:00
parent dd8c9fc548
commit 438b6a2b78

View File

@@ -121,6 +121,9 @@ export function MetaForm() {
length={editableTitle.length}
type="title"
/>
<span className="text-sm text-muted-foreground">
({editableTitle.length})
</span>
</div>
<div className="flex items-center">
<CopyButton textToCopy={editableTitle} />
@@ -165,6 +168,9 @@ export function MetaForm() {
length={editableDescription.length}
type="description"
/>
<span className="text-sm text-muted-foreground">
({editableDescription.length})
</span>
</div>
<div className="flex items-center">
<CopyButton textToCopy={editableDescription} />