about summary refs log tree commit diff
path: root/src/components/SubtleWebHover.web.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Floating "Load more" makeover (#8420)Samuel Newman2025-05-281-1/+1
|
* 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
* add subtle web hover to "View full thread" (#6256)Samuel Newman2024-11-121-5/+7
|
* Add subtle web hover to interactive rows (#5989)dan2024-10-291-0/+48
* Add subtle web hover to interactive rows * Adjust numbers * Ignore touch devices