-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Feature/integrations columns #5868
base: master
Are you sure you want to change the base?
Conversation
d3b6dd4
to
e4fb8e1
Compare
🚀 Preview for commit e4fb8e1 at: https://66dbcf875e74a09f11ebd0e5--layer5.netlify.app |
@Npcodes1, Thank you for your contribution! Let's discuss this during the website call on Monday at 5:30 PM IST (7:00 AM CT). Please consider adding it as an agenda item to the meeting minutes || meeting link. |
@Ashparshp Thank you! I’m unable to make the meeting due to work but should I add it to the minutes anyways to be discussed without me? Also, do I need to worry about the MeshMap Screenshot Service failing? |
Thank you for your contribution! It’s great to see your updates. If you can’t attend the meeting, please do add the PR to the meeting minutes so it can be discussed in your absence. As for the failing MeshMap Screenshot Service, don’t worry about it—it’s not an issue related to your changes. |
@Npcodes1, you've done a great job with the changes! Just a small request—please avoid altering linting like spaces or tabs, as it makes it a bit harder to review. It would be helpful to keep only the functional changes. |
Ok! Do I need to go make any changes? |
@Npcodes1, please if you would then just update the functional changes and nothing. |
I updated it. Does this look better now? @Ashparshp |
🚀 Preview for commit e5d7185 at: https://66dfdc7fac854a05d3eeb0d9--layer5.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @Npcodes1, LGTM!
Thank you so much for working on this @Npcodes1 , once you remove the commented code I believe we'll be really close to merging this PR 😉 |
@SAHU-01 Ok! I made changes but it rejected me using git push because my branch isn't up to date to the main one. It gave these suggestions. Does it matter which one I choose? |
@Npcodes1, use |
Ok! Commented code has been removed. Please let me know if I missed anything. |
🚀 Preview for commit d109db0 at: https://66e7d8fc23e323c810880fd2--layer5.netlify.app |
🚨 Alert! Git Police! We couldn’t help but notice that one or more of your commits is missing a sign-off. A what? A commit sign-off (your email address). To amend the commits in this PR with your signoff using the instructions provided in the DCO check. To configure your dev environment to automatically signoff on your commits in the future, see these instructions.
|
1 similar comment
🚨 Alert! Git Police! We couldn’t help but notice that one or more of your commits is missing a sign-off. A what? A commit sign-off (your email address). To amend the commits in this PR with your signoff using the instructions provided in the DCO check. To configure your dev environment to automatically signoff on your commits in the future, see these instructions.
|
🚀 Preview for commit b9a756c at: https://66e9031e95a9cf7aa5e30ab7--layer5.netlify.app |
b9a756c
to
0c9247c
Compare
Signed-off-by: yash37158 <[email protected]> Signed-off-by: Nicole Payne <[email protected]>
Signed-off-by: Lee Calcote <[email protected]> Signed-off-by: Nicole Payne <[email protected]>
Signed-off-by: Lee Calcote <[email protected]> Signed-off-by: Nicole Payne <[email protected]>
Signed-off-by: Lee Calcote <[email protected]> Signed-off-by: Nicole Payne <[email protected]>
Signed-off-by: Lee Calcote <[email protected]> Signed-off-by: Nicole Payne <[email protected]>
Signed-off-by: l5io <[email protected]> Signed-off-by: Nicole Payne <[email protected]>
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.22.5 to 7.25.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.6/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Nicole Payne <[email protected]>
Bumps [react-countdown](https://github.com/ndresx/react-countdown) from 2.3.5 to 2.3.6. - [Release notes](https://github.com/ndresx/react-countdown/releases) - [Commits](ndresx/react-countdown@v2.3.5...v2.3.6) --- updated-dependencies: - dependency-name: react-countdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Nicole Payne <[email protected]>
Signed-off-by: Lee Calcote <[email protected]> Signed-off-by: Nicole Payne <[email protected]>
0c9247c
to
1bf546b
Compare
🚀 Preview for commit 1bf546b at: https://66e90c6ede7b3f970c80c892--layer5.netlify.app |
I fixed it. |
@Ashparshp @SAHU-01 @vishalvivekm To resolve the conflicts should I change it to the master version (v0.2.12)? |
@Npcodes1, Keep the version @v0.2.12 |
Signed-off-by: Nicole Payne <[email protected]>
🚀 Preview for commit 93afc06 at: https://66ee3f803e2f92c861948de0--layer5.netlify.app |
@Ashparshp Ok, thanks. Everything's been resolved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me @Ashparshp and @Npcodes1
justify-content: center; | ||
} | ||
} | ||
// @media only screen and (max-width: 700px) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Npcodes1 if these lines aren't needed would you mind removing the commented lines altogether?
className={ | ||
imageInView ? "visible container" : "not-visible container" | ||
} | ||
// className="visible container" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Likewise could you remove this commented line.
width: 483px; | ||
height: 680px; | ||
} | ||
// .overlay { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this overlay
style isn't required, could you remove the commented snippets @Npcodes1 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I think when I keep updating the branch to get it on par with the main branch something keeps overriding that part because I’ve removed the commented code a few times now and it keeps popping back up lol
Signed-off-by: Nicole Payne <[email protected]>
Signed-off-by: Nicole Payne <[email protected]>
@Npcodes1 there is update in gatsby now so please kindly re ensure your fix if it still working. |
🚀 Preview for commit dac708c at: https://6706630f07f33823ee177898--layer5.netlify.app |
@sudhanshutech Ok. How do I do the update? |
I went ahead and refreshed this branch with latest in the master branch. @Npcodes1, way to stick with this PR and see it through. 👏 The finish line is in sight! 😄 |
🚀 Preview for commit 1077b7b at: https://670df0e2e3e68c3289cfe2d8--layer5.netlify.app |
Description
This PR fixes #5514. In the Home section of the src folder, I made edits to the index.js in the Playground-home folder. I added animation so that the icons in the integrations column would shift to a horizontal flow in mobile screen size, while still remaining vertical in tablet/desktop size.
Notes for Reviewers
Signed commits