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 (
|
return (
|
||||||
<div className="space-y-4">
|
<div className="space-y-4">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<h3 className="text-lg font-medium">Attributes Schema</h3>
|
<h3 className="text-lg font-medium"></h3>
|
||||||
<Button
|
<Button
|
||||||
type="button"
|
type="button"
|
||||||
variant="outline"
|
variant="outline"
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ export function InstructionsBuilder({ control, register, setValue }: Instruction
|
|||||||
return (
|
return (
|
||||||
<div className="space-y-4">
|
<div className="space-y-4">
|
||||||
<div className="flex items-center justify-between">
|
<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
|
<Button
|
||||||
type="button"
|
type="button"
|
||||||
variant="outline"
|
variant="outline"
|
||||||
|
|||||||
@@ -247,7 +247,6 @@ export function EventForm() {
|
|||||||
<Card>
|
<Card>
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardTitle>Tracking Instructions</CardTitle>
|
<CardTitle>Tracking Instructions</CardTitle>
|
||||||
<CardDescription>Configure rules for tracking attributes and triggering subsequent events.</CardDescription>
|
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<InstructionsBuilder control={control} register={register} setValue={setValue} />
|
<InstructionsBuilder control={control} register={register} setValue={setValue} />
|
||||||
|
|||||||
Reference in New Issue
Block a user