trypost/resources/js/components/posts/previews
Paulo Castellano 925fd85b95 refactor(posts): return the card display domain from the backend
Compute the bare display host once in LinkCardMetadata (via Laravel's Uri::host + Str::chopStart) and return it as card.domain, so the LinkCard component renders it directly instead of parsing the URL client-side. The component is now purely presentational.
2026-07-17 16:24:23 -03:00
..
BlueskyPreview.vue feat(bluesky): add link preview cards for posts 2026-07-17 14:32:40 -03:00
DiscordPreview.vue feat(channels): show channel + mentions in Discord preview, light theme 2026-06-16 16:14:59 -03:00
FacebookPreview.vue Revert Facebook and YouTube preview refactors (video-only, no feature effect) 2026-07-16 20:51:07 -03:00
index.ts feat: Add Bluesky social media integration 2026-01-18 13:33:54 -03:00
InstagramPreview.vue Harden Instagram story image fitting and cover it end to end 2026-07-16 20:09:43 -03:00
LinkCard.vue refactor(posts): return the card display domain from the backend 2026-07-17 16:24:23 -03:00
LinkedInPreview.vue feat(linkedin): support PDF document (carousel) posts 2026-06-24 16:32:27 -03:00
MastodonPreview.vue refactor(posts): streamline media item handling and improve type definitions 2026-05-21 19:08:46 -03:00
PinterestPreview.vue refactor(posts): streamline media item handling and improve type definitions 2026-05-21 19:08:46 -03:00
PlatformPreview.vue feat(channels): add Discord as a social channel 2026-06-16 14:44:00 -03:00
PostMediaPreview.vue feat(previews): show full vertical media without cropping 2026-06-29 15:50:24 -03:00
TelegramPreview.vue Soften Telegram preview bubble shadow (drop trypost ink shadow) 2026-06-14 14:07:36 -03:00
ThreadsPreview.vue feat(posts): show link preview card in the X and Threads editors 2026-07-17 14:32:40 -03:00
TikTokPreview.vue Harden Instagram story image fitting and cover it end to end 2026-07-16 20:09:43 -03:00
VerticalMediaCanvas.vue Render the story background as a soft, lightened blur 2026-07-17 10:31:35 -03:00
VideoPreview.vue refactor: introduce VideoPreview component and standardize media handling across post previews 2026-05-08 18:30:11 -03:00
XPreview.vue feat(posts): show link preview card in the X and Threads editors 2026-07-17 14:32:40 -03:00
YouTubePreview.vue Revert Facebook and YouTube preview refactors (video-only, no feature effect) 2026-07-16 20:51:07 -03:00