about summary refs log tree commit diff
path: root/src/components/ListCard.tsx
Commit message (Collapse)AuthorAgeFilesLines
* FeedCard & ListCard cleanups (#4644)Eric Bailey2024-06-281-0/+129
* Extract ListCard from FeedCard * Export FeedCard.Action and optionally include in ListCard * Remove list dual usage from most of FeedCard * Update usages of FeedCard and ListCard * Add back list purpose logic * Make Action comp easier to use, clarify list purpose * Rename Action to SaveButton