diff --git a/docs/apply/index.html b/docs/apply/index.html index f44088e..9c96f36 100644 --- a/docs/apply/index.html +++ b/docs/apply/index.html @@ -29,8 +29,12 @@

Apply to Open Gallery

- - + + +
+
+

Preview

+
+
+ +
diff --git a/package-lock.json b/package-lock.json index 99519c7..6bcf304 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1025,9 +1025,9 @@ } }, "node_modules/@remix-run/router": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.0.tgz", - "integrity": "sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==", + "version": "1.23.2", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.2.tgz", + "integrity": "sha512-Ic6m2U/rMjTkhERIa/0ZtXJP17QUi2CbWE7cqx4J58M8aA3QTfW+2UlQ4psvTX9IO1RfNVhK3pcpdjej7L+t2w==", "license": "MIT", "engines": { "node": ">=14.0.0" @@ -3239,12 +3239,12 @@ } }, "node_modules/react-router": { - "version": "6.30.1", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.30.1.tgz", - "integrity": "sha512-X1m21aEmxGXqENEPG3T6u0Th7g0aS4ZmoNynhbs+Cn+q+QGTLt+d5IQ2bHAXKzKcxGJjxACpVbnYQSCRcfxHlQ==", + "version": "6.30.3", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.30.3.tgz", + "integrity": "sha512-XRnlbKMTmktBkjCLE8/XcZFlnHvr2Ltdr1eJX4idL55/9BbORzyZEaIkBFDhFGCEWBBItsVrDxwx3gnisMitdw==", "license": "MIT", "dependencies": { - "@remix-run/router": "1.23.0" + "@remix-run/router": "1.23.2" }, "engines": { "node": ">=14.0.0" @@ -3254,13 +3254,13 @@ } }, "node_modules/react-router-dom": { - "version": "6.30.1", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.30.1.tgz", - "integrity": "sha512-llKsgOkZdbPU1Eg3zK8lCn+sjD9wMRZZPuzmdWWX5SUs8OFkN5HnFVC0u5KMeMaC9aoancFI/KoLuKPqN+hxHw==", + "version": "6.30.3", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.30.3.tgz", + "integrity": "sha512-pxPcv1AczD4vso7G4Z3TKcvlxK7g7TNt3/FNGMhfqyntocvYKj+GCatfigGDjbLozC4baguJ0ReCigoDJXb0ag==", "license": "MIT", "dependencies": { - "@remix-run/router": "1.23.0", - "react-router": "6.30.1" + "@remix-run/router": "1.23.2", + "react-router": "6.30.3" }, "engines": { "node": ">=14.0.0" diff --git a/src/components/buttons/ExploreButton.tsx b/src/components/buttons/ExploreButton.tsx index 26c411e..ca97eea 100644 --- a/src/components/buttons/ExploreButton.tsx +++ b/src/components/buttons/ExploreButton.tsx @@ -10,6 +10,6 @@ export default function ExploreButton({url}:ExploreProps) { } return ( - + ); } \ No newline at end of file diff --git a/src/components/buttons/FavoriteButton.tsx b/src/components/buttons/FavoriteButton.tsx index b387eb8..3eecdc0 100644 --- a/src/components/buttons/FavoriteButton.tsx +++ b/src/components/buttons/FavoriteButton.tsx @@ -12,6 +12,6 @@ export default function FavoriteButton({onFavorite, asset}:FavoriteButtonProps) } return ( - + ) } \ No newline at end of file diff --git a/src/components/buttons/Refresh.tsx b/src/components/buttons/Refresh.tsx index 2064a41..2f67de3 100644 --- a/src/components/buttons/Refresh.tsx +++ b/src/components/buttons/Refresh.tsx @@ -10,6 +10,6 @@ export default function RefreshButton({onRefresh}: RefreshButtonProps) { } return ( - + ) } \ No newline at end of file diff --git a/src/components/image/Display.tsx b/src/components/image/Display.tsx index 80e99b3..018fc23 100644 --- a/src/components/image/Display.tsx +++ b/src/components/image/Display.tsx @@ -4,7 +4,7 @@ interface ImageProps { export default function Display({imageUrl}:ImageProps) { return ( -
+
-

{title}

-

{artist}

-

{location}

+

{title}

+

{artist}

+

{location}

diff --git a/src/components/presentation/Presentation.tsx b/src/components/presentation/Presentation.tsx index 8c549ec..0b54e9f 100644 --- a/src/components/presentation/Presentation.tsx +++ b/src/components/presentation/Presentation.tsx @@ -77,7 +77,7 @@ export default function Presentation() { if (!asset) { return (

-

Loading...

; +

Loading...

) } @@ -85,7 +85,7 @@ export default function Presentation() { const hasDescription = asset.description.length !== 0; const src = sanitizeURL(asset.image_url?.trim()) ? asset.image_url : placeholder return ( -
+
@@ -114,7 +114,7 @@ export default function Presentation() { )}
-
+
diff --git a/src/components/sidebar/Sidebar.tsx b/src/components/sidebar/Sidebar.tsx index 4919472..3594590 100644 --- a/src/components/sidebar/Sidebar.tsx +++ b/src/components/sidebar/Sidebar.tsx @@ -22,7 +22,7 @@ export default function Sidebar({currentAssetID, favoritesList, onRemoveFavorite return (