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(ADA-1697): fix aria label for hotspot marker and title #41

Merged
merged 3 commits into from
Sep 17, 2024

Conversation

lianbenjamin
Copy link
Contributor

@lianbenjamin lianbenjamin commented Sep 16, 2024

Description of the Changes

  • add aria label for the hotspot marker preview title (when tabbing to hotspot marker there's title above the thumbnail preview)
  • change the aria label on the marker
  • update kaltura-player dev dep to resolve ts errors
  • remove unused icons file

Solves ADA-1697

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

src/utils/duration-humanizer.ts Outdated Show resolved Hide resolved
src/global.d.ts Show resolved Hide resolved
src/utils/duration-humanizer.ts Outdated Show resolved Hide resolved
return (
<div className={className}>
<div className={className} {...additionalProps}>
Copy link
Contributor

Choose a reason for hiding this comment

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

I would recommend move className into additionalProps

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i agree, sounds right. thanks

@MosheMaorKaltura MosheMaorKaltura merged commit 26e043c into master Sep 17, 2024
4 checks passed
@MosheMaorKaltura MosheMaorKaltura deleted the ADA-1697 branch September 17, 2024 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants