From 46ded058f4ad77a6a8f3bab2b22bf664baa5fe86 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Mon, 3 Nov 2025 18:50:32 +0100 Subject: [PATCH] chore: Add TODO comment for future accordion and dialog integration in AnnunciGrid --- apps/infoalloggi/src/components/annunci_grid.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/infoalloggi/src/components/annunci_grid.tsx b/apps/infoalloggi/src/components/annunci_grid.tsx index cafbdf9..f6b11ea 100644 --- a/apps/infoalloggi/src/components/annunci_grid.tsx +++ b/apps/infoalloggi/src/components/annunci_grid.tsx @@ -1,6 +1,8 @@ import { CardAnnuncio } from "~/components/annuncio_card"; import type { AnnuncioRicerca } from "~/server/controllers/annunci.controller"; +//TODO usare anche in accordion e dialog pag ricerca servizio + export const AnnunciGrid = ({ pagedata }: { pagedata: AnnuncioRicerca[] }) => { return (