about summary refs log tree commit diff
path: root/src/components/MediaPreview.tsx
Commit message (Collapse)AuthorAgeFilesLines
* [Neue] Font weights (#5442)Eric Bailey2024-09-201-1/+1
| | | | | | | * Align all font weights * Only load necessary fonts * Also comment out from hook
* Image/video border + tweaks (#5324)Eric Bailey2024-09-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Image/video border (#5253) * Update AutoSizedImage.tsx * Update AutoSizedImage.tsx * Update Gallery.tsx * Update ExternalLinkEmbed.tsx * Update MediaPreview.tsx * Update UserAvatar.tsx * Update ExternalLinkEmbed.tsx * Update ExternalPlayerEmbed.tsx * Update ExternalGifEmbed.tsx * Update GifEmbed.tsx * Update ExternalGifEmbed.tsx * Update GifEmbed.tsx * Update UserAvatar.tsx * Update ExternalPlayerEmbed.tsx * Update ExternalPlayerEmbed.tsx * video * Update QuoteEmbed.tsx * Tweaks, abstract components --------- Co-authored-by: Minseo Lee <itoupluk427@gmail.com>
* [Video] Media preview improvements (#5229)Samuel Newman2024-09-091-8/+9
| | | | | * background color for images that haven't loaded * fix recordwithmedia not appearing
* [Video] Use same play button for gifs and videos (#5144)Hailey2024-09-041-3/+6
|
* Replace `ImageHorzList` 🤮 with `MediaPreview` ✨ (#5143)Samuel Newman2024-09-041-0/+169