-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add interaction components to schema #19040
Conversation
Size Change: 0 B Total Size: 1.83 MB ℹ️ View Unchanged
|
More items to consider:
|
Co-authored-by: Manoel Aranda Neto <[email protected]>
Co-authored-by: Manoel Aranda Neto <[email protected]>
Co-authored-by: Manoel Aranda Neto <[email protected]>
Co-authored-by: Manoel Aranda Neto <[email protected]>
Co-authored-by: Manoel Aranda Neto <[email protected]>
Co-authored-by: Manoel Aranda Neto <[email protected]>
copied extra components to #19037 |
} | ||
|
||
export type wireframeRadioGroup = wireframeBase & { | ||
groupName: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
groupName: string | |
type: 'radio group' |
@marandaneto is there any value to the App to specify this group name? Otherwise I can pass a UUID to all children radios...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could set the viewId
similarly to how it's generated for any other component, but we don't have such groupName
on Android.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, let's leave it out... easier to add than to remove 👍
* feat: add interaction components to schema * expand radio * liek this * Update query snapshots * Update query snapshots * like this * Update ee/frontend/mobile-replay/mobile.types.ts Co-authored-by: Manoel Aranda Neto <[email protected]> * Update ee/frontend/mobile-replay/mobile.types.ts Co-authored-by: Manoel Aranda Neto <[email protected]> * Update ee/frontend/mobile-replay/mobile.types.ts Co-authored-by: Manoel Aranda Neto <[email protected]> * Update ee/frontend/mobile-replay/mobile.types.ts Co-authored-by: Manoel Aranda Neto <[email protected]> * Update ee/frontend/mobile-replay/mobile.types.ts Co-authored-by: Manoel Aranda Neto <[email protected]> * Update ee/frontend/mobile-replay/mobile.types.ts Co-authored-by: Manoel Aranda Neto <[email protected]> * collapse unnecessary name * gen the schema --------- Co-authored-by: test-python <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Manoel Aranda Neto <[email protected]>
Sketch what inputs might look like in the schema
@marandaneto sacrificial lamb here to discuss the input schema