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

Removes duplicate headers for all tools. #1036

Merged
merged 5 commits into from
Sep 9, 2024

Conversation

wjames111
Copy link
Contributor

Description

  • Removes duplicate headers for all tools.
  • No Jira ticket for this

Checklist:

  • I have given my PR a title with the format "MPDX-(JIRA#) (summary sentence max 80 chars)"
  • I have applied the appropriate labels. (Add the label "On Staging" to get the branch automatically merged into staging.)
  • I have requested a review from another person on the project

@wjames111 wjames111 added On Staging Will be merged to the staging branch by Github Actions Preview Environment Add this label to create an Amplify Preview labels Sep 6, 2024
@wjames111 wjames111 self-assigned this Sep 6, 2024
Copy link
Contributor

github-actions bot commented Sep 6, 2024

Copy link
Contributor

github-actions bot commented Sep 6, 2024

Bundle sizes [mpdx-react]

Compared against d4ae9c2

No significant changes found

@@ -152,11 +152,6 @@ const FixSendNewsletter: React.FC<Props> = ({
return (
<Box className={classes.outer} data-testid="Home">
<Grid container className={classes.container}>
<Grid item xs={12}>
<Typography variant="h4">{t('Fix Send Newsletter')}</Typography>
<Divider className={classes.divider} />
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you also remove the classes.divider styles if they aren't being used?

@@ -121,10 +115,6 @@ const MergeContacts: React.FC<Props> = ({
>
{!loading && data ? (
<Grid container className={classes.container}>
<Grid item xs={12}>
<Typography variant="h4">{t('Merge Contacts')}</Typography>
<Divider className={classes.divider} />
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove divider styles here as well.

@@ -123,10 +117,7 @@ const MergePeople: React.FC<Props> = ({
>
{!loading && data ? (
<Grid container className={classes.container}>
<Grid item xs={12}>
<Typography variant="h4">{t('Merge People')}</Typography>
<Divider className={classes.divider} />
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove divider styles

@@ -207,10 +206,6 @@ const TntConnect: React.FC<Props> = ({ accountListId }: Props) => {
<LoadingSpinner firstLoad={true} data-testid="LoadingSpinner" />
)}
<ContainerBox container>
<Grid item xs={12}>
<Typography variant="h4">{t('Import from TntConnect')}</Typography>
<Divider className={classes.divider} />
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove divider styles

Copy link
Contributor

@caleballdrin caleballdrin left a comment

Choose a reason for hiding this comment

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

This looks good! If you could just remove the divider styles then I think it is good to go.

@wjames111
Copy link
Contributor Author

@caleballdrin Thanks! Sorry I should have removed those.

@wjames111 wjames111 merged commit d2f225d into main Sep 9, 2024
17 of 18 checks passed
@wjames111 wjames111 deleted the MPDX-0000-tools-remove-duplicate-header branch September 9, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
On Staging Will be merged to the staging branch by Github Actions Preview Environment Add this label to create an Amplify Preview
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants