Draft
Add local TCG collection workflow with scanner mode, import/export, and My Collection view#25
Conversation
Open
Copilot
AI
changed the title
[WIP] Add card scanning feature with identification and logging
Add local TCG collection workflow with scanner mode, import/export, and My Collection view
Jun 10, 2026
Owner
|
the new scanner mode cant fit into screen anymore. This part needs to be able to show full on a mobile phone. |
Contributor
Author
Addressed in 2fd7b1b. |
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 adds the first end-to-end collection flow for physical Pokémon cards: users can scan a card from the existing camera dialog, confirm or retry identification, save owned cards locally in the browser, and manage counts from the TCG database. It also adds a dedicated My Collection entry in the TCG database toggle group (in the highlighted green-ring position from the issue) plus local JSON import/export from Settings.
Scanner collection mode
Local collection persistence
CardCollectionStorebacked bylocalStorage.TCG database integration
AI / navigation wiring
show_my_collectionso chat/realtime flows can open the owned-cards view.Docs
docs/features.md.docs/architecture.md.Example of the new local collection persistence layer: