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

Removed unnecessary assets and imports. #58

Conversation

Brijeshthummar02
Copy link

issue #57

@Brijeshthummar02
Copy link
Author

Share feedback for current pull request, and if it's fine than please do me a favor merge it in oct 1-2 when hacktoberfest starts so that i can claim merge request.

Copy link

netlify bot commented Sep 28, 2024

Deploy Preview for parthmittal ready!

Name Link
🔨 Latest commit c652d14
🔍 Latest deploy log https://app.netlify.com/sites/parthmittal/deploys/66f79e85cf011c00087c50fd
😎 Deploy Preview https://deploy-preview-58--parthmittal.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Owner

@mittal-parth mittal-parth left a comment

Choose a reason for hiding this comment

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

You also have to remove their imports from src/assets/index and thereby from constants/index

The current ones that you have removed are not exhaustive. There are more to be removed. The best way to identify that is to check the two files I mentioned above.

If the file exists in assets but is not imported in assets/index - remove it
If the file is imported but is then not used in constants/index - remove it

Copy link
Owner

Choose a reason for hiding this comment

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

Don't remove this

Copy link
Owner

Choose a reason for hiding this comment

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

Don't think this should be removed either.

Copy link
Author

Choose a reason for hiding this comment

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

okayy so i'm changing everything and creating a new pr soon

Copy link
Owner

@mittal-parth mittal-parth Sep 28, 2024

Choose a reason for hiding this comment

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

Don't make a new PR. You can do the changes here on the same branch. In any open source repo, you might receive comments on the PR, after multiple iterations also. That would be inconvenient if every comment results in a new PR. So you can continue on the same one.

@Brijeshthummar02 Brijeshthummar02 closed this by deleting the head repository Sep 28, 2024
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