No description
Find a file
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
.github chore(deps): remove versioning-strategy from Dependabot configuration 2026-01-14 15:12:29 +01:00
.vscode feat(database): Add migrations for chat labels, messages, services, interests, announcements, pricing, orders, payments, and miscellaneous data 2025-10-29 16:59:20 +01:00
apps refactor: remove unused annunci data fetching and components; update ricerca logic 2026-01-20 18:38:17 +01:00
.dockerignore feat: update environment variable handling and dependencies 2025-10-20 16:22:20 +02:00
.gitignore feat: update environment variable handling and dependencies 2025-10-20 16:22:20 +02:00
build_and_push_ghcr.sh vars 2025-11-24 19:00:16 +01:00
build_infoalloggi.sh chore: add deployment scripts for infoalloggi and marcopedone environments 2026-01-14 15:24:02 +01:00
build_marcopedone.sh chore: add deployment scripts for infoalloggi and marcopedone environments 2026-01-14 15:24:02 +01:00
deploy_infoalloggi.sh chore: add deployment scripts for infoalloggi and marcopedone environments 2026-01-14 15:24:02 +01:00
deploy_marcopedone.sh chore: add deployment scripts for infoalloggi and marcopedone environments 2026-01-14 15:24:02 +01:00
dev-tester.yml feat: update Docker configuration and add nginx setup for reverse proxy 2025-10-10 15:11:09 +02:00
docker-compose.yml feat: add restart policy for web service in docker-compose 2026-01-08 14:48:56 +01:00
nginx.conf feat: update Docker configuration and add nginx setup for reverse proxy 2025-10-10 15:11:09 +02:00
old-docker-compose.yml Add user seeding SQL script and initial Docker Compose configuration 2025-10-29 11:06:53 +01:00