Commit graph

305 commits

Author SHA1 Message Date
0128f115ad fix: update user swap mutation to use async/await and improve navigation handling 2025-09-09 10:21:19 +02:00
cbe00a93e8 fix: update cursor style for search input in AutocompleteSearchBox 2025-09-03 12:30:18 +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
cc5e80c3f6 feat: add Head component for dynamic title in Scheda Annuncio page 2025-09-01 11:37:43 +02:00
06e156c314 feat: add Head component for dynamic title and enhance contact information display 2025-09-01 11:36:38 +02:00
3284ccbf0d feat: refactor and enhance Annuncio components for improved functionality and print support 2025-08-29 18:18:37 +02:00
4d95791391 total rows 2025-08-29 16:47:33 +02:00
bc92368abc feat: update AnnunciTable to enhance actions and filter functionality 2025-08-29 16:22:54 +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
b3d2d3f4fd feat: update search phrases with emojis for enhanced user experience 2025-08-29 14:59:38 +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
682d792cb8 fix: Carousel 2025-08-28 10:29:04 +02:00
19d273ff49 fix: enhance pricing component formatting and update sorting logic in PrezzarioTable 2025-08-27 12:33:14 +02:00
1dd8a8eed0 default open first ricerca 2025-08-25 12:06:33 +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
4982d064e3 feat: add EditServizioAdmin component and integrate into ServizioActions 2025-08-23 17:13:43 +02:00
b9934cb390 testing app router 2025-08-22 15:44:18 +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
485bcda0d3 Refactor session handling: implement useEnforcedSession for better session validation across components 2025-08-20 14:04:23 +02:00
709ac307e1 Enhance AnnuncioActions and ServizioMain components: refactor document handling and update layout for better responsiveness 2025-08-19 19:14:27 +02:00
0ae854ede5 Refactor ServizioMain component: update content layout and add AnnunciSelezionati for admin actions 2025-08-19 17:23:05 +02:00
6124ba0271 Prevent closing dialog when announcements are selected in AddAnnuncio component 2025-08-19 16:47:12 +02:00
63d2fbd8ad Enhance ServizioActions and TabServizio components: pass userId to AddAnnuncio and integrate AnnunciSection for better announcement management 2025-08-19 16:44:38 +02:00
c0da9daad0 Add interruption toggle to TabServizio component for managing service status 2025-08-19 16:44:23 +02:00
fd22901c45 Refactor CTA_TipologiaModal: update Dialog onOpenChange handler for better async handling 2025-08-19 16:07:48 +02:00
1619833103 Add line break support in AnnuncioDettaglio description and update Italian FAQ text for clarity 2025-08-19 14:32:46 +02:00
3127f773ba Add localization support for service confirmation and payment pages 2025-08-13 17:29:26 +02:00
23680bb816 Fix service status display logic in TabServizio component 2025-08-13 16:55:47 +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
a427edbe04 Enhance ServizioMain layout with flexbox and add delete functionality for user interests 2025-08-10 16:49:21 +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
b23739b371 Fix chat link styling based on user chat ID presence 2025-08-08 10:05:35 +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
1c420e2077 refactor: remove FormDebug component and move DevT import to formDevTool 2025-08-07 18:48:56 +02:00
18b843db22 fix: update Dockerfile for production dependencies and enhance form debug visibility in development 2025-08-07 16:10:17 +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
c1468c05bf Fix transform matrix in LogoSvg for improved rendering 2025-08-06 17:02:02 +02:00
61b1478cf3 Fix date parsing in ContrattoImport and update last message time in getActiveInfos 2025-08-06 16:49:33 +02:00
795cf99d9c Fix type assertion for spring animation in ThemeSwitch component 2025-08-06 15:43:16 +02:00