feat: mii descriptions

This commit is contained in:
trafficlunar 2025-05-07 21:04:01 +01:00
parent 8753358a48
commit 398580e72b
7 changed files with 34 additions and 6 deletions

View file

@ -65,6 +65,7 @@ export default function ReportMiiForm({ mii, likes }: Props) {
</label>
<textarea
rows={3}
maxLength={256}
placeholder="Type notes here for the report..."
className="pill input !rounded-xl resize-none col-span-2"
value={notes}

View file

@ -69,6 +69,7 @@ export default function ReportUserForm({ user }: Props) {
</label>
<textarea
rows={3}
maxLength={256}
placeholder="Type notes here for the report..."
className="pill input !rounded-xl resize-none col-span-2"
value={notes}