Skip to content
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

Query block: client-side pagination #53812

Merged
merged 21 commits into from
Aug 29, 2023

Commits on Aug 16, 2023

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

    luisherranz committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3cc2e45 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Initial version working

    luisherranz committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    35dc033 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    79ecdbb View commit details
    Browse the repository at this point in the history
  2. Only add supports.interactivity and enqueue the view.js file if the "…

    …Enhanced Pagination" option is enabled
    luisherranz committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2791034 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Interactivity API: merge new server-side rendered context on client-s…

    …ide navigation (#53853)
    
    * Add failing test
    
    * Fix the test
    
    * Add changelog
    
    * Fix lint error
    luisherranz authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a325563 View commit details
    Browse the repository at this point in the history
  2. Fix changelog placement

    luisherranz authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a26cba0 View commit details
    Browse the repository at this point in the history
  3. Interactivity API: Support for the data-wp-key directive (#53844)

    * Add failing test
    
    * Fix test using key
    
    * Replace key with data-wp-key
    
    * Refactor test a bit
    
    * Add changelog
    
    * Add docs
    
    * Remove unnecessary paragraph
    
    * Fix lint error
    luisherranz authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d7c1850 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'add/interactivity-api-regions-based-client-side-navigat…

    …ion' into try/client-side-pagination-of-query-block
    luisherranz committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6305b63 View commit details
    Browse the repository at this point in the history
  5. Interactivity API: Fix non stable context reference on client side na…

    …vigation (#53876)
    
    * Add failing test
    
    * Fix the test
    luisherranz authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c57465c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'add/interactivity-api-regions-based-client-side-navigat…

    …ion' into try/client-side-pagination-of-query-block
    luisherranz committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f916825 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a2ffbc View commit details
    Browse the repository at this point in the history
  8. Add basic loading animation

    Co-authored-by: David Arenas <darerodz@users.noreply.github.com>
    luisherranz and DAreRodz committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    db5dba2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    91466e3 View commit details
    Browse the repository at this point in the history
  2. Add missing CSS props on aria-live element

    Apparently, some screen readers don't read elements that don't have width and height.
    luisherranz committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0d87af1 View commit details
    Browse the repository at this point in the history
  3. Fix two typos

    luisherranz authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c4af064 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    b07e8f1 View commit details
    Browse the repository at this point in the history
  2. Update fixture

    DAreRodz committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2869db1 View commit details
    Browse the repository at this point in the history
  3. Simplify loaded text

    DAreRodz committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    fce3032 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c680a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75c185f View commit details
    Browse the repository at this point in the history