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

Fixes #1078: Banner Images Reload twice #1162

Merged
merged 4 commits into from
Oct 7, 2020

Conversation

PedroFonsecaDEV
Copy link
Contributor

@PedroFonsecaDEV PedroFonsecaDEV commented Oct 6, 2020

Issue This PR Addresses

Fixes #1078
I believe now it is rebased and good to go.
Thanks.

Type of Change

  • Bugfix: Change which fixes an issue
  • New Feature: Change which adds functionality
  • Documentation Update: Change which improves documentation
  • UI: Change which improves UI

Description

Checklist

  • Quality: This PR builds and passes our npm test and works locally
  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Screenshots: This PR includes screenshots or GIFs of the changes made or an explanation of why it does not (if applicable)
  • Documentation: This PR includes updated/added documentation to user exposed functionality or configuration variables are added/changed or an explanation of why it does not(if applicable)

@manekenpix manekenpix changed the title Issue#1078 (rebased and good to go) Fixes #1078: Banner Images Reload twice Oct 6, 2020
Copy link
Contributor

@raygervais raygervais left a comment

Choose a reason for hiding this comment

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

I think there's still a rebase that needs to be done against master. Let me know if you need any help we can work at it together. This is common when working in the same area as others.

@@ -4,7 +4,7 @@ import { makeStyles } from '@material-ui/core/styles';
import KeyboardArrowDownIcon from '@material-ui/icons/KeyboardArrowDown';
import { Fab, Grid, Typography, Link } from '@material-ui/core';
import useSiteMetadata from '../../hooks/use-site-metadata';
import DynamicBackgroundContainer from '../DynamicBackgroundContainer';
import DynamicBackgroundContainer from '../DynamicBackgroundContainer.jsx';
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't need .jsx in imports. Let's remove in this case.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Line 7, linter was yelling about this. 🤷‍♂️.

[theme.breakpoints.between('xs', 'sm')]: {
left: '55%',
right: theme.spacing(4),
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we missed a rebase commit here where you should have accepted remote 😄 d2b2e08, this would undo the commit that was previously done.

@@ -219,7 +219,7 @@ export default function Banner() {
<Grid
container
spacing={0}
direction="row"
direction="column"
Copy link
Contributor

Choose a reason for hiding this comment

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

Same comment as above, this undoes recent commit d2b2e08.

@PedroFonsecaDEV
Copy link
Contributor Author

Okay. I will work on it. Thanks.

@PedroFonsecaDEV
Copy link
Contributor Author

@raygervais Now our banner is the same.
Let me know if it needs something else.
Thanks

@c3ho c3ho closed this Oct 6, 2020
@c3ho c3ho reopened this Oct 6, 2020
Copy link
Contributor

@humphd humphd left a comment

Choose a reason for hiding this comment

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

I leave a telescope tab running all the time, so I can't wait to have this bug fixed!

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.

Banner Images Reload twice
5 participants