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 grommet box part 2 #2484

Merged
merged 9 commits into from
Nov 8, 2023

Commits on Nov 6, 2023

  1. ✅(standalone_site) fix failing test with ThemeContext.Extend

    When ThemeContext.Extend is a child of a custom Box component with
    a ref prop, the ThemeContext seems to lose the base theme.
    This happen only during tests, so with the jsdom environment. So
    if the base theme is undefined, we set it again to pass the test.
    AntoLC committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a7c561c View commit details
    Browse the repository at this point in the history
  2. 💬(frontend) change id translation of some select label

    Some labels have to be translated again because of the change
    to the Cunningham Select component. We change the id of the
    label to help to find the one's that have to be translated.
    AntoLC committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e8b15a1 View commit details
    Browse the repository at this point in the history
  3. 💄(classroom) improve design buttons ask username

    When we refactorized the buttons, the design of the buttons
    when we ask the username before to access a classroom was not
    good. We improve the design of the buttons.
    AntoLC committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    74810d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. ♻️(lti) replace grommet Box with custom Box

    In order to do the transition to the cunningham design system,
    in lti, we replace the grommet Box component with our
    custom Box components.
    AntoLC committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0583aab View commit details
    Browse the repository at this point in the history
  2. ♻️(lib-component) replace grommet Box with custom Box

    In order to do the transition to the cunningham design system,
    in lib-component, we replace the grommet Box component with our
    custom Box components.
    To adapt with the changes in lib-component, we also have to change
    some components apps and other packages.
    AntoLC committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5d062c0 View commit details
    Browse the repository at this point in the history
  3. ♻️(lib-classroom) replace grommet Box with custom Box

    In order to do the transition to the cunningham design system,
    in lib-classroom, we replace the grommet Box component with our
    custom Box components.
    AntoLC committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    60ffc43 View commit details
    Browse the repository at this point in the history
  4. ♻️(lib-markdown) replace grommet Box with custom Box

    In order to do the transition to the cunningham design system,
    in lib-markdown, we replace the grommet Box component with our
    custom Box components.
    AntoLC committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    cd57ea1 View commit details
    Browse the repository at this point in the history
  5. ♻️(lib-video) replace grommet Box with custom Box

    In order to do the transition to the cunningham design system,
    in lib-video, we replace the grommet Box component with our
    custom Box components.
    AntoLC committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9e6bd11 View commit details
    Browse the repository at this point in the history
  6. 💄(frontend) change grommet colors by cunningham colors

    The grommet theme colors are correctly displayed only by grommet
    components, we change the color of the grommet components to the
    cunningham color.
    AntoLC committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    11b3181 View commit details
    Browse the repository at this point in the history