@@ -105,95 +107,7 @@ export default function ArtworkThumbGallery({
className="absolute left-0 right-0 bottom-0 z-20 flex items-center justify-between px-2"
style={{ height: BUTTON_BAR_HEIGHT }}
>
- {/* Tags button */}
- {/* */}
-
- {/* Alt button */}
- {/* */}
-
- {/* Bottom sheet — stops ABOVE button bar */}
- {/*
-
- {sheet === "alt" ? (
-
-
- {a.altText?.trim() ? a.altText : "No alt text set."}
-
-
- ) : null}
-
- {sheet === "tags" ? (
-
-
- {a.tags.length > 0 ? (
- a.tags.map((t) => (
-
- {t.name}
-
- ))
- ) : (
- No tags set.
- )}
-
-
- ) : null}
-
-
*/}
-
- {/* Optional click-away close */}
- {/* {sheet ? (
-