Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Copilot
AI
changed the title
[WIP] Add list view for games functionality
Add toggleable list view for search results
Jun 24, 2026
kbtale
requested changes
Jun 24, 2026
kbtale
left a comment
Owner
There was a problem hiding this comment.
When a user selects the list view, checks the details of a game, and goes back, the list view is not preserved, it should.
kbtale
requested changes
Jun 24, 2026
kbtale
left a comment
Owner
There was a problem hiding this comment.
What I requested about preserving the selected option is not solved.
Copilot stopped work on behalf of
kbtale due to an error
June 24, 2026 03:22
Copilot stopped work on behalf of
kbtale due to an error
June 25, 2026 02:52
Copilot stopped work on behalf of
kbtale due to an error
June 28, 2026 23:18
kbtale
requested changes
Jun 28, 2026
kbtale
left a comment
Owner
There was a problem hiding this comment.
When a user selects the list view, checks the details of a game, and goes back, the list view is not preserved, it should.
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.
This change introduces a list-based results presentation alongside the existing card grid so users can choose a denser, scannable browsing mode. The default behavior remains card view, with per-page pagination and game selection flow unchanged.
Result view mode toggle
viewModestate inResultsGrid('card' | 'list').List layout for games
i18n updates
results.cardViewresults.listView