FunctionMasonryGrid({ images, user, onPostClick, onTagClick, onLikeToggle, onSaveToggle, onShareToggle, onAuthPrompt, showLikeCou
Frontend/src/components/MasonryGrid.jsx:4
FunctionPostDetailModal({ isOpen, imageId, onClose, user, onAuthPrompt, onTagClick, onLikeToggle, onSaveToggle, onDeleteToggle })
Frontend/src/components/PostDetailModal.jsx:5
Functioncreate({ userId, title, caption, imageUrl, sourceType, aiPrompt = null, aiStyle = null, tags = [] })
backend/src/models/imageModel.js:14
Functioncreate({ userId, actorId = null, type, imageId = null, commentId = null, message })
backend/src/models/notificationModel.js:3