about summary refs log tree commit diff
path: root/src/components/FeedCard.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refine plural marks (#7065)Minseo Lee2024-12-121-5/+4
|
* [Neue] Handle emoji within custom font (#5449)Eric Bailey2024-09-241-5/+8
| | | | | | | | | | | | | * Support emoji in text with custom font * Add emoji support to elements that need it * Remove unused file causing lint failure * Fix a few more emoji locations * Couple more * No throw
* Add labels in feed card (#4836)Eric Bailey2024-07-251-3/+7
|
* Use appropriate icons for toasts (#4803)Samuel Newman2024-07-231-3/+3
| | | | | | | | | | | | | * use appropriate icons for toasts * use info for session expiry * tweak size * message -> safeMessage --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* [D1X] Add interstitials, component tweaks, placeholders (#4697)Eric Bailey2024-07-031-10/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add interstitials, component tweaks, placeholders * Tweak feed card styles * Port over same fix to ProfileCard * Add browse more link on desktop * Rm Gemfile * Update logContext * Update logContext * Add click metric to cards * Pass through props to ProfileCard.Link * 2-up grid for profile cards on desktop web * Add secondary_inverted button color * Use inverted button color * Adjust follow button layout * Update skeleton * Use round button * Translate
* FeedCard & ListCard cleanups (#4644)Eric Bailey2024-06-281-70/+30
| | | | | | | | | | | | | | | * 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
* Add back pin action for feed cards (#4643)Eric Bailey2024-06-251-1/+5
|
* Disable facets in `FeedCard.Description` component (#4620)Eric Bailey2024-06-241-8/+9
|
* Tweak feed card to prevent spinnerz when pushing to screen (#4600)Hailey2024-06-211-25/+77
|
* Pinned feeds cards (#4526)Eric Bailey2024-06-221-27/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add lists support to FeedCard * Add useSavedFeeds query, similar to usePinnedFeedInfos * Integrate into Feeds screen * Fix alignment on mobile * Update usages * Add placeholder loading state * Handle no feeds state * Reuse previous data for placeholder * Staged loading * Improve staged loading * Use setQueryData approach to pre-caching * Add types for a little more safety * Fix precaching --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Don't show "Pin/Add" button on feed card w/ no session (#4539)Hailey2024-06-171-0/+7
| | | | | * pt 1 * tweak
* Feed source card (#4512)Eric Bailey2024-06-141-0/+198
* Pass event through click handlers * Add FeedCard, use in Feeds screen * Tweak space * Don't contrain rt height * Tweak space * Fix type errors, don't pass event to fns that don't expect it * Show unresolved RT prior to facet resolution