@@ -443,7 +443,7 @@ Aliases Section (placed after Send In-App Message):
443443Emails Section:
444444- Section title: "Emails" with info icon for tooltip
445445- List showing email addresses
446- - Each item shows email with delete icon
446+ - Each item shows email with an X icon (remove action)
447447- "No Emails Added" text when empty
448448- ADD EMAIL button -> modal with empty email field
449449- Collapse behavior when >5 items:
@@ -458,7 +458,7 @@ Emails Section:
458458SMS Section:
459459- Section title: "SMS" with info icon for tooltip
460460- List showing phone numbers
461- - Each item shows phone number with delete icon
461+ - Each item shows phone number with an X icon (remove action)
462462- "No SMS Added" text when empty
463463- ADD SMS button -> modal with empty SMS field
464464- Collapse behavior when >5 items (same as Emails)
@@ -470,7 +470,7 @@ SMS Section:
470470Tags Section:
471471- Section title: "Tags" with info icon for tooltip
472472- List showing key-value pairs
473- - Each item shows: Key | Value with delete icon
473+ - Each item shows: Key | Value with an X icon (remove action)
474474- "No Tags Added" text when empty
475475- ADD button -> PairInputModal with empty Key and Value fields (single add)
476476- ADD MULTIPLE button -> MultiPairInputModal (dynamic rows)
@@ -496,7 +496,7 @@ Outcome Events Section:
496496Triggers Section:
497497- Section title: "Triggers" with info icon for tooltip
498498- List showing key-value pairs
499- - Each item shows: Key | Value with delete icon
499+ - Each item shows: Key | Value with an X icon (remove action)
500500- "No Triggers Added" text when empty
501501- ADD button -> PairInputModal with empty Key and Value fields (single add)
502502- ADD MULTIPLE button -> MultiPairInputModal (dynamic rows)
@@ -841,8 +841,8 @@ ActionButton.tsx:
841841- Full-width buttons with width: '100%'
842842
843843ListWidgets.tsx:
844- - PairItem (key-value with optional delete TouchableOpacity)
845- - SingleItem (single value with delete TouchableOpacity)
844+ - PairItem (key-value with optional X-icon remove TouchableOpacity)
845+ - SingleItem (single value with optional X-icon remove TouchableOpacity)
846846- EmptyState (centered "No items" Text)
847847- CollapsibleList (shows 5 items, expandable)
848848- PairList (simple list of key-value pairs)
0 commit comments