Commit graph

124 commits

Author SHA1 Message Date
9b44cad8eb Refactor pagination logic in AnnunciList and update API to use page and pageSize parameters for improved data fetching 2025-08-08 16:55:02 +02:00
c574af9096 Add PhoneInput component for enhanced phone number input in contact form 2025-08-08 15:31:21 +02:00
96a85be96c Remove debug log for meta in getStaticProps to clean up code 2025-08-08 15:30:10 +02:00
3748afbd7e Implement Open Graph meta tags in AnnuncioDettaglio for improved SEO and social sharing 2025-08-08 14:13:27 +02:00
7bfef22f80 Enhance Open Graph support by adding meta data retrieval and updating robots.txt for better SEO 2025-08-08 13:30:21 +02:00
a6fa1b960b Update Open Graph image handling to use og_url for improved image management 2025-08-08 12:36:20 +02:00
986409b739 Refactor Open Graph handling by removing unused URL state and updating image source logic 2025-08-08 12:00:06 +02:00
4a6a6f5900 Update Open Graph image handling for improved SEO and social sharing 2025-08-08 11:44:05 +02:00
8d4f51aaf8 Add Open Graph support with @vercel/og integration and related updates 2025-08-08 11:34:33 +02:00
8f629c272a Add Open Graph meta tags for improved SEO and social sharing
Implement API route for fetching images with caching support
Fix cover image URL handling in getAnnunciByCod function
2025-08-08 10:27:21 +02:00
e1e368668c Fix Dockerfile to copy only package.json for dependency installation 2025-08-08 09:52:45 +02:00
9778df27b0 Add TRPC UI dependency and implement FormDebug component for development debugging 2025-08-08 09:40:02 +02:00
cb6e0cee40 Remove unused TRPC panel code and simplify API handler response 2025-08-07 19:38:15 +02:00
73e7c947d8 web2 2025-08-07 19:31:51 +02:00
5a3fcba130 fix: update Dockerfile to use npm ci --production and enhance panel API error handling 2025-08-07 16:02:55 +02:00
9314026817 refactor: update zod imports to version 4 and adjust error handling
- Changed all zod imports from "zod" to "zod/v4" across multiple files.
- Updated error handling in forms to use new zod error configuration.
- Refactored custom error mapping to align with zod v4 changes.
- Adjusted password validation logic to utilize new zod features.
- Cleaned up unused locale error mapping code.
- Enhanced type definitions for async iterables in zod utility functions.
2025-08-07 14:50:40 +02:00
e6599cae5e Fix layout in Home component for improved responsiveness 2025-08-06 17:02:07 +02:00
0ea14d0650 Frontend: Update ChiSiamo and Proprietari pages with new layout and images for improved visual appeal 2025-08-06 09:46:40 +02:00
e544b25795 Frontend: Add NextNProgress component for progress indication during page transitions 2025-08-06 09:26:35 +02:00
2fc5798b86 test 2025-08-04 19:52:48 +02:00
329ec88b4c test 2025-08-04 19:51:40 +02:00
61e1d3246d Update SKIP_REDIS environment variable handling to use string comparison 2025-08-04 19:39:43 +02:00
fb3f43f736 Add SKIP_REDIS check in getTilesClient and handle KeyDB client initialization 2025-08-04 19:00:53 +02:00
29c64c7e39 init 2025-08-04 17:45:44 +02:00