feat(AppShell): match Play tab to textadventures.co.uk's catalog/search/gamebook API - #2003
Merged
Merged
Conversation
…ch/gamebook API Adds gamebook/language badges to every game card, a paginated category browser and free-text search wired to the new Api/Category and Api/Search endpoints, and a "Browse category" dropdown next to search (ordered the same way the backend now orders categories: descending game count). Also relocates the "Open a game file"/Recently Played flow to its own /play/local page (Quest 5's side-by-side layout), reached via a compact link, so the main Play tab reads as one continuous online-catalog-browsing flow. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
IsGamebook/Languagefields the API already returns./play/category/[slug]) and free-text search (/play/search, supportscategory:/platform:/language:operators) wired to the newApi/Category/Api/Searchendpoints, plus a "Browse category" dropdown next to the search box (same descending-game-count order as the "See all" links)./play/localpage, laid out side by side like Quest 5's desktop Play tab, reached via a compact link — keeps the main Play tab focused purely on browsing the online catalog (search → browse → curated/tag sections), with no dead space when there's no recent-files list to show.Test plan
svelte-check/eslint(AppShell) cleantsc(ElectronApp) cleanlanguage:/operator syntax), category dropdown ordering, and the relocated/play/localpage (browser-build path)🤖 Generated with Claude Code