Commit graph

988 commits

Author SHA1 Message Date
b94c69b846 fix: update label text in GeneralSection for clarity 2026-01-07 16:45:29 +01:00
cf35fac146 feat: implement ExpandableScreen component with trigger and content for interactive UI 2026-01-07 16:45:23 +01:00
7763aac01c feat: add ServizioPacksInfos component for displaying pricing information 2026-01-07 16:18:21 +01:00
f9cacce912 fix: handle undefined values for number of bathrooms and parking spots in CardInfos 2026-01-07 14:31:34 +01:00
e499923fcb fix: update Dockerfile to copy files from the current directory instead of the builder stage 2026-01-07 13:26:00 +01:00
ea4eee876d feat: update robots.txt to disallow additional paths for improved SEO control 2026-01-07 12:47:28 +01:00
3e601725ea feat: add canonical and alternate links for SEO optimization in AnnuncioDettaglio 2026-01-07 12:31:34 +01:00
991367be56 Refactor code structure for improved readability and maintainability 2026-01-07 12:26:56 +01:00
e8957e6f3b feat: add updater middleware for managing app version cookies 2026-01-07 09:54:02 +01:00
66a70b92cc refactor: remove unnecessary console log from ContattiProprietarioModal 2025-12-30 17:36:52 +01:00
511423a6b6 refactor: simplify document step logic in ContattiProprietarioModal 2025-12-30 17:25:37 +01:00
12c9f1a63f feat: update default values for skipControlloDoc and skipDocMotivazione in FormNewServizio 2025-12-30 15:27:24 +01:00
c280196719 refactor: remove compatibility patch logic and unused imports from getServerSideProps and RicercaProvider 2025-12-30 10:09:40 +01:00
e1f7c888f3 feat: add compatibility patch for query parameters in getServerSideProps 2025-12-30 09:59:39 +01:00
5829a45718 refactor: remove unused state and resize handler from DrowdownFilters component 2025-12-30 09:43:03 +01:00
3b2538736d refactor: shorten query state keys for improved readability 2025-12-29 19:11:35 +01:00
5fee3bc274 feat: add budget filtering functionality with min and max budget inputs 2025-12-29 19:10:46 +01:00
c6b325368a refactor: update consegna handling to support multiple values and adjust related components 2025-12-29 18:33:00 +01:00
2082ea2c62 refactor: remove unnecessary text-primary class from headings for consistent styling 2025-12-29 16:09:51 +01:00
a0d5faf972 refactor: update email service functions and add delete all user emails functionality 2025-12-29 16:00:57 +01:00
c1a383bd2d refactor: update icon in AnnuncioActions and adjust grid layout in BasicAnnuncioCard 2025-12-29 15:38:15 +01:00
a43bfa2329 add card skeleton when not even in large display visualization 2025-12-22 10:37:57 +01:00
391d75702a refactor: update diagnostic messages for query validation in missing and null plugins 2025-12-19 15:57:40 +01:00
5165c82f5c refactor: simplify default open logic in TabRicerca and improve readability 2025-12-18 15:24:07 +01:00
e4d7e94ae2 refactor: enhance AnnuncioCard to accept confirming prop and improve layout in interactions 2025-12-18 15:12:25 +01:00
dacea2481e refactor: remove unused AnnunciInConferma components and clean up form_utils 2025-12-18 15:12:20 +01:00
72a2935797 refactor: remove unused components and enhance navigation flow in user views 2025-12-18 15:12:05 +01:00
51affdc7a8 refactor: update ServizioCard styling and enhance expired service message for clarity 2025-12-18 14:12:16 +01:00
6f83ca3c34 refactor: update servizio handling to include expiration logic and improve pack retrieval process 2025-12-18 13:29:39 +01:00
e692f9f1cb refactor: enhance servizio update handling by invalidating packs solution cache after modifications 2025-12-18 12:18:24 +01:00
4899c66822 refactor: update terminology from 'preferenze' to 'parametri' for consistency across components and forms 2025-12-18 12:11:08 +01:00
bc9689cb4d refactor: implement NullableStringOnChange utility for improved form handling across multiple components 2025-12-17 16:38:15 +01:00
b376de48bb refactor: streamline ServizioContent layout and enhance ServizioInfos with pack details retrieval 2025-12-17 14:14:30 +01:00
cd2c96ad58 refactor: update go.mod and go.sum to remove unused dependencies and add virtualterm module 2025-12-16 18:38:34 +01:00
c783dfed03 refactor: enhance AdminLavoraConferma component with GeneralSection and improve form handling in AnnuncioEditForm 2025-12-16 16:43:42 +01:00
4ce60fd827 refactor: update button class for improved cursor indication in UsersTable 2025-12-16 15:17:42 +01:00
48c65c75f5 refactor: adjust grid layout and spacing in BasicAnnuncioCard for better alignment 2025-12-16 13:46:21 +01:00
b467074f33 refactor: update layout of BasicAnnuncioCard for improved responsiveness 2025-12-16 13:42:18 +01:00
91b1f361de refactor: enhance date parsing logic and improve test coverage for ParseDettaglio function 2025-12-16 13:28:57 +01:00
94e4913a88 refactor: update button sizes and improve layout in various components 2025-12-16 12:16:16 +01:00
74f2d996ba refactor: improve layout of document upload section in DocCheckpoint component 2025-12-16 11:22:56 +01:00
afda4cca6c refactor: improve layout and styling of BasicAnnuncioCard component 2025-12-16 11:17:30 +01:00
496a947f97 refactor: enhance styling and layout of AnnuncioCard and AnnuncioDettaglio components 2025-12-15 18:58:13 +01:00
831ae0edef Refactor components for improved styling and layout consistency
- Updated Layout component to enhance flex properties for better responsiveness.
- Adjusted CredenzaContent width in UserDashboard for improved layout.
- Modified Footer component for better spacing and logo size adjustments.
- Enhanced ServizioContent layout with new AlarmClockSVG and improved button styling.
- Updated Status500 and 404 pages to use muted foreground text for better readability.
- Added new PasswordSVG and AlarmClockSVG components for better icon representation.
- Refined table components to use muted foreground colors for icons.
- Improved form components by removing unnecessary classes and enhancing label styling.
- Cleaned up global CSS by removing unused CSS variables for better maintainability.
2025-12-15 17:07:08 +01:00
7de7d90b95 cleanup 2025-12-15 12:23:41 +01:00
94b603b83c refactor: remove 'mustChangePassword' field from user forms and related logic 2025-12-15 12:15:26 +01:00
25d75825be fix: replace toast import with react-hot-toast for consistency 2025-12-14 19:17:52 +01:00
4d7802ccc6 feat: implement user invitation system with email invites and password setup
- Added user_invites table to manage invitation tokens.
- Created invite router with procedures for sending, verifying, and accepting invites.
- Implemented email sending functionality for invites.
- Updated user controller to handle password setting during invite acceptance.
- Introduced mustChangePassword flag in user schema and related logic.
- Added middleware to enforce password change requirement.
- Created forms for accepting invites and changing passwords.
- Updated database migrations to reflect new user invite structure and fields.
2025-12-14 18:57:56 +01:00
5b2a3964ac fix: update accordion item keys for improved uniqueness in FAQSection 2025-12-12 11:37:44 +01:00
0cd8d7c103 fix: update registry package types to include 'updated' for deployment triggers 2025-12-11 17:14:21 +01:00