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

Add support for custom headers in AutoImage #2767

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

LeXuanKhanh
Copy link

@LeXuanKhanh LeXuanKhanh commented Sep 7, 2024

Please verify the following:

  • yarn test jest tests pass with new tests, if relevant
  • yarn lint eslint checks pass with new code, if relevant
  • yarn format:check prettier checks pass with new code, if relevant
  • README.md (or relevant documentation) has been updated with your changes

Describe your PR

As the title, my project is currently using your boilerplate but AutoImage component is missing the feature, it would be great if the main repo supported it

Copy link
Contributor

@frankcalise frankcalise left a comment

Choose a reason for hiding this comment

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

Thanks for this, left one comment.

Also, could you look into updating the documentation to match this change in https://github.com/infinitered/ignite/blob/master/docs/boilerplate/app/components/AutoImage.md?

Comment on lines +13 to +15
headers?: {
[key: string]: string
}
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 please document this to be consistent with the other props? Something mentioning that these are the headers for the request

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.

3 participants