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-pagination-next and previous: Changing the markup on the first and last pages of a pagination #36681

Merged
merged 16 commits into from
Dec 3, 2021

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    e7fb180 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f362d1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a89020 View commit details
    Browse the repository at this point in the history
  4. Query pagination next: removing custom 'last-page' class.

    We can target the same element and know when we are navigating the last page with a selector like this: "span.wp-block-query-pagination-next"
    matiasbenedetto committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    9218edc View commit details
    Browse the repository at this point in the history
  5. php code style format

    matiasbenedetto committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    e1e6e7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d786609 View commit details
    Browse the repository at this point in the history
  7. php code style

    matiasbenedetto committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    5296c32 View commit details
    Browse the repository at this point in the history
  8. Query pagination previous and next: non clickeable elements are hidden

    When we render non clickeable elements <span> instead of <a>  for the next and previous elements we make them not visible and hidden from screen readers
    matiasbenedetto committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    2c89ae6 View commit details
    Browse the repository at this point in the history
  9. php lint

    matiasbenedetto committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    6084c04 View commit details
    Browse the repository at this point in the history
  10. Adding a class to the wrapper layout element rendered by Gutenberg

    Adding a class describing the justify value of the layout element to be able to target the different justifications with CSS selectors.
    matiasbenedetto committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    02f3c2b View commit details
    Browse the repository at this point in the history
  11. Query pagination: hiding non visible elements when the justification …

    …is right or left
    
    In this way we will avoid unwanted spaces when the justification is right or left.
    matiasbenedetto committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    dde160d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cadb2a6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a7c4481 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    64fe5b9 View commit details
    Browse the repository at this point in the history
  15. fixing css selectors

    matiasbenedetto committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    760873d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    844d381 View commit details
    Browse the repository at this point in the history