diff --git a/data/gallery/DSC02538.jpg b/data/gallery/DSC02538.jpg index ee12f32..3adecbb 100644 --- a/data/gallery/DSC02538.jpg +++ b/data/gallery/DSC02538.jpg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a25a978947593b9a5c9b67a1c0dc9688e73aa1421bfdd81e5f9c46bd4178393 -size 1083556 +oid sha256:8189b278ccb2ecd7caf3627a882cfe43bb749762f5f320aae4a17dcc04eb4a9d +size 700781 diff --git a/data/gallery/DSC02550.jpg b/data/gallery/DSC02550.jpg index 05b9bcc..1ed89f0 100644 --- a/data/gallery/DSC02550.jpg +++ b/data/gallery/DSC02550.jpg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aec987bc3113ee71267fcdbf3a722e3c7de32dc537e7270f7c4990f3f307fe66 -size 2455148 +oid sha256:58b89ffd840f1f7cce8920bbad013974f15e957712d345f8bd95b2e1b73a3074 +size 1877792 diff --git a/data/gallery/DSC02682.jpg b/data/gallery/DSC02682.jpg index 681781d..faa146e 100644 --- a/data/gallery/DSC02682.jpg +++ b/data/gallery/DSC02682.jpg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6b8711a83d8e536f0fc5408553a2d27c1ba2280ed3ee9ff9ef9f4455555669b4 -size 1344327 +oid sha256:5ea9f352995cf974df6d5e2dc209433262912522534879a476fd79a0519d7e94 +size 965341 diff --git a/data/gallery/DSC02981.jpg b/data/gallery/DSC02981.jpg index 7d03de1..5e06762 100644 --- a/data/gallery/DSC02981.jpg +++ b/data/gallery/DSC02981.jpg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffd1b2b1d85b901263661b0e1900a934d096fe433985cdf398eafed7c3262c96 -size 1346562 +oid sha256:f9b43abc33d63a61475b1dcbd779dd961f092baeb625ff656de38d47919d0b22 +size 909128 diff --git a/data/gallery/DSC03711.jpg b/data/gallery/DSC03711.jpg index 2667266..879ca59 100644 --- a/data/gallery/DSC03711.jpg +++ b/data/gallery/DSC03711.jpg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c51b5161edbec361620908a138d7f48d4d87ba82cfa8382976b29acc7bbef69c -size 7708652 +oid sha256:58e017b2d1248492b8c3c4ba6aea07ce7f9a170628e2ca16b081f0539dbd3340 +size 5910855 diff --git a/data/gallery/DSC06124.jpg b/data/gallery/DSC06124.jpg new file mode 100644 index 0000000..f9f1295 --- /dev/null +++ b/data/gallery/DSC06124.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48525efa7467b507a3e4a6f9d7a618a3bd12ae4645c9cb9ada6b9cd1d749ef66 +size 3882477 diff --git a/data/gallery/DSC06204.jpg b/data/gallery/DSC06204.jpg new file mode 100644 index 0000000..28374b8 --- /dev/null +++ b/data/gallery/DSC06204.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e645989987a645f6b1405809f5092924fdab7b2c435cef1c7beb12cd5f3dc639 +size 2961446 diff --git a/data/gallery/DSC06294.jpg b/data/gallery/DSC06294.jpg new file mode 100644 index 0000000..df96f8a --- /dev/null +++ b/data/gallery/DSC06294.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63701af25b3a644cfffbd331a93ef39872df6e6ca0b1a16a78245a75598869fe +size 1322575 diff --git a/data/gallery/_DSC3214.jpg b/data/gallery/_DSC3214.jpg index 6e72802..651e8c1 100644 --- a/data/gallery/_DSC3214.jpg +++ b/data/gallery/_DSC3214.jpg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a946da33c0ea8109067831e431648ab402db3503b4db46240db70116f563c03 -size 1512665 +oid sha256:f99faedca6d53b1e50d5cf8231b0156ce488d2b4b9e5ba7a3cc65719ea5ab279 +size 1062726 diff --git a/src/components/GalleryImage/GalleryImage.js b/src/components/GalleryImage/GalleryImage.js index dca762d..cbd6175 100644 --- a/src/components/GalleryImage/GalleryImage.js +++ b/src/components/GalleryImage/GalleryImage.js @@ -10,6 +10,7 @@ import Calendar from "@spectrum-icons/workflow/Calendar"; import Stopwatch from "@spectrum-icons/workflow/Stopwatch"; import Exposure from "@spectrum-icons/workflow/Exposure"; import Filmroll from "@spectrum-icons/workflow/Filmroll"; +import Dolly from "@spectrum-icons/workflow/Dolly"; import Camera from "@spectrum-icons/workflow/Camera"; import Circle from "@spectrum-icons/workflow/Circle"; import Location from "@spectrum-icons/workflow/Location"; @@ -272,7 +273,7 @@ const GalleryImage = ({ data, location: { state } }) => { } - title="shutter speed" + title="shutter" /> {meta.FNumber && ( { icon={} title="ISO" /> + } + title="focal" + /> { )} {(meta.LensModel || meta.FocalLength) && ( } title="lens" /> diff --git a/src/components/KeywordsPicker.tsx b/src/components/KeywordsPicker.tsx index 609131a..a5428bc 100644 --- a/src/components/KeywordsPicker.tsx +++ b/src/components/KeywordsPicker.tsx @@ -20,7 +20,7 @@ const KeywordsPicker = ({ keywords, value, onChange }: KeywordsPickerProps) => { (props: AriaSelectProps) { } ${state.isOpen ? "bg-gray-100" : "bg-white"}`} ref={ref} > - + {state.selectedItem ? state.selectedItem.rendered : "Select an option"} diff --git a/src/pages/photogallery.tsx b/src/pages/photogallery.tsx index 82c1dae..7f5612d 100644 --- a/src/pages/photogallery.tsx +++ b/src/pages/photogallery.tsx @@ -189,6 +189,8 @@ const GalleryPage = ({ data }: PageProps) => { ) => { "fireworks", "panoramic", "Portland Japanese Garden", - "shoot the light", - "winter" + // "shoot the light", // "sunset", ]} onChange={setKeyword}