Skip to content
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

Merged
merged 16 commits into from
Dec 5, 2023
Merged

feat: add interaction components to schema #19040

merged 16 commits into from
Dec 5, 2023

Conversation

pauldambra
Copy link
Member

@pauldambra pauldambra commented Dec 4, 2023

Sketch what inputs might look like in the schema

@marandaneto sacrificial lamb here to discuss the input schema

Copy link
Contributor

github-actions bot commented Dec 4, 2023

Size Change: 0 B

Total Size: 1.83 MB

ℹ️ View Unchanged
Filename Size
frontend/dist/toolbar.js 1.83 MB

compressed-size-action

@marandaneto
Copy link
Member

More items to consider:

@pauldambra
Copy link
Member Author

pauldambra commented Dec 4, 2023

copied extra components to #19037
want to get a minimum set in and we can prove we're not missing something silly and then keep adding more

}

export type wireframeRadioGroup = wireframeBase & {
groupName: string
Copy link
Member Author

@pauldambra pauldambra Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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...

Copy link
Member

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.

Copy link
Member Author

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 👍

@pauldambra pauldambra merged commit dcde879 into master Dec 5, 2023
71 checks passed
@pauldambra pauldambra deleted the feat/mr-inputs branch December 5, 2023 17:56
Twixes pushed a commit that referenced this pull request Dec 6, 2023
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants