about summary refs log tree commit diff
path: root/src/view/com/util/PressableWithHover.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Leverage jsx transform to remove unnecessary react imports and update eslint ↵Paul Coroneos2024-11-191-1/+1
| | | | | | | | | 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 pressable for video controls (#5452)Samuel Newman2024-09-231-25/+21
| | | | | | | * use pressable for video controls * add `as any` to preexisiting bad type * stop mutating prop
* Add ESLint React plugin (#1412)dan2023-09-071-29/+27
| | | | | * Add eslint-plugin-react * Enable display name rule
* Add cursor to clickable elements (#491)Ollie Hsieh2023-04-191-0/+45
* Add cursor to clickable elements * Add cursor to clickable elements * Update per comments * Fix word wrap in notifications * Center the web login-load screen * Add hover states on web * Fix lint --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>