Add asset library for centralized image and file management - #7
Merged
sagnik11 merged 1 commit intoMay 4, 2026
Merged
Conversation
Generated-By: PostHog Code Task-Id: 0ae49eb3-92b8-40fd-b10f-5d8d2883eb34
sagnik11
marked this pull request as ready for review
May 4, 2026 05:31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TL;DR
Implements a centralized asset library that allows users to upload images and files once, then browse and reuse them across campaigns. Users can now select assets from the library directly in the email editor via a "Choose from library" picker, eliminating the need for per-campaign image uploads.
What changed?
assetstable to store metadata for uploaded images and files (fileId, name, mimeType, size, s3Key, dimensions, timestamps)/api/internal/imagesto persist asset metadata to the database after file uploadAssetPickercomponent for browsing and selecting assets from the library