refactor(ui): filter bar for /apps/*, /developers/apps/*#17181
Merged
Conversation
- Add filter-bar-* i18n keys to common.json namespace - Create FilterBar component with searchable combobox (Command + Popover) - Add Storybook stories for component testing Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Replace Select dropdown with reusable FilterBar Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Create CategoryAppsGrid client component using shared FilterBar - Move filtering state from URL params to client-side useState - Delete TagFilter component (replaced by FilterBar) - Simplify page.tsx by extracting grid logic to dedicated component Co-Authored-By: Claude <noreply@anthropic.com>
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This was referenced Feb 5, 2026
Merged
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.

Extends
page-developer-appsbranchSummary
FilterBarcomponent with searchable combobox pattern (Command + Popover)/appssection to use shared FilterBar/developers/apps/[category]section to use shared FilterBarcommonnamespaceChanges
New Components
src/components/FilterBar/index.tsx- Reusable filter component with Matomo tracking supportsrc/components/FilterBar/FilterBar.stories.tsx- Storybook storiesapp/[locale]/developers/apps/_components/CategoryAppsGrid.tsx- Client component for category grid with filteringRefactored
app/[locale]/apps/_components/AppsTable.tsx- Now uses shared FilterBarapp/[locale]/developers/apps/[category]/page.tsx- Simplified with extracted grid componentRemoved
app/[locale]/developers/apps/_components/TagFilter.tsx- Replaced by FilterBari18n
filter-bar-*keys tosrc/intl/en/common.jsonpage-developers-apps-filter-*Testing
/appsfiltering works with category selection/developers/apps/[category]filtering works with tag selectionCode