-
Notifications
You must be signed in to change notification settings - Fork 24
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
Commits on Nov 6, 2023
-
✅(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.
Configuration menu - View commit details
-
Copy full SHA for a7c561c - Browse repository at this point
Copy the full SHA a7c561cView commit details -
💬(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.
Configuration menu - View commit details
-
Copy full SHA for e8b15a1 - Browse repository at this point
Copy the full SHA e8b15a1View commit details -
💄(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.
Configuration menu - View commit details
-
Copy full SHA for 74810d4 - Browse repository at this point
Copy the full SHA 74810d4View commit details
Commits on Nov 7, 2023
-
♻️(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.
Configuration menu - View commit details
-
Copy full SHA for 0583aab - Browse repository at this point
Copy the full SHA 0583aabView commit details -
♻️(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.
Configuration menu - View commit details
-
Copy full SHA for 5d062c0 - Browse repository at this point
Copy the full SHA 5d062c0View commit details -
♻️(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.
Configuration menu - View commit details
-
Copy full SHA for 60ffc43 - Browse repository at this point
Copy the full SHA 60ffc43View commit details -
♻️(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.
Configuration menu - View commit details
-
Copy full SHA for cd57ea1 - Browse repository at this point
Copy the full SHA cd57ea1View commit details -
♻️(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.
Configuration menu - View commit details
-
Copy full SHA for 9e6bd11 - Browse repository at this point
Copy the full SHA 9e6bd11View commit details -
💄(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.
Configuration menu - View commit details
-
Copy full SHA for 11b3181 - Browse repository at this point
Copy the full SHA 11b3181View commit details