-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update variant swatch and update product media #131
base: dev
Are you sure you want to change the base?
Conversation
… directory across multiple files
…nd restructuring option rendering logic for better clarity
…ment & updating slide index handling for better readability
WalkthroughThis pull request primarily updates the source of the Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant PM as ProductMedia
participant SW as Swiper
U->>PM: Selects a variant/media
PM->>PM: Calls getSelectedVariantMediaIndex()
PM->>SW: Instructs swiping to computed media index
SW-->>PM: onSlideChange event (new index)
PM->>U: Updates current slide display
sequenceDiagram
participant U as User
participant PV as ProductVariants
participant VO as VariantOption
U->>PV: Interacts with variant options
PV->>VO: Renders option components based on type (color, button, image, dropdown, default)
VO-->>PV: Returns selected option value
PV->>U: Updates display with chosen variant
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (13)
✅ Files skipped from review due to trivial changes (10)
🔇 Additional comments (21)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit
These updates enhance the overall user experience with more consistent imagery, clearer product options, and improved media navigation.
Refactor
Style