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

feat(error): remove confusing decorative X from error display modal #8553

Merged
merged 1 commit into from Jan 10, 2024

Conversation

CarlosVillasenor
Copy link
Contributor

@CarlosVillasenor CarlosVillasenor commented Jan 9, 2024

Modify _error:
-Remove confusing decorative X from error display modal.

Description

Remove confusing decorative X from pseudo-class on error modal.

Specific Changes proposed

Remove pseudo-class :before on vjs-error-display.

Requirements Checklist

  • Feature implemented / Bug fixed
  • If necessary, more likely in a feature request than a bug fix
    • Change has been verified in an actual browser (Chrome, Firefox, IE)
    • Unit Tests updated or fixed
    • Docs/guides updated
    • Example created (starter template on JSBin)
  • Reviewed by Two Core Contributors

Copy link

welcome bot commented Jan 9, 2024

💖 Thanks for opening this pull request! 💖

Things that will help get your PR across the finish line:

  • Run npm run lint -- --errors locally to catch formatting errors earlier.
  • Include tests when adding/changing behavior.
  • Include screenshots and animated GIFs whenever possible.

We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can.

Copy link

codecov bot commented Jan 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (abdfaac) 82.71% compared to head (f799741) 82.71%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8553   +/-   ##
=======================================
  Coverage   82.71%   82.71%           
=======================================
  Files         113      113           
  Lines        7614     7614           
  Branches     1830     1830           
=======================================
  Hits         6298     6298           
  Misses       1316     1316           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@misteroneill misteroneill left a comment

Choose a reason for hiding this comment

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

Looks good! This decorative "X" has confused people on multiple occasions.

My only suggestion is making the commit message a bit more descriptive. Something like:

feat(error): remove confusing decorative X from error display modal

@CarlosVillasenor CarlosVillasenor changed the title fix(player): modify _error.scss feat(error): remove confusing decorative X from error display modal Jan 10, 2024
Modify _error:
-Remove the ‘x’ decorative element from the error display modal.
@CarlosVillasenor
Copy link
Contributor Author

Looks good! This decorative "X" has confused people on multiple occasions.

My only suggestion is making the commit message a bit more descriptive. Something like:

feat(error): remove confusing decorative X from error display modal

Done on both: the PR title & pushed commit on the PR

@CarlosVillasenor CarlosVillasenor merged commit 7345768 into main Jan 10, 2024
9 checks passed
@CarlosVillasenor CarlosVillasenor deleted the fix/remove-error-x branch January 10, 2024 20:32
Copy link

welcome bot commented Jan 10, 2024

Congrats on merging your first pull 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.

None yet

3 participants