Add typed radio command form fields with docs, stories, and CI test fixes#2229
Conversation
Agent-Logs-Url: https://github.com/Cratis/Arc/sessions/ad2aa68a-002d-4784-bed2-9e113d3e2521 Co-authored-by: einari <134365+einari@users.noreply.github.com>
|
@copilot Add documentation and Storybook stories for the new field type |
Agent-Logs-Url: https://github.com/Cratis/Arc/sessions/f582b1f9-56c5-45aa-a028-5e0491cea41f Co-authored-by: einari <134365+einari@users.noreply.github.com>
Added the CommandForm field docs for Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
NuGet packages for this PR, e.g. Cratis.Arc: |
|
@copilot We're seeing some serious regressions in the JavaScript build that has to be fixed |
Agent-Logs-Url: https://github.com/Cratis/Arc/sessions/e376f340-4a88-4c3e-818e-b5ac84bffbde Co-authored-by: einari <134365+einari@users.noreply.github.com>
Fixed in Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
NuGet packages for this PR, e.g. Cratis.Arc: |
Summary
Adds typed radio field support to
CommandForm, including documentation and Storybook coverage for the new field types, and fixes the JavaScript CI regressions uncovered during review.Added
RadioButtonFieldandRadioGroupFieldforCommandFormproperty bindings (Add Radio button / Radio button groups as command fields #2228)RadioButtonFieldandRadioGroupField(Add Radio button / Radio button groups as command fields #2228)RadioFieldsexample covering both radio field variants (Add Radio button / Radio button groups as command fields #2228)Changed
CommandFormfield surface (Add Radio button / Radio button groups as command fields #2228)useChangeStreamtest fakes per spec file so the full Arc.React JavaScript CI run no longer shares observable query state across tests (Add Radio button / Radio button groups as command fields #2228)Fixed
setValueand option values are inferred from the accessor return type (Add Radio button / Radio button groups as command fields #2228)queries/for_useChangeStream/*caused by shared fake observable query state during the full workspace CI run (Add Radio button / Radio button groups as command fields #2228)Removed
Security
Deprecated