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

[Admin] Add new users admin items page #5874

Merged
merged 3 commits into from
Oct 17, 2024

Commits on Oct 16, 2024

  1. Extract user stats into shared component

    This DRYs things up a bit so that all pages of the users admin can reuse
    the same helper, translations, and component. Since the order index does
    not use this stats component, but does make use of the last_login logic,
    that was broken out into a separate helper for ease of use.
    MadelineCollier committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c50cba4 View commit details
    Browse the repository at this point in the history
  2. Add new users admin items page

    This migrates the `users/:id/items` page from the legacy
    soldius_backend to the new solidus_admin.
    MadelineCollier committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    214ce64 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary form_id methods in components

    These two components didn't require form_ids as they had no forms.
    Purely informational display pages, only `get` requests, no forms in
    sight.
    MadelineCollier committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c26cb64 View commit details
    Browse the repository at this point in the history