Skip to content

Commit 7fdcb4f

Browse files
committed
prompt tweaks
1 parent 86ecc84 commit 7fdcb4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Aliases Section (placed after Send In-App Message):
421421
- Each item shows: Label | ID
422422
- Filter out "external_id" and "onesignal_id" from display (these are special)
423423
- "No Aliases Added" text when empty
424-
- ADD button -> PairInputDialog with empty Label and ID fields (single add)
424+
- ADD button -> PairInputDialog with empty Label and ID fields on the same row (single add)
425425
- ADD MULTIPLE button -> MultiPairInputDialog (dynamic rows, add/remove)
426426
- No remove/delete functionality (aliases are add-only from the UI)
427427
```
@@ -859,7 +859,7 @@ loading_overlay.dart:
859859
dialogs.dart:
860860
- All dialogs use insetPadding: EdgeInsets.symmetric(horizontal: 16) and SizedBox(width: double.maxFinite) on content for full-width layout
861861
- SingleInputDialog (one TextField)
862-
- PairInputDialog (key-value TextFields, single pair)
862+
- PairInputDialog (key-value TextFields on the same row, single pair)
863863
- MultiPairInputDialog (dynamic rows with dividers between them, X icon to delete a row, full-width dialog, batch submit)
864864
- MultiSelectRemoveDialog (CheckboxListTile for batch remove)
865865
- LoginDialog, OutcomeDialog, TrackEventDialog

0 commit comments

Comments
 (0)