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(spinner): set spinner as span #2555

Merged
merged 1 commit into from
Jan 16, 2025
Merged

fix(spinner): set spinner as span #2555

merged 1 commit into from
Jan 16, 2025

Conversation

Powerplex
Copy link
Contributor

TASK: SPA-486

Description, Motivation and Context

span is more appropriate than div for the Spinner, as it can be used inside a Button (div inside a button is invalid HTML)

Types of changes

  • 🪲 Bug fix (non-breaking change which fixes an issue)

when used as a div inside a loading button, it makes the html invalid
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.50%. Comparing base (1c2b96d) to head (91bb67d).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2555   +/-   ##
=======================================
  Coverage   96.50%   96.50%           
=======================================
  Files         520      520           
  Lines        4611     4611           
  Branches     1622     1643   +21     
=======================================
  Hits         4450     4450           
  Misses        159      159           
  Partials        2        2           

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

@Powerplex Powerplex merged commit ee31808 into main Jan 16, 2025
9 checks passed
@Powerplex Powerplex deleted the spinner-as-span branch January 16, 2025 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug A bug to fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant