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 all tab #31917

Merged
merged 43 commits into from
May 6, 2024
Merged

feat: New users page all tab #31917

merged 43 commits into from
May 6, 2024

Commits on Mar 5, 2024

  1. refactor: ♻️ Create isSMTPConfigured helper

    Created a helper function named isSMTPConfigured.ts to run when calling the smtp.check endpoint of the misc.ts group.
    rique223 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    35a3b76 View commit details
    Browse the repository at this point in the history
  2. feat: ✨ Create users.listByStatys and users.sendWelcomeEmail endpoints

    Created the two new endpoints that represent the back-end for the new users page.
    rique223 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c7ea10e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed5cfec View commit details
    Browse the repository at this point in the history
  4. Typecheck

    rique223 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4b15497 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    ab3f578 View commit details
    Browse the repository at this point in the history
  2. feat: ✨ Add all tab to users page and implement useFilteredUsers

    Added a tab layout to the new users page, created the useFilteredUsers custom hook and implemented it. Also created necessary typing and translation entries.
    rique223 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    cde16a1 View commit details
    Browse the repository at this point in the history
  3. feat: ✨ Add Registration Status column to users table

    Added a new column to the users table called registration status that shows the status of the current user. Also created new translation entries.
    rique223 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4dd02cf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Reviews first part

    rique223 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f5d3068 View commit details
    Browse the repository at this point in the history
  2. Reviews second part

    rique223 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f3e1731 View commit details
    Browse the repository at this point in the history
  3. Reviews third part

    rique223 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1208a88 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Review

    rique223 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    60876b8 View commit details
    Browse the repository at this point in the history
  2. Create fifty-cups-sort.md

    rique223 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3b91f00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebc30fe View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    fe4b650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27ba076 View commit details
    Browse the repository at this point in the history
  3. Remove console.log

    rique223 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8dafa9e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    6b2ab3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe7d42d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    ae7e828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8696c4 View commit details
    Browse the repository at this point in the history
  3. Review

    rique223 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a6d49b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    eea8f9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de4a14d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf1a5a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Create pink-parrots-end.md

    rique223 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1010637 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    19a12b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9649e2 View commit details
    Browse the repository at this point in the history
  3. Update listByStatus typing

    rique223 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8923dca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed29479 View commit details
    Browse the repository at this point in the history
  5. Typecheck

    rique223 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5b74149 View commit details
    Browse the repository at this point in the history
  6. Typecheck

    rique223 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e2db32c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Update fifty-cups-sort.md

    rique223 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    fbb307b View commit details
    Browse the repository at this point in the history
  2. Update pink-parrots-end.md

    rique223 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    afd5108 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 8, 2024

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

Commits on Apr 23, 2024

  1. Merge

    rique223 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ac0e48c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Update changeset

    rique223 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    eda4df8 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

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

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

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

Commits on May 2, 2024

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

Commits on May 6, 2024

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