feat(gear-library): build comparison flow - #705
Merged
Conversation
🎉 Deployed to Cloudflare!
|
Perdolique
force-pushed
the
feat/gear-library-comparison
branch
from
July 26, 2026 15:45
4014b99 to
bcc616b
Compare
Perdolique
force-pushed
the
feat/gear-library-comparison
branch
from
July 26, 2026 17:12
bcc616b to
858b1c7
Compare
Perdolique
marked this pull request as ready for review
July 26, 2026 17:15
- ✨ add an ordered 2–4 item comparison flow with URL validation and catalog navigation - ✨ render a responsive property matrix with difference filtering, item removal, and keyboard focus restoration - ✅ cover comparison utilities and browser flows, including stale-request cancellation - 🔧 reuse local E2E servers and clarify focused verification guidance
Perdolique
force-pushed
the
feat/gear-library-comparison
branch
from
July 26, 2026 17:37
858b1c7 to
2db5407
Compare
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
Turns the catalog selection tray into a complete, shareable comparison flow 🧭📊 The same semantic matrix now works across viewport sizes, with horizontal scrolling keeping all selected items available on mobile 😎🤙
itemquery parametersMotivation
Issue #685 had the ordered catalog selection flow but no dedicated destination for comparing selected equipment. This change completes that path using the existing ordered comparison API while keeping the full 2–4 item matrix available at every viewport size 🎯
The implemented responsive behavior intentionally uses one horizontally scrollable semantic table instead of separate mobile pair selectors. My Gear mutations are not part of this PR. This keeps the comparison interaction consistent and focused on the confirmed catalog-to-comparison flow 📱🖥️
Related issues
Closes #685