about summary refs log tree commit diff
path: root/src/view/com/posts/DiscoverFallbackHeader.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
* Sort imports (#6009)dan2024-10-291-2/+3
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* Update DiscoverFallbackHeader.tsx (#2537)Minseo Lee2024-01-181-9/+9
|
* Add a new home feed-api wrapper and give a header indicating the fallback ↵Paul Frazee2024-01-151-0/+43
behavior (#2534) * Add a new home feed-api wrapper and give a header indicating the fallback behavior * Sneak in a quick fix: use the correct text color in the delete modal * Use imported constant