improvement(emcn): multi-select selectors + Wizard on ChipModal#5614
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryMedium Risk Overview The emcn Reviewed by Cursor Bugbot for commit 04a6c7e. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2976741. Configure here.
Greptile SummaryThis PR adds multi-select selector support and moves Wizard dialogs onto ChipModal. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (3): Last reviewed commit: "fix(emcn): wizard height sizes whole dia..." | Re-trigger Greptile |
|
@greptile review |
|
Addressed both review findings in 04a6c7e:
@greptile review |

Summary
multiSelectflag that fields like the Slack trigger's Channels picker already declare actually functional.Wizardprimitive off the legacyModalontoChipModal(Header/Body/Footer). Back sits beside Next viaprimaryAdjacentAction; dismissal via Back + header close (hideCancel). External Wizard API unchanged, so all consumers inherit the chip modal chrome automatically.Type of Change
Testing
Tested manually;
tsc(app + emcn), biome, andcheck:api-validation:strictall pass.Checklist