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

fix(opentrons-ai-client): apply GlobalStyle to the application #14936

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

koji
Copy link
Contributor

@koji koji commented Apr 17, 2024

Overview

apply GlobalStyle to the application
I forgot to apply GlobalStyle to the entire app.

Screenshot 2024-04-17 at 2 20 08 PM

close AUTH-351

Test Plan

Changelog

  • import GlobalStyle into main
  • remove dejavu-sans since OpenAI cannot handle that font

Review requests

Risk assessment

low

@koji koji requested review from ncdiehl11 and jerader April 17, 2024 18:22
@@ -19,7 +19,6 @@
},
"homepage": "https://github.com/Opentrons/opentrons",
"dependencies": {
"@fontsource/dejavu-sans": "5.0.3",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need this to display Greek characters, but OpenAI API cannot handle Greek characters well, so we don't need to use the font for this application.

@koji koji marked this pull request as ready for review April 17, 2024 18:24
@koji koji requested a review from a team as a code owner April 17, 2024 18:24
Copy link
Collaborator

@y3rsh y3rsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Copy link
Collaborator

@jerader jerader left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@koji koji merged commit 4931d03 into edge Apr 17, 2024
18 checks passed
Carlos-fernandez pushed a commit that referenced this pull request May 20, 2024
* fix(opentrons-ai-client): apply GlobalStyle to the application
@koji koji deleted the fix_font-type-for-opentrons-ai branch July 4, 2024 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants