Ticket landing + Share tickets resume links - #5
Merged
Merged
Conversation
Give web and mobile a listings landing that creates held checkout sessions, and expose Share tickets so fans can resume via web URL or mobile deep link. Co-authored-by: Cursor <cursoragent@cursor.com>
Match Gametime checkout mocks with shared presentation blocks and app-owned chrome, while keeping continuity CTAs and SSR price first paint. Co-authored-by: Cursor <cursoragent@cursor.com>
Server Components now import presentation helpers from @repo/ui/server so Next does not pull SelectionScreen hooks into the SSR graph. Co-authored-by: Cursor <cursoragent@cursor.com>
app.json pointed at ./assets/icon.png but the file was absent, which broke asset resolution when launching mobile-web on the simulator. Co-authored-by: Cursor <cursoragent@cursor.com>
Inline mobile listing selection, stadium map imagery, release-on-leave, single-link iOS share, and README notes on demo scope and monorepo intent. Co-authored-by: Cursor <cursoragent@cursor.com>
Clears the unused-vars lint warning that failed CI max-warnings=0. Co-authored-by: Cursor <cursoragent@cursor.com>
findAllByType is untyped without react-test-renderer types, so the callback needed an explicit props shape for noImplicitAny. Co-authored-by: Cursor <cursoragent@cursor.com>
Replace the leftover counter smoke test and boot the API in Playwright so CI can load listings and exercise selection → checkout. Co-authored-by: Cursor <cursoragent@cursor.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
/) and mobile-web home: static stadium map, listing cards, Continue →checkout.create+ navigate to/checkout/[id].listings.listtRPC query with multi-seed fake inventory;placeHoldrejects already-held listings so availability stays consistent.@repo/uifeatures/listingsmodule + Share tickets on checkout (web URL +mobileweb://deep link) for cross-surface resume.Test plan
pnpm --filter api test/@repo/ui/web/mobile-webtests passhttp://localhost:3001, select a listing, Continue → checkout with holdMade with Cursor