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

🥅(frontend) improve add member form error handling #387

Merged
merged 2 commits into from
Sep 26, 2024

Commits on Sep 26, 2024

  1. 🥅(frontend) improve add member form error handling

    - translate known errors, including already existing
    group error, and directly display the other ones
    - add component tests
    - update translations
    - add parseAPIError, a reusable function to
    catch errors on the whole frontend app
    
    Closes issue #293
    
    ♻️(frontend) improve general error catching
    
    - change parseAPIError to make it reusable on all
    requests
    - update components depending on it
    daproclaima committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    337b985 View commit details
    Browse the repository at this point in the history
  2. ♻️(frontend) improve CardCreateTeam component

    - remove link wrapping cancel button and
    tabIndex=-1 to button
    daproclaima committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0fdbfe8 View commit details
    Browse the repository at this point in the history