-
Notifications
You must be signed in to change notification settings - Fork 0
Add a Grid/List toggle to /projects #6
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood entry point for new contributorsGood entry point for new contributorshelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood entry point for new contributorsGood entry point for new contributorshelp wantedExtra attention is neededExtra attention is needed
The browse page renders cards only. A dense list view is better for scanning many results.
WinnerRowinsrc/components/winner-card.tsxis already written and unused — wire it up.Scope
src/components/results-toolbar.tsxthat sets?view=list/?view=gridsrc/components/winner-browser.tsxreads the param and picks the renderertests/e2e/smoke.spec.tsKeep it simple — no client state beyond the URL.