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

♻️ Replace form components #2437

Merged
merged 6 commits into from
Oct 10, 2023
Merged

Commits on Oct 10, 2023

  1. ⬆️(frontend) upgrade to cunningham@1.3.1

    Upgrade to cunningham@1.3.1, this version fix somes issues and add new
    usefull css properties.
    AntoLC committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8eb4bb1 View commit details
    Browse the repository at this point in the history
  2. ✨(lib-components) create component BoxError

    Component to display an error message in a box with an
    appropriate icon and a message.
    AntoLC committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e95eb03 View commit details
    Browse the repository at this point in the history
  3. ♻️(lib-video) refacto LicenseSelect component

    The upgrade to Cunningham highlighted a few issues with the
    LicenseSelect component, the refacto displays the state of the
    component in a more explicit way.
    AntoLC committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    713a821 View commit details
    Browse the repository at this point in the history
  4. 🧑‍💻(backend) make the fullname customizable in development view

    In some cases we want to be able to change the fullname of the user,
    to do so, we change the input from hidden to text.
    AntoLC committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d7204a0 View commit details
    Browse the repository at this point in the history
  5. ♻️(frontend) replace grommet CheckBox with cunningham Checkbox

    In order to do the transition to the cunningham design system,
    we replace the grommet CheckBox component with the cunningham
    Checkbox components.
    AntoLC committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    6510d21 View commit details
    Browse the repository at this point in the history
  6. ♻️(frontend) replace grommet Pagination with cunningham Pagination

    In order to do the transition to the cunningham design system,
    we replace the grommet Pagination component with the cunningham
    Pagination components.
    AntoLC committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ec5238c View commit details
    Browse the repository at this point in the history