feat: add model provider filtering and sidebar navigation**#64
Open
doubledare704 wants to merge 2 commits intopinchbench:mainfrom
Open
feat: add model provider filtering and sidebar navigation**#64doubledare704 wants to merge 2 commits intopinchbench:mainfrom
doubledare704 wants to merge 2 commits intopinchbench:mainfrom
Conversation
|
@doubledare704 is attempting to deploy a commit to the Kilo Code Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Member
|
@doubledare704 love this as an iteration. Just a couple of things:
3. There are a couple of conflicts to resolve (probably from your other amazing PRs actually :) )
|
Implemented a comprehensive model provider filtering system and transitioned the leaderboard to a sidebar-based navigation layout to improve usability and feature discoverability. **Details:** - **New `FilterSidebar` Component**: - Automatically extracts and counts unique providers from leaderboard entries. - Added a provider search/filter within the sidebar. - Integrated "Official only" and "Open-weight only" toggles into the sidebar. - Included a benchmark version selector in the sidebar for better context. - Added a "Clear All" functionality for active filters with a counter badge. - **Layout Refactor**: - Integrated `SidebarProvider` and `SidebarInset` from shadcn/ui into `LeaderboardView`. - Moved global filters (Official, Weights, Version) from the header to the new sidebar. - Updated `LeaderboardHeader` to include a `SidebarTrigger` and simplified its responsive design. - **Filtering Logic**: - Enhanced URL state management in `LeaderboardView` to support `provider`, `weights`, and `official` parameters. - Ensured provider colors are consistent with `PROVIDER_COLORS` across the UI. - **UI/UX Improvements**: - Added sticky header with backdrop blur for better navigation on long lists. - Improved mobile responsiveness by moving complex filters into the off-canvas sidebar. - Standardized font sizes and spacing across header and filtering controls. **Files changed:** - filter-sidebar.tsx (New) - leaderboard-header.tsx - leaderboard-view.tsx Closes pinchbench#39 � Conflicts: � components/leaderboard-header.tsx � components/leaderboard-view.tsx
ffe7320 to
98a3c61
Compare
Contributor
Author
|
@olearycrew collecting own past PRs to a single source, so now multiple pick model with heatmaps: Still, I'm not sure if I guessed with the banner. |
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.


Implemented a comprehensive model provider filtering system and transitioned the leaderboard to a sidebar-based navigation layout to improve usability and feature discoverability.
Details:
FilterSidebarComponent:SidebarProviderandSidebarInsetfrom shadcn/ui intoLeaderboardView.LeaderboardHeaderto include aSidebarTriggerand simplified its responsive design.LeaderboardViewto supportprovider,weights, andofficialparameters.PROVIDER_COLORSacross the UI.Files changed:
Closes #39