about summary refs log tree commit diff
path: root/src/lib/custom-animations/LikeIcon.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
* Fix thin red circle around Like button on iOS (#6123)khuddite2024-11-061-10/+6
| | | | | | | | | | | * remove animation UI from DOM tree when not animated * improve naming of vars * more var changes --------- Co-authored-by: Hailey <me@haileyok.com>
* Sort imports (#6009)dan2024-10-291-1/+1
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* Only animate the like icon when from an actual toggle (#5096)Hailey2024-09-031-1/+3
|
* More tweaks to animation (#5082)Hailey2024-09-021-26/+22
|
* Improve animations for like button (#5074)Hailey2024-09-021-0/+139