Commit graph

610 commits

Author SHA1 Message Date
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
a0a38f0977 refactor: update button icons in AnnuncioInteractions and ContattoAnnuncio components for consistent sizing 2025-12-11 15:53:47 +01:00
9b37e5899d fix: handle errors in PotenzialiProvider and SessionProvider by reloading the window 2025-12-11 15:42:02 +01:00
0327957b3b refactor: simplify button usage in AnnuncioInteractions and ContattoAnnuncio components 2025-12-11 15:41:57 +01:00
cfbeadb93b refactor: remove ImageWithFallback component and replace with Next.js Image in various components 2025-12-05 16:36:17 +01:00
a268afee74 feat: enhance UI components and improve functionality across various modules 2025-12-04 17:16:49 +01:00
7ae27d8e30 refactor: remove MiniFooter from AreaRiservataLayout and update layout usage across pages 2025-12-04 11:02:28 +01:00
a9071b3d2f fix: update Next.js version to 15.4.8 for CVE-2025-66478 2025-12-04 09:41:04 +01:00
8701e1fe92 fix: update icon class for Ads link in admin area to improve styling 2025-12-03 17:08:17 +01:00
69452ce187 feat: add "Potenziali" link to admin area in English and Italian translations 2025-12-03 17:07:49 +01:00
1236ed0322 fix: remove unnecessary gap from SiteHeader layout 2025-12-03 17:05:40 +01:00
e68a2720d5 feat: update RicercaCommand button styling and replace LangToggle with SettingsPopover in SiteHeader 2025-12-03 17:04:15 +01:00
c153dca662 feat: update PotenzialiProvider to include query options for improved data fetching 2025-12-03 17:00:20 +01:00
2ef18a0b5b feat: enhance Potenziali management with delete functionality and user assignment 2025-12-03 16:16:28 +01:00
c459da5d23 feat: update mq field handling in AnnuncioEditForm for improved data parsing 2025-12-03 14:51:39 +01:00
8ac1c1da3d feat: refactor Potenziali context to use editingItem and improve item management 2025-12-03 14:51:35 +01:00
cfcddea9c8 feat: implement Potenziali and PotenzialiGroups management with CRUD operations and UI enhancements 2025-12-03 13:56:53 +01:00
3143870cfd feat: integrate DnD Kit for enhanced kanban functionality and add Potenziali management components 2025-12-02 16:14:37 +01:00
a71d9f8d2e minor 2025-12-02 15:03:51 +01:00
23b4e09e36 feat: add description for scadenza motivazione field in FormNewServizio 2025-12-01 12:33:32 +01:00
d93d23c607 feat: enhance email management with delete functionality and session handling 2025-12-01 12:29:48 +01:00
830b89d4b1 refactor: implement getStorageUrl utility for consistent storage URL generation 2025-11-28 15:11:14 +01:00