infoalloggi-monorepo/apps/infoalloggi/src/server
Marco Pedone edaee780d6 refactor: remove unused annunci data fetching and components; update ricerca logic
- Deleted the `annunci.ts` file which contained the database fetching logic.
- Removed the `TestAppPage` component that relied on the deleted data fetching.
- Eliminated the `AnnunciList` component that was dependent on the removed data.
- Updated `annunci_map.tsx` to handle optional `selectComune` parameter.
- Refactored `annunci_tutorial.tsx` to use `buildRicercaUrl` for navigation.
- Adjusted `annuncio_card.tsx` for consistent styling and layout changes.
- Modified `codiceRicerca.tsx` to fix z-index issue.
- Enhanced `failed-loading.tsx` and `500Auth.tsx` for responsive design.
- Updated `annunci.tsx` to include loading state for map and annunci list.
- Refined filter handling in `Filters` component to use a single `setAllParams` method.
- Introduced `FrequentSearches` component for better user navigation.
- Updated `RicercaProvider` to streamline state management and URL building.
- Adjusted server-side logic in `annunci.controller.ts` to ensure valid data.
2026-01-20 18:38:17 +01:00
..
api chore: enhance error handling in sendInvite mutation and invalidate email cache on success 2026-01-16 11:52:59 +01:00
auth feat: implement user invitation system with email invites and password setup 2025-12-14 18:57:56 +01:00
controllers refactor: remove unused annunci data fetching and components; update ricerca logic 2026-01-20 18:38:17 +01:00
services refactor: update email service functions and add delete all user emails functionality 2025-12-29 16:00:57 +01:00
utils catasto 2025-11-13 15:45:55 +01:00
db.ts feat: update environment variable handling and dependencies 2025-10-20 16:22:20 +02:00
FattureInCloud.ts feat: update environment variable handling and dependencies 2025-10-20 16:22:20 +02:00
sse.ts eslint migration biome 2025-08-28 18:27:07 +02:00