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(app, components) fix csv name wrapping issue #16785

Merged
merged 3 commits into from
Nov 14, 2024
Merged

Conversation

koji
Copy link
Contributor

@koji koji commented Nov 13, 2024

Overview

fix csv name wrapping issue

close RQA-3516

Screenshot 2024-11-12 at 7 10 36 PM

Screenshot 2024-11-12 at 7 14 56 PM

Test Plan and Hands on Testing

Changelog

Review requests

Risk assessment

low

@koji koji requested a review from ncdiehl11 November 13, 2024 00:09
@koji koji marked this pull request as ready for review November 13, 2024 00:15
@koji koji requested a review from a team as a code owner November 13, 2024 00:15
@koji koji requested review from syao1226 and mjhuff November 13, 2024 23:15
Copy link
Collaborator

@ncdiehl11 ncdiehl11 left a comment

Choose a reason for hiding this comment

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

question regarding max length but looks good

} from '@opentrons/components'
import { useToaster } from '../../../ToasterOven'

const CSV_FILE_MAX_LENGTH = 15
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this arbitrary or recommended from design?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh, the max should be 18.

changed the max length.
15 chars + 3 dots. (3 chars)
@koji koji merged commit 7cbee8e into chore_release-8.2.0 Nov 14, 2024
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants