From f8492d2733375a13a8e1ba8c84d18b4c68a60764 Mon Sep 17 00:00:00 2001 From: Emme Menezes Date: Wed, 10 Sep 2025 19:45:22 -0300 Subject: [PATCH 1/5] =?UTF-8?q?Altera=20localiza=C3=A7=C3=A3o=20e=20=C3=AD?= =?UTF-8?q?cone=20do=20bot=C3=A3o=20de=20fechar=20modal=20da=20galeria=20(?= =?UTF-8?q?Fixes=20#7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../devsite/src/components/Blocks/Listing/ImageAlbum.tsx | 9 ++++++++- .../theme/components/blocks/_listing_image_album.scss | 4 ++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/frontend/packages/devsite/src/components/Blocks/Listing/ImageAlbum.tsx b/frontend/packages/devsite/src/components/Blocks/Listing/ImageAlbum.tsx index 57f069a..e773dd4 100644 --- a/frontend/packages/devsite/src/components/Blocks/Listing/ImageAlbum.tsx +++ b/frontend/packages/devsite/src/components/Blocks/Listing/ImageAlbum.tsx @@ -7,6 +7,7 @@ import { Button, Modal } from 'semantic-ui-react'; import { Container } from '@plone/components'; import type { ContainedItem } from '@plone/types'; import zoomSVG from '@plone/volto/icons/zoom-in.svg'; +import circleDismissSVG from '@plone/volto/icons/circle-dismiss.svg'; import config from '@plone/volto/registry'; const messages = defineMessages({ @@ -35,7 +36,13 @@ const AlbumItem = ({ item }: { item: ContainedItem }) => {
+ } size="fullscreen" trigger={