[Workers AI] Redesign model catalog with horizontal toolbar and searchable filters#30000
Open
mattrothenberg wants to merge 1 commit intoproductionfrom
Open
[Workers AI] Redesign model catalog with horizontal toolbar and searchable filters#30000mattrothenberg wants to merge 1 commit intoproductionfrom
mattrothenberg wants to merge 1 commit intoproductionfrom
Conversation
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
3ad816a to
7525c7d
Compare
Contributor
|
Preview URL: https://6839578f.preview.developers.cloudflare.com |
Contributor
|
congrats on #30000 🎉 |
5dd9dc5 to
c9564ee
Compare
Contributor
|
This should be good to go, @kodster28, and brings parity to dash and docs. 😊 |
…nd Base UI Combobox Replace the sidebar filter layout with a horizontal toolbar matching the dashboard design. Uses Base UI Combobox for searchable multi-select filter dropdowns with proper accessibility, adds a sort toggle, model count display, and fixes the query parameter auto-population race condition.
c9564ee to
6839578
Compare
mchenco
approved these changes
Apr 28, 2026
kodster28
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Redesigns the Workers AI model catalog page (
/workers-ai/models/) to replace the sidebar filter layout with a horizontal toolbar that mirrors the Cloudflare dashboard design.Changes:
Comboboxwithmultiplefor proper accessibility (ARIA, keyboard navigation, focus management) and built-in search filtering within each dropdown@base-ui/reactas a dependencylginstead of 2 in the old 3/4-width area)?search=...&tasks=...) now correctly populate filters on page load (previously a race between the read and writeuseEffecthooks cleared them)not-contentclass to opt out of prose spacing rulespinnedModelNamesto module scopeDocumentation checklist