9f91f97693
fix: update API key and compose IDs in deployment script; adjust expose syntax in docker-compose
2026-03-03 10:53:07 +01:00
f1bd40afce
feat: enhance update feedback with loading and success messages in forms and video processing
2026-03-02 16:33:54 +01:00
c31a68ef6d
feat: implement image and video reconciliation, update pricing options, and enhance media removal functionality
2026-03-02 15:35:23 +01:00
74320248e0
chore(deps): bump @fattureincloud/fattureincloud-ts-sdk to version 2.1.2
2026-02-26 13:33:08 +01:00
bcce8fdf34
chore(deps): add peer dependencies to multiple packages in package-lock.json
2026-02-26 13:23:02 +01:00
475d9c9016
Merge branch 'main' of https://github.com/marcopedone/infoalloggi-monorepo
2026-02-26 13:22:08 +01:00
Marco
1521b39d0e
Merge pull request #544 from marcopedone/dependabot/npm_and_yarn/apps/infoalloggi/multi-5a26f77790
...
chore(deps): bump minimatch in /apps/infoalloggi
2026-02-26 13:21:33 +01:00
c265d686f4
s
2026-02-26 13:21:29 +01:00
dependabot[bot]
7485135f0c
chore(deps): bump minimatch in /apps/infoalloggi
...
Bumps and [minimatch](https://github.com/isaacs/minimatch ). These dependencies needed to be updated together.
Updates `minimatch` from 10.1.1 to 10.2.3
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v10.1.1...v10.2.3 )
Updates `minimatch` from 3.1.2 to 3.1.4
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v10.1.1...v10.2.3 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-version: 10.2.3
dependency-type: indirect
- dependency-name: minimatch
dependency-version: 3.1.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-26 11:32:17 +00:00
e0fb5a4cfc
chore(deps): update next and @react-email/preview-server to latest versions
2026-02-26 12:30:14 +01:00
9782cde917
refactor: comment out unused timeserie queries in stats router
2026-02-26 12:26:56 +01:00
068f4b0c01
chore: update Stripe dependencies and remove unused chart components
...
- Updated @stripe/react-stripe-js from ^5.4.1 to ^5.6.0
- Updated @stripe/stripe-js from ^8.6.1 to ^8.8.0
- Updated stripe from ^20.2.0 to ^20.4.0
- Removed dynamic imports for TimeserieBarChart and TimeserieBarChartStacked in AdminDashboard
- Deleted TimeserieBarChart and TimeserieBarChartStacked components
- Deleted Chart component and related utilities
2026-02-26 12:25:10 +01:00
e415f46104
chore(deps): update framer-motion and pg to latest versions
2026-02-26 12:15:26 +01:00
6c7ea84271
chore(deps): update dependencies to latest versions
...
- Updated @react-email/components from 1.0.6 to 1.0.8
- Updated @tiptap packages from 3.16.0 to 3.20.0
- Updated pg from 8.17.1 to 8.17.2
- Updated puppeteer-core from 24.36.1 to 24.37.5
- Updated react-email from 5.2.5 to 5.2.8
- Updated kanel from 3.16.0 to 3.16.1
- Updated knip from 5.82.1 to 5.85.0
2026-02-26 12:04:44 +01:00
320a5f19af
feat: implement UserDashboardFaq component and add translation for "Dashboard"
2026-02-25 15:50:53 +01:00
ac1859e88f
feat: add service management features and update Italian translations
...
- Introduced new service status translations in Italian.
- Added service detail and management components for user and admin views.
- Implemented API endpoints for fetching service data and announcements.
- Enhanced service data handling with improved date parsing and formatting.
- Created new pages for service details accessible by both users and admins.
- Updated database queries to support new service functionalities.
2026-02-25 15:30:53 +01:00
6cd09cce1b
refactor: remove console.log statements from various files for cleaner code
2026-02-24 15:18:59 +01:00
5f5aa18b87
refactor: remove unused pm_id parameter from whIntentCreatedHandler and related functions
2026-02-24 14:43:28 +01:00
baf92787a7
fix: log event data for payment_intent.created in stripe webhook handler
2026-02-24 14:06:47 +01:00
70736e4aa1
refactor: update styling for Sidebar, DataTable, SiteHeader, AnnuncioCard, and Tabs components
2026-02-24 12:02:02 +01:00
ad6fc849f7
fix: add z-index to DropdownMenuContent for proper layering
2026-02-24 11:40:41 +01:00
5094255b65
refactor: enhance styling and layout for various components, including Accordion and Pricing sections
2026-02-24 11:36:26 +01:00
055fcc230e
feat: add Moon2 icon component and update theme toggle with dropdown menu
...
refactor: adjust styling for navbar components and remove settings modal
i18n: add theme translations for light, dark, and system modes
2026-02-24 11:07:39 +01:00
fd7da28535
feat: implement manual order creation dialog and associated form components
2026-02-24 10:40:32 +01:00
51d58a3008
refactor: replace checked with defaultChecked for Switch components across multiple forms
2026-02-24 10:40:07 +01:00
b5dcb5e8e1
refactor: update styling and layout for Input, Textarea, ChiSiamo, and Contatto components
2026-02-24 10:39:07 +01:00
4ec060c14d
save payment method on intent creation wh received
2026-02-20 11:52:14 +01:00
89248e3787
refactor: clean up unused console logs and streamline Stripe integration
2026-02-20 11:42:46 +01:00
52801bebd1
feat: refactor payment processing and checkout flow with Stripe integration
...
- Removed AcquistoProcessing component and replaced it with a new CheckoutForm component for better separation of concerns.
- Added new payment checkout page to handle payment intents and display payment status.
- Updated server-side logic to create payment intents and retrieve payment data for checkout.
- Enhanced error handling and user feedback during payment processing.
- Introduced new utility functions for fetching payment data and managing Stripe integration.
2026-02-20 11:36:47 +01:00
627267b86f
fix: update processEvents function to return status messages and add process_events script
2026-02-19 12:14:34 +01:00
2b87fbb161
refactor: remove outdated TODO items from project roadmap
2026-02-19 12:14:19 +01:00
61927448ca
refactor: remove company-related fields from user forms and schemas
2026-02-19 11:45:09 +01:00
1a4e3dc776
fix: add userId to email data in SbloccaContatti function
2026-02-19 11:19:29 +01:00
f20408ebd9
fix: update redirect path after successful account creation in AcceptInvitePage
2026-02-19 10:52:05 +01:00
890f0572f3
feat: enhance document upload functionality and add save state indicators in Admin sections
2026-02-19 10:48:31 +01:00
8f3802ede3
fix: change default theme to light in ThemeProvider
2026-02-19 09:59:07 +01:00
a55b144f4d
fix: update background color for AnnuncioDisplay component in dark mode
2026-02-19 09:58:15 +01:00
e153fc9ddb
feat: update email template for Scheda Annuncio to use generic mail type and enhance subject and body
2026-02-18 10:20:15 +01:00
dc859ece6f
feat: implement Base2 component for email templates and update ShareAnnunci to use it
2026-02-17 12:39:38 +01:00
eaee6246a5
feat: add email sending functionality for Scheda Annuncio with updated subject and recipient
2026-02-17 12:38:42 +01:00
8c6f01a8b1
feat: update meta title handling in AnnuncioDettaglio for missing meta case
2026-02-17 12:36:44 +01:00
a18274bded
feat: update biome configuration and plugins; remove deprecated missing.grit
2026-02-17 12:36:37 +01:00
7643e5a430
feat: add measuring functionality to Map component and enhance MapMarker styles
2026-02-09 18:55:06 +01:00
6a101f7b68
refactor: change exported types and constants to internal scope in Facehash and RicercaProvider components
2026-02-09 11:45:41 +01:00
9f02c49193
feat: refactor Slider component and update budget filters for improved functionality and responsiveness
2026-02-03 12:54:41 +01:00
1e06fd5584
feat: update layout for printable announcement card to improve responsiveness
2026-02-03 11:37:23 +01:00
e68e8a7003
feat: update PDF generation to download file directly and rename button
2026-02-03 11:34:05 +01:00
42c15dfe96
feat: integrate PDF generation using Puppeteer
...
- Removed dependencies on html2canvas-pro and jsPDF.
- Added puppeteer-core for PDF generation.
- Created a new API endpoint for generating PDFs.
- Updated SchedaAnnuncioStampabile component to use the new PDF generation API.
- Enhanced error handling and user feedback during PDF generation.
- Added browserless service to docker-compose for Puppeteer.
- Updated environment variables to include BROWSER_WS_URL.
- Refactored code to improve readability and maintainability.
2026-02-03 11:20:26 +01:00
217d6c7982
switch type guarding with satisfies
2026-02-02 10:53:43 +01:00
2d0745f9ec
feat: add Facebook cache invalidation functions and update server routes
2026-01-30 15:28:03 +01:00