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

Update: Add hover and visited image options for pin images (fixes #318) #322

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

Conversation

swashbuck
Copy link
Contributor

@swashbuck swashbuck commented Oct 3, 2024

Fix #318

New

  • Adds hover and visited image options to each _pin: srcHover and srcVisited
  • Updates schemas and documentation

Testing

Add hover and visited images to each pin.

"_pin": {
  "src": "course/en/images/hotgraphic-pin.png",
  "srcHover": "course/en/images/hotgraphic-pin-hover.png",
  "srcVisited": "course/en/images/hotgraphic-pin-visited.png"
},

Notes

I've created a separate ticket for adding visited state icons. This was previously mentioned on #318 . See #324

@swashbuck swashbuck changed the title Documentation updates Update: Completion visual indicators for pin images (fixes #318) Oct 3, 2024
@swashbuck swashbuck changed the title Update: Completion visual indicators for pin images (fixes #318) Update: Visually indicate visited state for pin images (fixes #318) Oct 3, 2024
@swashbuck swashbuck marked this pull request as ready for review October 8, 2024 22:08
@swashbuck swashbuck self-assigned this Oct 8, 2024
@swashbuck swashbuck changed the title Update: Visually indicate visited state for pin images (fixes #318) Update: Add hover and visited image options for pin images (fixes #318) Oct 8, 2024
Copy link
Contributor

Choose a reason for hiding this comment

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

👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Reviewing
Development

Successfully merging this pull request may close these issues.

Add hover and visited options for pin images
2 participants