1eb029b457
fix price box styles
2025-10-10 16:36:49 +02:00
a87a35ffbe
sort classes rule and fix
2025-10-10 16:18:43 +02:00
39074b58e4
Refactor code structure for improved readability and maintainability
2025-10-07 18:07:57 +02:00
5c3a13bea9
sitemap fix
2025-10-06 19:23:28 +02:00
8c802dcabf
refactor: update Test component to simplify button actions and integrate toast notifications
2025-09-09 15:07:23 +02:00
0128f115ad
fix: update user swap mutation to use async/await and improve navigation handling
2025-09-09 10:21:19 +02:00
aa8fb57ab4
refactor: restructure stripe webhook handler for improved readability and error handling
2025-09-09 09:38:29 +02:00
733452832a
feat: add video support to AnnunciGrid and CardAnnuncio components
2025-09-01 17:31:19 +02:00
1426f0efef
refactor: streamline conditional logic and improve readability across multiple components
2025-09-01 16:48:03 +02:00
0bc1a0915c
feat: add video support to CarouselAnnuncio and integrate VideoPlayer component
2025-09-01 15:59:08 +02:00
1f1d9f3559
feat: enhance AnnuncioView with print option and refactor admin links to use Button component
2025-09-01 11:55:45 +02:00
cc5e80c3f6
feat: add Head component for dynamic title in Scheda Annuncio page
2025-09-01 11:37:43 +02:00
ece58b7c3b
fix: improve error handling in tRPC API handler for better logging in development
2025-09-01 10:37:03 +02:00
467933299e
feat: add test page with buttons for logging and server mutation
2025-09-01 10:15:15 +02:00
3284ccbf0d
feat: refactor and enhance Annuncio components for improved functionality and print support
2025-08-29 18:18:37 +02:00
5755b00d7b
formatt
2025-08-29 16:18:32 +02:00
f46702275b
feat: add IDs to search container and options box for improved accessibility and styling
2025-08-29 15:03:57 +02:00
17b8aaf7f5
feat: enhance CodiceBox and TrovaCasaCTA with additional props and styling improvements
2025-08-29 09:58:44 +02:00
3f82763168
eslint migration biome
2025-08-28 18:27:07 +02:00
9f05c19494
Implement code changes to enhance functionality and improve performance
2025-08-28 13:19:43 +02:00
9d80dad9bd
Refactor editAnnuncio functionality to use AnnunciUpdate schema
...
- Updated the editAnnuncio procedure to accept a new input structure containing annuncioId and data.
- Removed the old EdiAnnuncioSchema and replaced it with a direct use of AnnunciUpdate.
- Simplified the editAnnuncioHandler to directly spread the data object into the database update call.
- Renamed getAnnuncioById to getAnnuncioByIdForEdit for clarity.
2025-08-28 12:37:32 +02:00
eba4e31d38
fix: update meta handling in AnnuncioDettaglio and improve error messages in getAnnunciByCod and getAnnunciMetaByCod
2025-08-27 10:56:13 +02:00
ec818eb7ff
fix: update form fields to allow nullable values for locatore, email, and numero
2025-08-26 17:38:12 +02:00
c3cdac8310
feat: add ignoreSessionCheck prop to AreaRiservataLayout for session handling flexibility
2025-08-24 19:59:59 +02:00
243148267b
feat: implement TabRicerca component for user service search and integrate collapsible functionality
2025-08-24 15:47:08 +02:00
779df357bc
fix: update email sending logic to handle disabled state and improve error handling
2025-08-22 16:58:05 +02:00
283eb85066
fix
2025-08-22 16:27:58 +02:00
237c068409
style: adjust spacing in FormPrezzo and update DialogContent max width in EditPrezzoModal
2025-08-22 15:55:43 +02:00
2c0ff3bbbb
chore: update next.js version to 15.4.7 and comment out TRPC panel API handler
2025-08-20 17:48:52 +02:00
51a7cb9426
Fix redirect destination in getServerSideProps to remove query string
2025-08-20 17:22:37 +02:00
2b0efdfc32
Enhance styling and structure: update component styles for better visual consistency and usability across various components
2025-08-20 17:00:36 +02:00
b2a118e907
Enhance button styling: add cursor-pointer class to refresh buttons across admin components
2025-08-20 14:06:38 +02:00
485bcda0d3
Refactor session handling: implement useEnforcedSession for better session validation across components
2025-08-20 14:04:23 +02:00
1d70ce9a44
Enhance AnnuncioEditForm mutation: invalidate additional queries after successful edit
2025-08-20 09:58:06 +02:00
a4dc57c6ef
Enhance ConfirmSection layout with padding and improved checkbox styling
2025-08-19 14:16:01 +02:00
03b160d1ee
Add handling for half-floor indication in CardInfos component
2025-08-18 10:31:01 +02:00
3127f773ba
Add localization support for service confirmation and payment pages
2025-08-13 17:29:26 +02:00
8c85316c9f
Add address localization for Infoalloggi office in English and Italian
2025-08-13 16:58:39 +02:00
e30cc7d7c6
Remove unused Test and Test4 components
2025-08-13 16:58:36 +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
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