Sentinel dom xss video stories 6557954144457559183#84
Closed
murielpereira wants to merge 137 commits intoShopify:mainfrom
Closed
Sentinel dom xss video stories 6557954144457559183#84murielpereira wants to merge 137 commits intoShopify:mainfrom
murielpereira wants to merge 137 commits intoShopify:mainfrom
Conversation
Replaced `{% render 'image' %}` inside `for` loops in collections, cart, and search sections with inline Liquid tags (`image_url` and `image_tag`). This avoids the significant N+1 parsing and compilation overhead introduced by Shopify snippet rendering during each iteration, noticeably reducing TTFB and template compilation time for pages with many items.
Co-authored-by: murielpereira <83676196+murielpereira@users.noreply.github.com>
💡 What: Added a visually hidden "Skip to content" link that appears on keyboard focus. 🎯 Why: To allow keyboard and screen reader users to bypass repetitive header navigation and jump straight to the main content. ♿ Accessibility: Improves keyboard navigation and WCAG compliance (Bypass Blocks). Co-authored-by: murielpereira <83676196+murielpereira@users.noreply.github.com>
Co-authored-by: murielpereira <83676196+murielpereira@users.noreply.github.com>
…ine-4179201201715735461 ⚡ Bolt: Inline image rendering in loops to remove N+1 overhead
…6357033886921631 🎨 Palette: Add "Skip to content" accessibility link
…-1160408478001718387 🎨 Palette: Interactive States and Keyboard Accessibility Improvements
… links Co-authored-by: murielpereira <83676196+murielpereira@users.noreply.github.com>
Co-authored-by: murielpereira <83676196+murielpereira@users.noreply.github.com>
Committed from shop: Âme Acessórios Pet
Committed from shop: Âme Acessórios Pet
Committed from shop: Âme Acessórios Pet
Committed from shop: Âme Acessórios Pet
…rrer-7968491710451520849 🛡️ Sentinel: [Security Enhancement] Add noreferrer to target="_blank" links
…778000983077 🎨 Palette: Fix missing ARIA labels on dynamic cart updates
Committed from shop: Âme Acessórios Pet
Committed from shop: Âme Acessórios Pet
Committed from shop: Âme Acessórios Pet
Committed from shop: Âme Acessórios Pet
Committed from shop: Âme Acessórios Pet
Committed from shop: Âme Acessórios Pet
Committed from shop: Âme Acessórios Pet
…h-overflow-4317215178405269153 📱 Breakpoint: Fix mobile product swatch overflow
…-loop-4812024058461068138 ⚡ Bolt: Optimize Custom Fields Loop [O(M*N) to O(N)]
…29575387930026470 🎨 Palette: Add to Cart button loading state accessibility
Committed from shop: Âme Acessórios Pet
Committed from shop: Âme Acessórios Pet
Committed from shop: Âme Acessórios Pet
- Added `aria-hidden="true"` to the `expand_more` material symbols icon within the sort filter on the collection page (`sections/collection.liquid`). - This prevents screen readers from redundantly announcing the ligature text "expand more", as the icon purely serves as a visual indicator for the `<select>` element which is already properly labeled. Co-authored-by: murielpereira <83676196+murielpereira@users.noreply.github.com>
…lection-select-15388424210117479537 🎨 Palette: Add aria-hidden to decorative icon in collection select
Co-authored-by: murielpereira <83676196+murielpereira@users.noreply.github.com>
Committed from shop: Âme Acessórios Pet
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.
No description provided.