-
+
+
+
+
+
+ {titleForPhoto(photo)}
+
-
-
- {photo.caption && <>
-
- {tags.length > 0 &&
-
—
}
- >}
- {tags.length > 0 &&
-
}
+ {photo.caption &&
+
+ {photo.caption}
+
}
+
+ {(showCameraRow || tags.length > 0) &&
+
+ {showCameraRow &&
+
}
+ {tags.length > 0 &&
+
}
+
}
- {/* EXIF: Camera + Film Simulation */}
- {showCameraRow &&
-
-
- {showSimulation && photo.filmSimulation &&
-
+ {/* EXIF Data */}
+
+ {showExifRow &&
+ <>
+
+ -
+ {photo.focalLengthFormatted}
+ {photo.focalLengthIn35MmFormatFormatted &&
+ <>
+ {' '}
+
+ {photo.focalLengthIn35MmFormatFormatted}
+
+ >}
+
+ - {photo.fNumberFormatted}
+ - {photo.exposureTimeFormatted}
+ - {photo.isoFormatted}
+ - {photo.exposureCompensationFormatted ?? '0ev'}
+
+ {showSimulation && photo.filmSimulation &&
-
}
-
}
- {/* EXIF: Details */}
- {showExifRow &&
-
- -
- {photo.focalLengthFormatted}
- {photo.focalLengthIn35MmFormatFormatted &&
- <>
- {' '}
-
- {photo.focalLengthIn35MmFormatFormatted}
-
- >}
-
- - {photo.fNumberFormatted}
- - {photo.exposureTimeFormatted}
- - {photo.isoFormatted}
- - {photo.exposureCompensationFormatted ?? '—'}
-
}
- {/* Date + Share */}
-
+ />}
+ >}
- {photo.takenAtNaiveFormatted}
+
+ {photo.takenAtNaiveFormatted}
+
+
-
}
/>