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

Feature: Collection Toolbar Filter Field #2467

Merged
merged 12 commits into from
Oct 17, 2024

Commits on Oct 17, 2024

  1. Sets umb-collection-action-bundle to use display:contents

    This should only display if the component has any contents.
    leekelleher committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d9c4adb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a1aabe View commit details
    Browse the repository at this point in the history
  3. Refactored Document collection toolbar

    Deprecates `umb-document-collection-toolbar`
    leekelleher committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    61dd33a View commit details
    Browse the repository at this point in the history
  4. Refactored Media collection toolbar

    Deprecates `umb-media-collection-toolbar`
    leekelleher committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d26e782 View commit details
    Browse the repository at this point in the history
  5. Refactored Extension collection toolbar

    Enables support for future Create and Views functionality.
    leekelleher committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    df6a366 View commit details
    Browse the repository at this point in the history
  6. Exported collection element classes as element

    deprecated the "default" export
    leekelleher committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    794c11a View commit details
    Browse the repository at this point in the history
  7. Adds elementName constant

    leekelleher committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e001d27 View commit details
    Browse the repository at this point in the history
  8. Refactored UserGroup collection toolbar

    Deprecates `umb-user-group-collection-header`
    leekelleher committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e87b503 View commit details
    Browse the repository at this point in the history
  9. Code formatting

    leekelleher committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4d7adda View commit details
    Browse the repository at this point in the history
  10. Added umb-collection-filter-field component

    Reusable filter field for a collection toolbar.
    leekelleher committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f3d4b82 View commit details
    Browse the repository at this point in the history
  11. Used umb-collection-filter-field component

    on existing collections, removed duplicated code.
    leekelleher committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1bb2256 View commit details
    Browse the repository at this point in the history
  12. Reverted adding elementName constant

    Seems that this may cause issues with the eslint plugin
    (for ensuring element names start with "umb-").
    leekelleher committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    920bfa9 View commit details
    Browse the repository at this point in the history