Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 31251f3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
📦 NPM canary releaseDeployed canary version 0.0.0-canary-98a60ee. |
🏋️ Size limit report
Click here if you want to find out what is changed in this build |
🧪 Storybook is successfully deployed!
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit f9c1e5c. Configure here.

Note
Medium Risk
Introduces new loading-state behavior and focus/ARIA handling in
FilterListBox/FilterPicker, which could affect keyboard navigation and accessibility if edge cases regress.Overview
Adds a new
isLoadingItemsstate toFilterPickerandFilterListBoxfor non-blocking async option loading: the trigger stays enabled, a spinner is shown in the trigger, and a loading disclaimer renders inside the popover.When
isLoadingItemsis set,FilterListBoxcan hide the search input (unlessallowsCustomValue) and transfers keyboard focus/combobox semantics to the disclaimer to preserve arrow-key navigation; the disclaimer text is customizable vialoadingItemsLabel. Docs/specs, styling modifiers (loading-items), layout updates, and new Storybook examples are included, along with a changeset for a minor@cube-dev/ui-kitbump.Reviewed by Cursor Bugbot for commit 31251f3. Bugbot is set up for automated code reviews on this repo. Configure here.