162c456834
refactor: remove ShareAnnunci email component and its related type from mailer
2026-03-17 18:42:25 +01:00
9d66997001
feat: update defaultValue in PricingComponent to use prop value instead of hardcoded zero
2026-03-16 17:57:48 +01:00
eb36e07076
feat: refactor Pricing component to use context for pricing data and simplify props
2026-03-16 17:56:22 +01:00
65e58ab2db
refactor: remove backup handling code and related HTML view
2026-03-16 10:21:21 +01:00
1e3a1e390b
feat: implement UserAvatar component with dynamic color assignment and memoization
2026-03-13 16:11:35 +01:00
d18aee8a95
feat: update admin actions layout and add contact details dialog; modify user link path in UsersTable
2026-03-12 17:02:35 +01:00
300c9edfc4
feat: add admin contact details dialog and streamline cache invalidation in AnnuncioEditForm
2026-03-12 16:55:06 +01:00
41d743c97f
refactor: update TypeScript SDK path and improve error handling in servizio service
2026-03-12 16:27:24 +01:00
985a302a05
Refactor Prezziario schema and related components
...
- Updated the Prezziario schema to replace boolean flags (isAcconto, isSaldo, isConsulenza, isStabile, isTransitorio) with new fields (order_type, service_type, service_variant) to better represent service attributes.
- Modified NewPrezzoModal to align with the updated schema.
- Renamed FormNewServizioAcquisto to FormServizioAcquisto in user onboarding pages for consistency.
- Adjusted imports and component usage in the user view and service onboarding pages to reflect the new form name.
2026-03-12 16:26:01 +01:00
6c53ef130c
feat: add dotenv package for environment variable management and update payment logic to use new database queries
2026-03-12 16:24:16 +01:00
547b1d6ce6
feat: replace arrow icon with mouse pointer icon and add bounce animation for 'in_attesa' status
2026-03-12 13:48:45 +01:00
db63591bcb
style: update component styles to use bg-card and adjust heights for consistency
2026-03-12 12:11:57 +01:00
f8aea2446e
style: update button styles across multiple forms for consistency
2026-03-12 12:11:41 +01:00
b8d92df023
feat: enhance tipologia selection with admin restrictions in FormNewServizioAcquisto
2026-03-12 12:03:08 +01:00
400dc037fe
feat: add Richieste management page and table for admin
2026-03-11 12:07:19 +01:00
98d6f5763d
feat: replace button with confirmation dialog for sending email in AdminSendScheda
2026-03-11 12:07:11 +01:00
4e41324624
refactor: reorder email and telefono columns in UsersTable for improved layout
2026-03-10 18:05:15 +01:00
c18f96b8c7
fix: remove trailing comma in user_etichette table definition
2026-03-10 17:03:55 +01:00
a04e3c2fd3
feat: implement user labels management with CRUD operations and UI integration
2026-03-10 16:56:26 +01:00
eedaab6e9b
fix: correct receipt note wording and enhance address parsing in servizio controller
2026-03-10 15:17:25 +01:00
4e447cade4
feat: enhance UserAvatar component to accept FacehashProps and add WhatsApp link in UsersTable context menu
2026-03-10 15:05:36 +01:00
0759f4216f
feat: add telefono field to UsersTable and user controller for enhanced user information
2026-03-10 13:57:29 +01:00
0619ca0c34
feat: add email sending functionality for receipt and conditions in AdminOrdiniModal
2026-03-10 13:16:32 +01:00
a09fa0597d
fix: update PDF filename format to replace spaces with dashes and enhance Puppeteer service configuration
2026-03-10 12:36:11 +01:00
70c1902a36
fix: swap order of nome and cognome in username generation across forms and auth controller
2026-03-10 12:27:51 +01:00
09479eb9f2
fix: update PDF filename format in ReceiptGenerator and whIntentSucceededHandler to include customer name and date
2026-03-10 11:28:52 +01:00
464e5285a1
fix: enhance PDF generation error handling and timeout settings in puppeteer service
2026-03-10 09:56:33 +01:00
f364e79aaf
feat: add codiceFiscale to PurchaseData and update Receipt component to display it
2026-03-09 19:14:05 +01:00
237ecec27e
feat: add email notification for new payment received with PDF receipt attachment
2026-03-09 18:30:54 +01:00
b496aa5d75
fix: correct payment method options mapping in FormEditOrder component
2026-03-09 18:21:10 +01:00
a9a9104711
fix: update payment method type in PurchaseData and related components
2026-03-09 18:14:22 +01:00
50ba1d4c5d
Add documentation comments for admin and user-facing pages
...
- Added descriptive comments for various admin management pages including announcements, banners, blacklist, chats, and more.
- Documented user-facing pages such as chat, communications, dashboard, and profile.
- Included comments for authentication-related pages like password reset and invite acceptance.
- Enhanced clarity on the purpose and routing of each page in the application.
2026-03-09 17:33:02 +01:00
91eeace646
feat: add Umami event tracking to various buttons across components
2026-03-09 16:00:54 +01:00
d5921996e5
feat: add analytics script to the document body
2026-03-09 15:26:29 +01:00
4d107ad76d
feat: add umami service and database configuration in docker-compose
2026-03-09 15:11:42 +01:00
0192f710e2
refactor: remove NEXT_PUBLIC_UMAMI_ID from environment variables and related configurations
2026-03-09 14:19:43 +01:00
e563aa43fd
feat: update environment variable for Umami ID and adjust related configurations
2026-03-09 14:09:32 +01:00
f20e5e8192
fix: remove duplicate data-website-id attribute in analytics script
2026-03-09 13:32:04 +01:00
88bdd96e2b
feat: add UMAMI_ID environment variable and integrate Umami analytics script
2026-03-09 12:52:11 +01:00
1748da945b
feat: parameterize umami database configuration in docker-compose
2026-03-09 12:25:35 +01:00
1f35a9ee99
feat: update Traefik router configuration to remove domain suffix for umami service
2026-03-09 12:20:41 +01:00
36de59dc47
feat: update Traefik router configuration for umami service to umami-info
2026-03-09 12:14:57 +01:00
9be28c50f6
feat: add umami-db-data volume to docker-compose for analytics service
2026-03-09 12:12:43 +01:00
5d781ee29f
feat: add umami service and database to docker-compose for analytics integration
2026-03-09 12:11:35 +01:00
366e17185c
feat: enhance AnnunciRichiesti component to support adding announcements to services and update dialog styling
2026-03-09 11:07:35 +01:00
a6a1a4fd4b
feat: add full deployment script to automate build and deployment processes
2026-03-09 10:49:05 +01:00
0904bba970
feat: enhance AddAnnuncio options to include title in label and update query to select title in getAnnunciAvailableToAdd
2026-03-09 10:41:34 +01:00
43d67dceb8
feat: update AnnuncioFooter to conditionally hide video label when no videos are present
2026-03-09 10:18:58 +01:00
b861d43520
feat: refactor output structure in preparePayment procedure for consistency
2026-03-09 10:15:59 +01:00
73245f3564
feat: update payment preparation logic to include 'Rinnovo' type and handle errors gracefully
2026-03-08 15:33:50 +01:00