about summary refs log tree commit diff
path: root/src/components/Loader.web.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Leverage jsx transform to remove unnecessary react imports and update eslint ↵Paul Coroneos2024-11-191-1/+0
| | | | | | | | | config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled
* Use CSS keyframe animation for spinner on web (#3411)Samuel Newman2024-04-041-0/+34
* Use css keyframe animation for spinner on web * duplicate css to index.html