infoalloggi-monorepo/apps/infoalloggi
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
..
.vscode cleanup 2025-10-21 16:57:59 +02:00
biome_plugins refactor: update diagnostic messages for query validation in missing and null plugins 2025-12-19 15:57:40 +01:00
emails refactor: remove unused annunci data fetching and components; update ricerca logic 2026-01-20 18:38:17 +01:00
public refactor: remove unused annunci data fetching and components; update ricerca logic 2026-01-20 18:38:17 +01:00
src refactor: remove unused annunci data fetching and components; update ricerca logic 2026-01-20 18:38:17 +01:00
.dockerignore eslint migration biome 2025-08-28 18:27:07 +02:00
.kanelrc.js refactor: change 'mq' type from string to float64 and update related parsing logic 2025-11-25 12:05:14 +01:00
biome.json chore: update biome schema version and refactor code style 2026-01-14 14:21:57 +01:00
components.json fix: update global CSS file name and add new Radix UI components 2025-10-21 14:35:06 +02:00
dev-docker-compose.yml fix(docker): Ensure restart policy is set for storage service in dev-docker-compose.yml 2025-11-03 15:50:30 +01:00
dev_utils_compose.sh fix(docker): Ensure restart policy is set for storage service in dev-docker-compose.yml 2025-11-03 15:50:30 +01:00
Dockerfile Refactor Dockerfile and Impostazioni component for improved clarity and efficiency; streamline environment variable definitions and simplify JSX structure in StripeSection. 2026-01-19 09:36:35 +01:00
knip.json cleanup 2025-10-28 10:54:42 +01:00
next.config.ts refactor: enable scroll restoration in Next.js configuration 2025-11-27 13:38:18 +01:00
NOTES.md refactor: update terminology from 'preferenze' to 'parametri' for consistency across components and forms 2025-12-18 12:11:08 +01:00
package-lock.json chore: update package dependencies and adjust CSS utility classes for improved styling 2026-01-19 15:32:51 +01:00
package.json fix: update next dependency version to a specific release for consistency 2026-01-19 15:35:29 +01:00
pgadmin-docker-compose.yml feat: enhance user management and document handling; refactor service and schema integrations 2025-11-10 16:27:15 +01:00
postcss.config.cjs eslint migration biome 2025-08-28 18:27:07 +02:00
reset.d.ts init 2025-08-04 17:45:44 +02:00
TODO refactor: update flag status labels in FlagsTable component 2025-11-21 12:19:35 +01:00
tsconfig.json chore: update tsconfig.json to use 'react-jsx' for JSX transformation 2026-01-14 14:44:50 +01:00
TypeHelpers.type.ts formatt 2025-08-29 16:18:32 +02:00