Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

[Blockifying Product Archive Templates]: Implement the blockified template conversion for the Classic Template Block. #8248

Merged
merged 57 commits into from
Feb 27, 2023

Commits on Jan 20, 2023

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

Commits on Jan 21, 2023

  1. Configuration menu
    Copy the full SHA
    5f95c8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b94fc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5b2a79 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    c3bbc70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a185597 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary margin from Product Results Count block

    When used in a Row block in a blockified Archive Product template, Product Results Count had additional unnecessary margin which caused misalignment with the Catalog Sorting block
    kmanijak committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e9dee03 View commit details
    Browse the repository at this point in the history
  4. Fix TypeScript error

    kmanijak committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    6e49f88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6922a9 View commit details
    Browse the repository at this point in the history
  6. Remove unnecessary entry in tsconfig.json to include templates directory

    It was added couple of commits earlier, since the template was kept there, but it was decided to move it to assets directory, so entry is no longer necessary
    kmanijak committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    012a03f View commit details
    Browse the repository at this point in the history
  7. Move the to

    kmanijak committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    12d4c62 View commit details
    Browse the repository at this point in the history
  8. Differentiate the Classic Template placeholder description depending …

    …on the availability to convert to Products block
    kmanijak committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    52d1313 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a52107d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    b57cc98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    610eeda View commit details
    Browse the repository at this point in the history
  3. Syntax improvement

    kmanijak committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    a203496 View commit details
    Browse the repository at this point in the history
  4. Set margin for Catalog Sorting to 0, so it aligns properly when used …

    …in blockified Archive Product template
    kmanijak committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b603490 View commit details
    Browse the repository at this point in the history
  5. Make the blockification config, so it covers the Product Archive as w…

    …ell as Single Product templates
    kmanijak committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    847fb46 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'add/convert-classic-template' of github.com:woocommerce…

    …/woocommerce-blocks into add/convert-classic-template
    kmanijak committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    c812ba5 View commit details
    Browse the repository at this point in the history
  7. Move the product-archive specific functions from classic-template/ind…

    …ex.tsx to the product-archive.ts
    kmanijak committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    bda27ac View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Add alignment option to the Store Notices block and make the blockifi…

    …ed template blocks aligned wide
    
    That is required, so the Classic Template layout is preserved
    kmanijak committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    88ddb2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7427a4b View commit details
    Browse the repository at this point in the history
  3. Create single-product.ts file which is a placeholder for the blockifi…

    …ed Single Product template
    kmanijak committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    a64835e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    36f740b View commit details
    Browse the repository at this point in the history
  2. Simplify the interface of blockified templates

    Expose  function instead of two functions for allowing and disallowing conversion
    kmanijak committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    c2c5657 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f1d2eb View commit details
    Browse the repository at this point in the history
  4. Rename and simplify the function checking if conversion of classic te…

    …mplate to block version is possible
    kmanijak committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    4a4b8e5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'add/convert-classic-template' of github.com:woocommerce…

    …/woocommerce-blocks into add/convert-classic-template
    kmanijak committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    f14f657 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5505f02 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Pass the Classic Template attributes to the blockified template inste…

    …ad of getting it from data store
    kmanijak committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    6d8607c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3afd81e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3b50bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    435b7f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a36881 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11c587a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Extend the get_classes_and_styles_by_attributes method with align and…

    … text_align attributes
    kmanijak committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    cd71a6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe5f1a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adcec0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31a5d4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e2d999 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    295e601 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Extract the common functions between blockified archive-template and …

    …product-search-results to utils
    kmanijak committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    18dea27 View commit details
    Browse the repository at this point in the history
  2. Enable 'Inherit query from template' in Products block by default whe…

    …n converting the Classic Template to blockified one
    kmanijak committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    39e6c73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    713cc5e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    1722726 View commit details
    Browse the repository at this point in the history
  2. Differentiate Product Catalog and Products By * templates. The latter…

    … include Term Description block
    kmanijak committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    11a90df View commit details
    Browse the repository at this point in the history
  3. Merge branch 'add/convert-classic-template' of github.com:woocommerce…

    …/woocommerce-blocks into add/convert-classic-template
    kmanijak committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    35c8dc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

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

Commits on Feb 14, 2023

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

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    f925c7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72ac96f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    462fa4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e79b6f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    431b78a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a384c13 View commit details
    Browse the repository at this point in the history