feat: align ticket header editing flow

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
esdrasrenan 2025-10-05 01:23:31 -03:00
parent e833888a3a
commit f5a54f2814
21 changed files with 282 additions and 171 deletions

View file

@ -5,8 +5,7 @@ import type { Doc } from "@/convex/_generated/dataModel";
import { useMutation } from "convex/react";
// Lazy import to avoid build errors before convex is generated
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
// @ts-expect-error Convex generates runtime API without types until build
import { api } from "@/convex/_generated/api";
export type DemoUser = { name: string; email: string; avatarUrl?: string } | null;