6953be6936
Update default value logic for tipologia selection in FormNewServizio and FormNewServizioAcquisto components
2025-08-13 16:49:35 +02:00
e9a8174c3d
Refactor Interactions component layout for improved structure and clarity
2025-08-11 15:29:25 +02:00
acffaf85b6
clean
2025-08-10 18:02:41 +02:00
368a187edb
Enhance AnnuncioCard layout by adding a separator and adjusting styles for improved visual hierarchy
2025-08-10 18:01:36 +02:00
fa46fd2925
Refactor AnnuncioActions and Interactions components for improved layout and structure
2025-08-10 17:54:00 +02:00
b4bb786ebc
Refactor AnnuncioCard and servizio_annunci_accordions to pass actions and interactions as props for better component flexibility
2025-08-10 17:09:56 +02:00
19594637e7
Improve logging for disabled SMS and email sending, including recipient and message details
2025-08-10 17:09:48 +02:00
a427edbe04
Enhance ServizioMain layout with flexbox and add delete functionality for user interests
2025-08-10 16:49:21 +02:00
f9a577961d
Restrict 'skipOrdine' field visibility based on admin status in FormNewServizioAcquisto
2025-08-10 16:22:42 +02:00
b0bbeba2bb
Restrict visibility of 'skipOrdine' field to admin users in FormNewServizioAcquisto
2025-08-10 16:21:57 +02:00
099773b161
Refactor password update flow to use router.push for navigation and add session check before swapping authentication
2025-08-10 14:27:29 +02:00
0be8a9d4d2
Increase refetchInterval in SessionProvider for improved data consistency
2025-08-08 19:58:03 +02:00
f9b3f3e51e
Add refetchInterval to session query for improved data consistency
2025-08-08 19:13:32 +02:00
cbbb53ac50
Add CTA section to "Chi Siamo" page with descriptive text in English and Italian
2025-08-08 18:54:19 +02:00
f8481f894a
Implement code changes to enhance functionality and improve performance
2025-08-08 18:49:01 +02:00
986e73c76b
Increase minimum height of title display in CardAnnuncio for better readability
2025-08-08 17:58:10 +02:00
e6515ea19d
Refactor CardAnnuncio component to improve title and address display with better styling and layout
2025-08-08 17:56:43 +02:00
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
0744d032a3
Refactor getAnnunciMetaByCod to remove unused url_immagini and simplify ogImage handling
2025-08-08 13:44:52 +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
3c63aa0eb8
Add og_url handling in InsertAnnunciInDB and extractData_update for improved Open Graph support
2025-08-08 11:25:55 +02:00
c0bf6f5156
Add Og_url field to AnnuncioParsed and AnnunciDB for improved image handling
2025-08-08 11:15:40 +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
b23739b371
Fix chat link styling based on user chat ID presence
2025-08-08 10:05:35 +02:00
41decd54f2
Add missing where clause to filter non-admin users in stats query
2025-08-08 10:05:32 +02:00
e1e368668c
Fix Dockerfile to copy only package.json for dependency installation
2025-08-08 09:52:45 +02:00
18cb9cebd7
ss
2025-08-08 09:48:51 +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
5789007b9b
Remove .docker_env from .dockerignore
2025-08-07 19:32:49 +02:00
73e7c947d8
web2
2025-08-07 19:31:51 +02:00
23909d6974
22
2025-08-07 19:15:38 +02:00
1fba08c385
b
2025-08-07 19:09:29 +02:00
1c420e2077
refactor: remove FormDebug component and move DevT import to formDevTool
2025-08-07 18:48:56 +02:00
9ed9a4c39e
fix: update Dockerfile to use golang:1.24-bullseye base image
2025-08-07 17:24:33 +02:00
aa0f506dbf
refactor: remove unused FormDebug component from FormNewServizioAcquisto
2025-08-07 16:19:02 +02:00
4135f748bb
fix: update .dockerignore to include panel API source file and ensure proper environment configuration
2025-08-07 16:14:20 +02:00
18b843db22
fix: update Dockerfile for production dependencies and enhance form debug visibility in development
2025-08-07 16:10:17 +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
e61b152986
remove global install pnpm
2025-08-07 11:46:44 +02:00
9d7bdb9653
fix: update trpc-ui postinstall script for improved installation process
2025-08-07 11:42:10 +02:00
0ca49646d0
refactor: rename package from infoalloggi2 to infoalloggi and update trpc-ui dependency source
2025-08-07 11:36:51 +02:00