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

Fix: Convert to JSX (fixes #238) #250

Merged
merged 26 commits into from
Mar 21, 2023
Merged

Fix: Convert to JSX (fixes #238) #250

merged 26 commits into from
Mar 21, 2023

Conversation

swashbuck
Copy link
Contributor

@swashbuck swashbuck commented Feb 22, 2023

Fixes #238

Fix

  • Converts .hbs template to .jsx
  • Progress indicator navigation not reachable by keyboard #244 Progress dots - make non-interactive
  • Add style for mobile instruction error. "In mobile view, highlight instruction if user navigates to another item before completing, in case the strapline is missed"
  • No change to how touch/swipe controls work (jQuery).
  • Replaced user-drag CSS property with draggable HTML property
  • Checks the user's system prefers-reduced-motion preference and disables animations if necessary

Dependencies

adaptlearning/adapt-contrib-vanilla#398 Remove hover state styling from the progress indicators

@swashbuck swashbuck self-assigned this Feb 22, 2023
@swashbuck
Copy link
Contributor Author

swashbuck commented Feb 22, 2023

Still outstanding before we can take this PR out of draft:

@swashbuck swashbuck marked this pull request as ready for review March 3, 2023 22:53
@swashbuck
Copy link
Contributor Author

Ready for review.

@StuartNicholls
Copy link

@swashbuck I can see the pips are now no longer selectable but the hover states in the css are still there

@swashbuck
Copy link
Contributor Author

@swashbuck I can see the pips are now no longer selectable but the hover states in the css are still there

@StuartNicholls I've created adaptlearning/adapt-contrib-vanilla#398 to remove the hover states.

less/narrative.less Outdated Show resolved Hide resolved
Copy link
Contributor

@kirsty-hames kirsty-hames left a comment

Choose a reason for hiding this comment

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

Tested on Mac Safari, FF and Chrome. Android tablet, iPhone and iPad.
Screen reader tested with voiceOver.

@swashbuck swashbuck merged commit 7f7977a into master Mar 21, 2023
@swashbuck swashbuck deleted the issue/238 branch March 21, 2023 14:39
@github-actions
Copy link

🎉 This PR is included in version 7.4.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert to JSX
5 participants