feat: add InstructionsBuilder, AttributeSchemaBuilder, and EventForm components to manage event actions and attributes
This commit is contained in:
@@ -17,7 +17,7 @@ export function AttributeSchemaBuilder({ control, register }: AttributeSchemaBui
|
||||
return (
|
||||
<div className="space-y-4">
|
||||
<div className="flex items-center justify-between">
|
||||
<h3 className="text-lg font-medium">Attributes Schema</h3>
|
||||
<h3 className="text-lg font-medium"></h3>
|
||||
<Button
|
||||
type="button"
|
||||
variant="outline"
|
||||
|
||||
@@ -74,7 +74,7 @@ export function InstructionsBuilder({ control, register, setValue }: Instruction
|
||||
return (
|
||||
<div className="space-y-4">
|
||||
<div className="flex items-center justify-between">
|
||||
<h3 className="text-lg font-medium">Counter & Processing Actions</h3>
|
||||
<h3 className="text-lg font-medium"></h3>
|
||||
<Button
|
||||
type="button"
|
||||
variant="outline"
|
||||
|
||||
@@ -247,7 +247,6 @@ export function EventForm() {
|
||||
<Card>
|
||||
<CardHeader>
|
||||
<CardTitle>Tracking Instructions</CardTitle>
|
||||
<CardDescription>Configure rules for tracking attributes and triggering subsequent events.</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<InstructionsBuilder control={control} register={register} setValue={setValue} />
|
||||
|
||||
Reference in New Issue
Block a user