-
Notifications
You must be signed in to change notification settings - Fork 0
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
Display images on Adoptions page #20
Conversation
✅ Deploy Preview for tufio ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
This PR will need some rework following the merge of #19. See
for a description of what needs to be done.
Note: instead of putting Adoptions images under static
, put them under /content/en/community/adoptions/img
.
@chalin may I ask why you want the images moved from static to community? It really complicated the code, it wouldn't run. I had to take it back to static :) Not sure what I'm doing wrong. With the images in static it works just fine. I tried changing the imgURL on the adoptions.html from |
In #17, I shared with you have to rebase. Please rebase this PR. You'll need to resolve the conflicts that arise. Also, can you tell me what output you get when you run |
For improved cohesion: the images are only used in the adoptions section.
After you've moved the files, the path to the images should simply be |
Signed-off-by: sandra <[email protected]>
Signed-off-by: sandra <[email protected]>
Signed-off-by: sandra <[email protected]>
Rebased and removed upstream. I realized my mistake was rebasing on local but forgetting to --force push. I think it's solved now. |
Signed-off-by: sandra <[email protected]>
It works now. Thanks |
Signed-off-by: sandra <[email protected]>
Signed-off-by: sandra <[email protected]>
Signed-off-by: sandra <[email protected]>
Please review again @chalin . Thanks |
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.
Getting closer, but the images are still not rendering. Run npm test
locally and you'll see the invalid links.
For the sake of making progress on this PR, I'll address the issues in a followup commit over this PR.
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.
This page shouldn't exist under /get-started/
, but we'll address this separately. I'll file an issue.
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.
LGTM! All tests are passing (locally and via GH actions), and the images are rendering correctly in the Adoptions page.
Merging. @lukpueh if you have any comments we can address them via a followup PR. |
Display images on Adoption's page to finish setting up the page.
Please review @chalin @lukpueh