+
+
+ {imageData.comments && imageData.comments.length > 0 ? (
+ imageData.comments.map((comment) => (
+
+ ))
+ ) : (
+
+ No comments yet.
+
+ )}
- )}
+
-
-
Engine Model
-
{imageData.model}
-
+
+
+ {imageData.setId && (
+
+
Set
+
+ View Set
+
+
+ )}
-
-
Style Preset
- {imageData.stylePreset ? (
-
{imageData.stylePreset}
- ) : (
-
none
- )}
-
+
+
Engine Model
+
{imageData.model}
+
-
-
-
-
+
+
Style Preset
+ {imageData.stylePreset ? (
+
+ {imageData.stylePreset}
+
+ ) : (
+
none
+ )}
+
- {/* Actions Bar - Fixed at bottom */}
-
-
-
-
-
-
- {/*
*/}
+
+
Prompt
+
+
{imageData.prompt}
+ {/*
*/}
+
+
+
+
+
+
-
-
- {convertUtcDateToLocalDateString(imageData.createdAt!)}
+ {/* Comments section - Improved mobile scrolling */}
+
+
+ {imageData.comments && imageData.comments.length > 0 ? (
+ imageData.comments.map((comment) => (
+
+ ))
+ ) : (
+
+ No comments yet.
-
-
- {/* Comment Input - Now separated with better contrast */}
- {isUserLoggedIn && (
-
)}
+
+ {/* Action buttons - Desktop only */}
+
+
+
+
+ {convertUtcDateToLocalDateString(imageData.createdAt!)}
+
+
+
+ {/* Comment input section */}
+
+ {isUserLoggedIn ? (
+
+ ) : (
+
+ Log in to comment
+
+ )}
+