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

Add author and status filter to the page list #55270

Merged
merged 41 commits into from
Oct 17, 2023
Merged

Commits on Oct 17, 2023

  1. Add skeleton for filters

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    eb63c42 View commit details
    Browse the repository at this point in the history
  2. List filterable fields

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f8ec790 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55e2dbb View commit details
    Browse the repository at this point in the history
  4. Render filter author

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9450732 View commit details
    Browse the repository at this point in the history
  5. Filter by author

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    0e0328c View commit details
    Browse the repository at this point in the history
  6. Check author filter

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9fac3a5 View commit details
    Browse the repository at this point in the history
  7. Add none to authors

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    cd42338 View commit details
    Browse the repository at this point in the history
  8. Better description

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    fde57a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8277b89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a23f699 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b76394b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    22a3d87 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    32e06e4 View commit details
    Browse the repository at this point in the history
  14. Bootstrap filter by column

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c783215 View commit details
    Browse the repository at this point in the history
  15. Show elements on the list

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    6fb27a1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4804e94 View commit details
    Browse the repository at this point in the history
  17. Remove old exploration

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1e187f4 View commit details
    Browse the repository at this point in the history
  18. Clean up

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    6b1b68f View commit details
    Browse the repository at this point in the history
  19. Show fields filters

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8a85762 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    60accfd View commit details
    Browse the repository at this point in the history
  21. Show field name

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ce868f6 View commit details
    Browse the repository at this point in the history
  22. Show filter value as well

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    2fd1ebc View commit details
    Browse the repository at this point in the history
  23. Add NOT IN filter

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    56309e8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    05df50a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b87eece View commit details
    Browse the repository at this point in the history
  26. Remove filters from fields

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f7796e6 View commit details
    Browse the repository at this point in the history
  27. Rename setList to elements

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    0756dce View commit details
    Browse the repository at this point in the history
  28. Remove column filters

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    0e3a71a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7a8433a View commit details
    Browse the repository at this point in the history
  30. Make search part of filters

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    4f5b193 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e339b28 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f39126d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ba82810 View commit details
    Browse the repository at this point in the history
  34. Use a scalar value instead of an array

    The Select component works either with scalar or arrays.
    We cannot mix both.
    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    27bcf78 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    9ed4bdd View commit details
    Browse the repository at this point in the history
  36. Make CSS class generic

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    61c5565 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1fd75cd View commit details
    Browse the repository at this point in the history
  38. fixup rebase

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    280dbd2 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    f7b0708 View commit details
    Browse the repository at this point in the history
  40. Add search filter

    oandregal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    14b2ab8 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    4bd0987 View commit details
    Browse the repository at this point in the history