Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Dynamic selectors #2

Merged
merged 189 commits into from
Nov 12, 2022
Merged

Dynamic selectors #2

merged 189 commits into from
Nov 12, 2022

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    60f32b8 View commit details
    Browse the repository at this point in the history
  2. Add missing gradient support (Shopify#1304)

    * Add missing gradients to cards
    
    * Enforce solid bg on quantity input
    
    * Add gradient to cart notification
    
    * Add to nav, img banner, facets, slideshow, etc
    
    * Add to media modal
    
    * Add to submenu
    
    * Remove search popup gradient
    
    * Fix mobile facets scrolling/background
    
    * Adjust mobile nav gradients
    
    * Cleanup
    
    * fix border radius on combination inputs
    kmeleta authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    7516fb1 View commit details
    Browse the repository at this point in the history
  3. Fix password page email signup input (Shopify#1421)

    Andrew Etchen authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    622e859 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    f2f8ab7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a233886 View commit details
    Browse the repository at this point in the history
  3. Cleanup product media grid spacing (Shopify#1444)

    * Cleanup product media grid
    
    * Adjust grid selectors
    
    * Hopefully fix arrow alignment
    
    * Fix non-stacked item widths
    kmeleta authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    95c5e93 View commit details
    Browse the repository at this point in the history
  4. Update color list order and simplify section string (Shopify#1413)

    * update color list order
    
    * change announcement bar string
    
    * fix label
    
    * update collapsible content
    
    * update email signup banner
    
    * update footer
    
    * update header
    
    * update image banner
    
    * update image with text
    
    * update password header and footer
    
    * update email signup
    
    * update rich text and slideshow
    
    * update missing translations
    
    * Update 20 translation files
    
    * Update sections/announcement-bar.liquid
    
    Co-authored-by: Ludo <ludo.segura@shopify.com>
    
    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    Co-authored-by: Ludo <ludo.segura@shopify.com>
    3 people authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    3bce717 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Add mega menu (Shopify#1316)

    * Simplify header dropdown menu CSS selectors
    
    * Create popup utility class to apply popup global settings styles
    
    * Add mega menu settings to header section. Add en locale. Add mega menu liquid as snippet. Add mega menu css
    
    * Fix indent
    
    * Add info to menu type setting
    
    * Remove condition for showing dropdown menus for subcategories with no children
    
    * Force zero border-radius and top/bottom border for mega menu container since it's full width
    
    * Update 1 translation file
    
    * Prevent mega menu shadows from overlapping header by reducing menu content z-index. Clean up unused CSS
    
    * Add todo
    
    * Show mega menu top border only if header does not have separator line enabled
    
    * Remove empty line
    
    * Update 16 translation files
    
    * Update 3 translation files
    
    * Remove mega menu snippet since contents are not being re-used. Add mega menu liquid in header directly instead
    
    * Update assets/component-mega-menu.css
    
    Co-authored-by: MM <martina.marien@shopify.com>
    
    * Rename utility class
    
    * Add mega menu content layout and styles (Shopify#1338)
    
    * Add grid for mega menu content and styles for links
    
    * Remove role="list" from ul elements since list is ul elements' default role
    
    * Adjust link styles
    
    * Set mega menu content max height based on viewport height. Use header bottom position set in JS for calculation
    
    * Round position value down instead of up to be more consistent with other instances where --header-bottom-position value is set in JS
    
    * Fix spacing
    
    * Change level 2 link color to better distinguish from level 3 links
    
    * Revert mega menu heading opacity to improve color contrast
    
    * Merge branch 'add-mega-menu' of https://github.com/Shopify/dawn into add-mega-menu-content
    
    # Conflicts:
    #	snippets/mega-menu.liquid
    
    * Add id to mega menu content container (JS will use id to add aria-control attribute to summary element). Add role="list" to ul in mega menu for a11y (when list bullets are removed some assistive technologies may not convey ul as list without explicit role)
    
    * Fix typo
    
    * Combine css properties for same class
    
    * Set mega menu links to display block to ensure bigger touch target
    
    * Add some bottom offset to menu max-height to prevent iOS Safari from cutting off bottom of menu
    
    * Update link style (remove uppercase) for 2nd level links that have no children
    
    * Update L2 link font to bold. Use Liquid to calculate bold font-weight value: "bold" will be +300 relative to default body font-weight, but restricted to max of 1000
    
    * Address feedback. Add explicit role="list" for a11y (when list bullets are removed some assistive technologies may not convey ul as list without explicit role)
    
    * Use rem instead of px
    
    * Remove redundant css
    
    * Update line height to account for body scale
    
    * Move JS to set header bottom position CSS variable to its own custom HTML component. This is to ensure this snippet of JS does not run if not needed
    
    * Remove usage of --viewport-height since its value may not have been set
    
    * Update references (in JS and CSS) to details-disclosure to also account for header-menu which extends details-disclosure
    
    * Update logic to set  --header-bottom-position-desktop value when menu is toggled, instead of in constructor. This ensures the header is visible when the value is calculated
    
    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    Co-authored-by: MM <martina.marien@shopify.com>
    3 people authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    94e859a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    71762f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c4c2ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da38d41 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    c3b79f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44aae04 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Update 20 translation files (Shopify#1487)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    5edb3be View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Theme check manual fixes (Shopify#1379)

    Andrew Etchen authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    ab607b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2083ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3c30ed View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Update 1 translation file (Shopify#1499)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    33c425c View commit details
    Browse the repository at this point in the history
  2. Video alt text info content update (Shopify#935)

    * Video alt text info content update
    
    * Update locales/en.default.schema.json
    
    * Update locales/en.default.schema.json
    
    * Update 4 translation files
    
    * Update 3 translation files
    
    * Update 9 translation files
    
    * Update 3 translation files
    
    * Update 1 translation file
    
    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    1a858ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dd433a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cb41df View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Fixed condensed mega menu (Shopify#1504)

    * Fixed condensed mega menu
    tyleralsbury authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    db557f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    25faebe View commit details
    Browse the repository at this point in the history
  2. Fixed multicolumn gap spacing on mobile (Shopify#1505)

    * Fixed multicolumn gap spacing on mobile
    tyleralsbury authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    7e26c11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fcf0e1 View commit details
    Browse the repository at this point in the history
  4. Theme check TemplateLength (Shopify#1511)

    Andrew Etchen authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    67e7753 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Add PR checkbox for theme documentation (Shopify#1516)

    * Add PR checkbox for theme documentation
    
    * Update .github/PULL_REQUEST_TEMPLATE.md
    martinamarien authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    98ef025 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    3e5c4f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Update 1 translation file (Shopify#1528)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    50a8351 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Update 1 translation file (Shopify#1533)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    87b8b9d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Update 1 translation file (Shopify#1536)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    2052324 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    2920bbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a44d420 View commit details
    Browse the repository at this point in the history
  3. Fix product rating help doc links (Shopify#1532)

    * fix links for product rating
    
    * Update 20 translation files
    
    * update os2 links and remove /en
    
    * update other URL to remove the language path
    
    * Update 20 translation files
    
    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    d36a504 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Prevent empty heading in contact form (Shopify#1515)

    * Only render contact heading if not empty
    
    * Add fallback form heading
    
    * Move title string
    
    * Update 21 translation files
    
    * Update 3 translation files
    
    * Update 6 translation files
    
    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    kmeleta and translation-platform[bot] authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    e25736b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff2a770 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Update 1 translation file (Shopify#1554)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    0f96850 View commit details
    Browse the repository at this point in the history
  2. Hide inactive mobile menu items from screen readers (Shopify#1493)

    * Hide mobile menu ancestors from screen readers
    
    * Account for close button
    
    * Cleanup on drawer close
    
    * Account for mobile facets drawer
    kmeleta authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    e9c6831 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19c3719 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    42ccea6 View commit details
    Browse the repository at this point in the history
  2. Fix shop link on giftcard page (Shopify#1557)

    Co-authored-by: Max@SMAKK <max-smakk@MacBook-Pro-4.local>
    bredowmax and Max@SMAKK authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    d04f943 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Using font size and spacing for mega menu hierarchy (Shopify#1520)

    * Using font size and spacing for mega menu hierarchy
    
    Co-authored-by: LucasLacerdaUX <lucas.lacerda@shopify.com>
    Co-authored-by: Lucas Lacerda <37168033+LucasLacerdaUX@users.noreply.github.com>
    3 people authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    72091ed View commit details
    Browse the repository at this point in the history
  2. Update translations: buyer (Shopify#1581)

    * Update 1 translation file
    
    * Update 1 translation file
    
    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    46bd4d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    b55668b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    c60f8ce View commit details
    Browse the repository at this point in the history
  2. Vertical filter UX follow ups (Shopify#1568)

    * Vertical filter follow ups
    
    * Fix button alignment
    
    * Fix search sort
    
    * Fix sort
    
    * Fix wrapping
    
    * Fix overflow
    
    * Fix empty space
    
    * Fix button no js
    
    * Fix button style
    
    * Fix filter column
    
    * Apply secondary style
    
    * Apply button
    
    * Fix search
    
    * Fix no-js layout for drawer and product count position (Shopify#1572)
    
    * fix no-js layout for drawer and product count position
    
    * udpate vertical product count position on drawer on desktop
    
    * fix broken html
    
    * remove unnecessary facets class
    
    * update some logic to fix state after rebase
    
    * fix spacing
    
    * Update margin formatting
    
    Co-authored-by: Ludo <ludo.segura@shopify.com>
    
    * Update padding formatting
    
    Co-authored-by: Ludo <ludo.segura@shopify.com>
    
    * Add hidden inputs to preserve search queries (Shopify#1585)
    
    * fix no-js layout for drawer and product count position
    
    * udpate vertical product count position on drawer on desktop
    
    * fix broken html
    
    * remove unnecessary facets class
    
    * update some logic to fix state after rebase
    
    * fix spacing
    
    * Add hidden inputs to preserve search queries
    
    Co-authored-by: MM <martina.marien@shopify.com>
    Co-authored-by: Ludo <ludo.segura@shopify.com>
    3 people authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    d37c2e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    3591cdf View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    64aa07f View commit details
    Browse the repository at this point in the history
  2. Update 5 translation files (Shopify#1626)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    3549f96 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Update 1 translation file (Shopify#1634)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    b1fd9b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17c4b67 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    e5de9f1 View commit details
    Browse the repository at this point in the history
  2. Fix empty collection links (Shopify#1639)

    Andrew Etchen authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    cc2cf29 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Fix first image lazy load on main product section (Shopify#1286)

    * Make sure first image is not lazy loaded
    
    * Use a single liquid tag
    
    * Update sections/main-product.liquid
    
    Co-authored-by: Andrew Etchen <andrew.etchen@shopify.com>
    
    Co-authored-by: Andrew Etchen <andrew.etchen@shopify.com>
    baldurh and Andrew Etchen authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    af58b34 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    a8ded52 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    dcf6e50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    504102e View commit details
    Browse the repository at this point in the history
  3. Rich text improvements (Shopify#1635)

    Andrew Etchen authored May 6, 2022
    Configuration menu
    Copy the full SHA
    2d5a857 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. [Header] add setting to tweak top and bottom padding (Shopify#1654)

    * Add header padding setting
    
    * Update minimum to 5
    
    * Changed defaults
    
    * Update header with option 2
    
    * Remove unnecessary code
    LucasLacerdaUX authored May 11, 2022
    Configuration menu
    Copy the full SHA
    984e244 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    93c4a34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    823b21f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8db40b6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    d4abfde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8881c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98330b0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. 1-click Quick Add for products with 1 non-default variant (Shopify#1610)

    * Add 1-click quick-add support for products with exactly 1 non-default variant
    
    * Revert "Add 1-click quick-add support for products with exactly 1 non-default variant"
    
    This reverts commit 41648ca.
    
    * Add 1-click quick-add support for products with exactly 1 non-default variant
    
    * Switch to Variants Size
    bredowmax authored May 16, 2022
    Configuration menu
    Copy the full SHA
    f7e16a9 View commit details
    Browse the repository at this point in the history
  2. Update spacing below product media (Shopify#1689)

    * Update spacing below product media
    
    * Update visible
    
    * Remove extra spacing
    
    * Update desktop layout
    LucasLacerdaUX authored May 16, 2022
    Configuration menu
    Copy the full SHA
    9669caf View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    ff77d3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a592814 View commit details
    Browse the repository at this point in the history
  3. Fix product media slider peek (Shopify#1696)

    * Account for gap spacing in product slider width
    
    * Prevent slider arrows with single media
    kmeleta authored May 18, 2022
    Configuration menu
    Copy the full SHA
    ca84837 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98e23e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf3fa24 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Remove extra whitespace on Quick Add modals (Shopify#1706)

    * Always centered
    
    * Non centered
    
    * Revert height
    
    * Set height to initial height
    
    * Revert fixed height
    
    * Remove extra
    LucasLacerdaUX authored May 19, 2022
    Configuration menu
    Copy the full SHA
    21ab9d8 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Update 1 translation file (Shopify#1715)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored May 20, 2022
    Configuration menu
    Copy the full SHA
    67eb904 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. [Collapsible content] Add vertical padding to blocks (Shopify#1655)

    * Fix padding. top and bottom now gets 1.5rem
    
    * Set padding-top to 0
    LucasLacerdaUX authored May 24, 2022
    Configuration menu
    Copy the full SHA
    945bb64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb29b18 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    81b6818 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    9338f9c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    e36aa68 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Version bump v6.0.0 (Shopify#1769)

    * Version bump
    
    Update theme version to v6.0.0
    
    * Update release-notes.md
    
    * Update release-notes.md
    
    Co-authored-by: Ludo <ludo.segura@shopify.com>
    
    * Update release-notes.md
    
    Co-authored-by: Ludo <ludo.segura@shopify.com>
    
    * Update release-notes.md
    
    Co-authored-by: Lucas Lacerda <37168033+LucasLacerdaUX@users.noreply.github.com>
    
    * Update release-notes.md
    
    Co-authored-by: Ludo <ludo.segura@shopify.com>
    Co-authored-by: Lucas Lacerda <37168033+LucasLacerdaUX@users.noreply.github.com>
    3 people authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    708729f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    f647405 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    e990e8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc397ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21468ab View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Remove menu title requirement (Shopify#1763)

    * Menu heading
    
    Remove requirement for menu heading in footer to display
    
    * Update footer.liquid
    
    * Remove helper text
    
    * Remove translations
    
    * Update footer
    
    * Update footer
    
    * Update footer
    
    * Update footer
    
    * Revert changes
    
    * Fixes
    
    * Update
    
    * Update to footer
    Alistair Lane authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    a698b09 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    8d0e9fb View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    3b7a682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2337de0 View commit details
    Browse the repository at this point in the history
  3. Update 1 translation file (Shopify#1809)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    050c7b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    c101242 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9b7f02 View commit details
    Browse the repository at this point in the history
  3. Badge product card position copy update (Shopify#1795)

    * Badge product card position copy update
    
    * Update 7 translation files
    
    * Update 3 translation files
    
    * Update 6 translation files
    
    * Update 3 translation files
    
    * Update 1 translation file
    
    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    989f485 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    6942f02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a42d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e480227 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7d4d70 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Add help text to the Variant Pills settings area (Shopify#1782)

    * Add help text to the Variant Pills settings section.
    
    * Update copy as per reviews.
    
    * Update 5 translation files
    
    * Update 4 translation files
    
    * Update 8 translation files
    
    * Update 2 translation files
    
    * Update 1 translation file
    
    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    kjellr and translation-platform[bot] authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    164b77d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Update translations: buyer (Shopify#1828)

    * Update 1 translation file
    
    * Update locales/th.json
    
    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    Co-authored-by: Ludo <ludo.segura@shopify.com>
    translation-platform[bot] and ludoboludo authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    6b57f75 View commit details
    Browse the repository at this point in the history
  2. Update translations: merchant (Shopify#1818)

    * Update 1 translation file
    
    * Update 1 translation file
    
    * Update 1 translation file
    
    * Update locales/th.schema.json
    
    * Update 1 translation file
    
    * Update th.schema.json
    
    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    Co-authored-by: Ludo <ludo.segura@shopify.com>
    translation-platform[bot] and ludoboludo authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    67a3c4f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    d0463c6 View commit details
    Browse the repository at this point in the history
  2. Setting border-top to 0.1rem to match with header navigation (Shopify…

    …#1802)
    
    updating component-facets.css to match div line width from the header
    danielvann777 authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    20886d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Add period to Cart global setting info text (Shopify#1751)

    * add period to info text
    
    * Update 1 translation file
    
    * Update 9 translation files
    
    * Update 9 translation files
    
    * Update 1 translation file
    
    Co-authored-by: Melissa Perreault <melissaperreault@Melissas-MacBook-Pro.local>
    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    3 people authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    ba8b108 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    be79c4c View commit details
    Browse the repository at this point in the history
  2. Update 1 translation file (Shopify#1836)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    0c675f7 View commit details
    Browse the repository at this point in the history
  3. Announcment alignment (Shopify#1770)

    * Announcement and translation
    
    * Alignment for announcement bar
    
    * Translations
    
    * Update alignment and order of options.
    
    * Update locales/th.schema.json
    
    Co-authored-by: Andrew Etchen <andrew.etchen@shopify.com>
    
    * Uniform padding with link
    
    * Make colour go full width
    
    * Full width hover and justify text
    
    * Update sections/announcement-bar.liquid
    
    Co-authored-by: Ludo <ludo.segura@shopify.com>
    
    * Remove justify
    
    * Remove justify
    
    Co-authored-by: Andrew Etchen <andrew.etchen@shopify.com>
    Co-authored-by: Ludo <ludo.segura@shopify.com>
    3 people authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    13a3d40 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    3fbabdc View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    627bb72 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Update translations: merchant (Shopify#1843)

    * Update 20 translation files
    
    * Update 1 translation file
    
    * Update 20 translation files
    
    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    bf4e7d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Update 1 translation file (Shopify#1849)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    70621f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b18d1be View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    b7038b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Update 1 translation file (Shopify#1862)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    af705f4 View commit details
    Browse the repository at this point in the history
  2. Add reopened activity type (Shopify#1874)

    Andrew Etchen authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    2afabc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    6e513c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    63f527f View commit details
    Browse the repository at this point in the history
  2. Update 1 translation file (Shopify#1872)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    d9cff51 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    45f621b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Fix linting issues in feature-product and main-product sections (Shop…

    …ify#1873)
    
    * fix linting issues in feature-product and main-product sections
    
    * use button--secondary when dynamic checkout or subscriptions enabled (Shopify#1875)
    metamoni authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    f1bd268 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    c341b54 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    3f4065a View commit details
    Browse the repository at this point in the history
  2. update predictive search container width (Shopify#1878)

    * update predictive search container width on small screens
    metamoni authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    fcb0fc8 View commit details
    Browse the repository at this point in the history
  3. Update 20 translation files (Shopify#1891)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    87b7f1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a05ef0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f62ef25 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Update 2 translation files (Shopify#1896)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    e86f35a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b9402a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Update 1 translation file (Shopify#1899)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    816b5b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b947a97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7198239 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f64fa9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Increase left and top edge for zoom-icon element (Shopify#1902)

    * Increase left and top edge for zoom-icon element
    
    * Minor changes that I forgot undo
    
    * Delete unnecessary whitespace
    
    * Change left and top edges to 1.2rem
    eugenekasimov authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    9ccd599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f538b0a View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. hide quick add button when javascript is disabled (Shopify#1904)

    * hide quick add button when javascript disabled
    metamoni authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b10202c View commit details
    Browse the repository at this point in the history
  2. Update PULL_REQUEST_TEMPLATE.md (Shopify#1892)

    * Update PULL_REQUEST_TEMPLATE.md
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    Adding hidden markdown
    
    * Update .github/PULL_REQUEST_TEMPLATE.md
    
    Co-authored-by: MM <martina.marien@shopify.com>
    
    * Update .github/PULL_REQUEST_TEMPLATE.md
    
    Co-authored-by: Lucas Lacerda <37168033+LucasLacerdaUX@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    * Update .github/PULL_REQUEST_TEMPLATE.md
    
    * Edit based on feedback
    
    Co-authored-by: MM <martina.marien@shopify.com>
    Co-authored-by: Lucas Lacerda <37168033+LucasLacerdaUX@users.noreply.github.com>
    3 people authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    37e4d30 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Update Lighthouse CI (Shopify#1898)

    Andrew Etchen authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    50cf9d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    d3adce4 View commit details
    Browse the repository at this point in the history
  2. Update 1 translation file (Shopify#1924)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    28f7d5b View commit details
    Browse the repository at this point in the history
  3. Update PULL_REQUEST_TEMPLATE.md to include visual change reference (S…

    …hopify#1923)
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    * Change bold to heading markup
    melissaperreault authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    4558947 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    215f8d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    1a486f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32549fb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    14c93e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    8565688 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Update 1 translation file (Shopify#1948)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    2091738 View commit details
    Browse the repository at this point in the history
  2. Update 1 translation file (Shopify#1949)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    381a457 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Update 1 translation file (Shopify#1951)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    00026ae View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    05bac18 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Android menu drawer account fix (Shopify#1945)

    * Fix android menu drawer not showing account
    
    * remove unnecessary code
    ludoboludo authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    8d2b34d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    fc0e628 View commit details
    Browse the repository at this point in the history
  2. Use image tag (Shopify#1906)

    * image_tag in collage
    
    * image_tag in multicolumn
    
    * image_tag in slideshow
    
    * image_tag in image_with_text
    
    * image_tag in collapsible-content
    
    * image_tag in video
    
    * Apply suggestions from code review
    
    Co-authored-by: Lucas Lacerda <37168033+LucasLacerdaUX@users.noreply.github.com>
    
    * PR review: Clean up whitespace on capture def
    
    Co-authored-by: Kyle Conrad <kcomrade53@gmail.com>
    Co-authored-by: Lucas Lacerda <37168033+LucasLacerdaUX@users.noreply.github.com>
    Co-authored-by: Kyle Conrad <kyle.conrad@shopify.com>
    4 people authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    c1511ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    592c598 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Update translations: buyer (Shopify#1963)

    * Update 29 translation files
    
    * Update 1 translation file
    
    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    85cd64e View commit details
    Browse the repository at this point in the history
  2. Fix shadow being cut on featured collection slider, featured blog sli…

    …der and collection list slider (Shopify#1961)
    
    * Fix shadow being cut on feat collection slider
    
    * Missing commit
    
    * Remove file
    
    * Rename
    
    * Add class
    sofiamatulis authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    c891534 View commit details
    Browse the repository at this point in the history
  3. Remove Product Subtitle block from Featured Product section (Shopify#…

    …1964)
    
    * Remove Text Block for Product Subtitle on Dawn's pre-configured Product Page and Featured Collection sections
    
    * Remove caption from block order
    
    * Revert change for json templates
    KaichenWang authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    fbfe88e View commit details
    Browse the repository at this point in the history
  4. [Complementary product] Keep text alignment to the left for horizonta…

    …l cards (Shopify#1965)
    
    * Keep text alignment to the left for horizontal cards
    
    * prevent image padding from global product cards settings to apply
    ludoboludo authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    abd203b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    44b0c2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a54646 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Update 1 translation file (Shopify#1967)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d6d97c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    a74e1aa View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    d055968 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Variant media modal fix (Shopify#1985)

    * Fix duplicate class attr issue
    
    * Prevent use of lazy_load variable in complementary block
    kmeleta authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    0c22696 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    1066a84 View commit details
    Browse the repository at this point in the history
  2. [Complementary block] update url from the info text to the latest (Sh…

    …opify#1974)
    
    * update url from the info text to the latest
    
    * fix parentheses
    
    * Update 20 translation files
    
    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    ludoboludo and translation-platform[bot] authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    2dcf808 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    2948b89 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    360557c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92d8eca View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. [Product page] "Icon with text" block (Shopify#1933)

    Add a new Icon-With-Text block to Product Page
    eugenekasimov authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    7e696e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    6d2a6c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    6aa8e6c View commit details
    Browse the repository at this point in the history
  2. Move product media gallery and modal into snippets [Refactor] (Shopif…

    …y#1934)
    
    * Move product media gallery and modal into snippets
    
    * Gallery snippet api adjustments
    
    * Fixes for featured product flexibility
    
    * Exclude media_size from gallery api
    kmeleta authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    1005c58 View commit details
    Browse the repository at this point in the history
  3. Update 1 translation file (Shopify#2023)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    8ce3734 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Remove setting for variant styling (Shopify#2025)

    * Remove setting for variant styling
    
    * wrong edit fix
    ludoboludo authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    4616713 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Update 30 translation files (Shopify#2026)

    Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
    translation-platform[bot] authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    0c27374 View commit details
    Browse the repository at this point in the history
  2. Minor improvements to product media liquid [Refactor] (Shopify#2022)

    * Refactor ratio usage in product thumbnail
    
    * Fix zoom icon placement and featured product issues
    
    * Minor updates
    kmeleta authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    6a9a631 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    147c21e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    3f89aa5 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    67fbde2 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. remove redundant role from SVGs (Shopify#2037)

    * remove redundant role from SVGs
    
    * hide icons from screen readers
    metamoni authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    acff8d7 View commit details
    Browse the repository at this point in the history
  2. Fix z-index issue for mega menu in Safari (Shopify#2034)

    * Fix z-index issue for mega menu in Safari
    
    * add comment with context
    
    * small edits
    
    * change approach
    ludoboludo authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    339c84f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. [PDP] Add SKU block (Shopify#1987)

    Add SKU block to PDP
    eugenekasimov authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    0643730 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81f194a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Add zoom flexibility (Shopify#1983)

    add 'lightbox', 'hover', and 'none' zoom settings to images
    metamoni authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    01ff64b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    652820f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57b689e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    287add2 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    44107e7 View commit details
    Browse the repository at this point in the history
  2. Reset to default

    JonoHall committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    c884b49 View commit details
    Browse the repository at this point in the history
  3. Reset files

    JonoHall committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    6856ffd View commit details
    Browse the repository at this point in the history
  4. Reset changes

    JonoHall committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    156d0ba View commit details
    Browse the repository at this point in the history