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

feat: New users page active tab #32024

Merged
merged 12 commits into from
Jul 16, 2024
Merged

feat: New users page active tab #32024

merged 12 commits into from
Jul 16, 2024

Commits on Jul 10, 2024

  1. feat: ✨ Add new tab to users table and implement roles filter

    Added a new "active" tab to the users page table, this tab lists the users that haved logged in for the first time and are active. Also, implemented a roles filtering component, improved the MultiSelectCustom and created the necessary new translation keys.
    rique223 authored and tassoevan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8d06f8c View commit details
    Browse the repository at this point in the history
  2. Create rotten-eggs-end.md

    rique223 authored and tassoevan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    29ff5b8 View commit details
    Browse the repository at this point in the history
  3. Typecheck

    rique223 authored and tassoevan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    c3eea06 View commit details
    Browse the repository at this point in the history
  4. Add active to sorting options

    rique223 authored and tassoevan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1af1db8 View commit details
    Browse the repository at this point in the history
  5. refactor: ♻️ Improve UsersTableFilters and MultiSelectCustom components

    Changed the implementation of the new users table filters from a fully custom "Box based" code to a standardized use of the FilterByText component with children. Also improved the positioning and styling of the MultiSelectCustom by properly implementing the useOutsideClick and usePosition custom hooks together with reusing the fuselage button and input styles in the anchor of the component.
    rique223 authored and tassoevan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a24d9fe View commit details
    Browse the repository at this point in the history
  6. Remove duplicated InfoPanel fields

    rique223 authored and tassoevan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ecfe590 View commit details
    Browse the repository at this point in the history
  7. test: ✅ Fix MultiSelectCustom tests

    rique223 authored and tassoevan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d315d45 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c66c6c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    b50fd46 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    6993cc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2346fa6 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    79b0324 View commit details
    Browse the repository at this point in the history