Commit graph

1066 commits

Author SHA1 Message Date
fbc11b5f77 refactor: simplify display of property type in CardInfos component 2025-11-17 17:00:19 +01:00
80835879ea refactor: update styles and improve layout in navbar components 2025-11-17 17:00:09 +01:00
803ccfe67b a 2025-11-14 18:54:01 +01:00
f8c00f01ab refactor: update deployment conditions in GitHub Actions workflow 2025-11-14 18:50:03 +01:00
fc104d4044 feat: add deployment job for infoalloggi-web in GitHub Actions workflow 2025-11-14 18:46:04 +01:00
38efe3428a refactor: replace SettingsPopover with LangToggle and ThemeSwitch in SiteHeader component 2025-11-14 18:37:33 +01:00
98142fe782 refactor: remove background color from AreaRiservataLayoutUserView component 2025-11-14 18:35:17 +01:00
a7ab100d6f feat: update theme and background color meta tags for light and dark modes 2025-11-14 18:35:07 +01:00
f8e8017572 refactor: clean up SQL migration for servizio_annunci table constraints and formatting 2025-11-14 18:23:38 +01:00
63397923c4 refactor: update SQL migration to use conditional blocks for dropping and adding columns in servizio and users_anagrafica tables 2025-11-14 18:09:11 +01:00
aea90d93ba feat: add columns scadenza_motivazione_transitoria, skipPayment, skipControlloDoc, and skipDocMotivazione to servizio table 2025-11-14 18:07:41 +01:00
def6be1d47 feat: remove document references from servizio table and update deployment services 2025-11-14 18:03:55 +01:00
8c76fdc2f2 feat: change default theme in ThemeProvider from dark to system 2025-11-14 17:30:12 +01:00
d7bfd8fdf1 feat: Update UI components and styles across multiple pages
- Enhanced the CardInfos component in [cod].tsx with improved styling and added TrafficCone icon for status indication.
- Increased dialog content width in prezziario.tsx and testi-stringhe.tsx for better layout.
- Replaced static badge elements with the Badge component in chi-siamo.tsx, contatti.tsx, guida.tsx, prezzi.tsx, and proprietari.tsx for consistent styling.
- Updated button components to use the Button component in contatti.tsx and proprietari.tsx for improved accessibility and styling.
- Modified the TrovaCasaCTA and FrequentSearches components in index.tsx for better visual consistency and updated color usage.
- Refactored global CSS variables for improved color management and added new color variables for better theme support.
- Implemented dynamic loading for the KabanExample component in test.tsx to enhance performance.
2025-11-14 17:21:21 +01:00
219f76dd10 catasto 2025-11-13 15:45:55 +01:00
306be40555 feat: enhance LazyCardAnnuncio interaction; prevent default click behavior and stop propagation for better accessibility 2025-11-13 15:39:44 +01:00
f2c7bcce4e feat: add Comuni, Provincie, and Nazioni tables with primary keys and indexes; update PublicSchema to include new tables 2025-11-13 11:38:41 +01:00
db174cf4f4 feat: integrate @next/bundle-analyzer for improved bundle analysis; refactor dynamic imports in dashboard and pdf-viewer components 2025-11-13 11:38:23 +01:00
b643a9778b feat: update environment variables in Dockerfile and env.ts; modify logging in api_middleware and settings router 2025-11-12 17:28:59 +01:00
53dad1e4c1 asd 2025-11-12 17:12:40 +01:00
d9219d4f23 s 2025-11-12 17:12:15 +01:00
169dccfc7d feat: update Admin confirmation modal to display transient status information; refactor related components and enhance localization strings 2025-11-12 17:05:05 +01:00
3dc0bccb58 feat: implement lazy loading for CardAnnuncio component; add skeleton loading state and enhance InputNumber component with height prop 2025-11-12 15:52:04 +01:00
f64597cc32 feat: update admin confirmation modal to include transient status information 2025-11-11 18:53:08 +01:00
7666f08307 feat: add NumberInput component for enhanced numeric input handling; integrate react-number-format 2025-11-11 18:43:51 +01:00
24253f0cfb feat: refactor Ricerca component layout and enhance filter functionality in DrowdownFilters 2025-11-11 17:15:29 +01:00
1887f1ffec feat: remove console log from SelectFilter component to clean up rendering output 2025-11-11 16:14:57 +01:00
40b8f26cc0 feat: update default values for SelectFilter components in RicercaFilters; improve reset handling 2025-11-11 16:14:45 +01:00
4ca16be4a4 feat: update sorting options and default values in RicercaProvider; refine filter logic in RicercaFilters 2025-11-11 15:54:04 +01:00
d116ebd3d5 feat: integrate DocumentiUploadSection for document handling in various components 2025-11-11 15:41:20 +01:00
4408295f56 feat: add admin override switch for ignoring service preferences in AnnunciCompatibili dialog 2025-11-11 15:41:07 +01:00
db8d1da5ab feat: add conditional rendering for skip payment and document controls in FormNewServizio 2025-11-11 15:22:21 +01:00
d894f9d6ec feat: enhance user management and document handling; refactor service and schema integrations 2025-11-10 16:27:15 +01:00
fa8dcb7d86 feat: migrate document references from servizio to users_anagrafica table 2025-11-10 12:22:55 +01:00
0b43b5bcc3 feat: update confirmation modals and translations; refactor service announcement filtering logic 2025-11-10 11:52:36 +01:00
b7850f6994 feat: update package dependencies and enhance UI components with badges; refactor service dialogs and remove unused components 2025-11-07 17:03:08 +01:00
23525d8f14 feat: add AdminLavoraConferma and AdminContratto components for managing service confirmations and contracts
- Implemented AdminLavoraConferma component to handle confirmation processes with document management.
- Added AdminContratto component for managing rental contracts and related documents.
- Introduced shared components for document selection and display (DocInfo and DocCombo).
- Enhanced storage controller with a new function to retrieve storage ID from user storage ID.
- Updated database interactions to improve error handling and data retrieval.
2025-11-06 17:03:42 +01:00
17ecc9604f chore: Add logging documentation link to TODO file 2025-11-06 13:19:12 +01:00
82aeb763a0 refactor: Rename 'updated_at' column to 'media_updated_at' and update references throughout the codebase 2025-11-06 13:17:20 +01:00
7b0469467f refactor: Remove AnnunciGrid component and update Annunci page to use CardAnnuncio directly 2025-11-04 19:18:13 +01:00
608e6a8e10 feat: Integrate Kanban board with drag-and-drop functionality using @dnd-kit 2025-11-04 16:21:20 +01:00
46ded058f4 chore: Add TODO comment for future accordion and dialog integration in AnnunciGrid 2025-11-03 18:50:32 +01:00
1fc855393f Refactor Annuncio Card Component and Remove Legacy Code
- Updated `CardAnnuncio` component to enhance functionality and styling.
- Removed `CardAnnuncio2` component as it was redundant.
- Added new icons and badges for better visual representation of availability and status.
- Improved layout and responsiveness of the card.
- Updated translations in English and Italian for consistency.
- Enhanced pagination controls in the `Annunci` page with new button styles.
- Adjusted footer components to accept additional class names for customization.
- Cleaned up unused CSS animations and styles in `globals.css`.
- Modified server-side controller to include homepage field in the Annuncio data structure.
2025-11-03 18:49:27 +01:00
4ca5c59ffe refactor(i18n): Improve context value handling in I18nProvider 2025-11-03 16:02:27 +01:00
7a2e3eb862 refactor(annunci_grid): Simplify CardAnnuncio props by spreading pagedata 2025-11-03 15:50:40 +01:00
bb293bbd4a fix(docker): Ensure restart policy is set for storage service in dev-docker-compose.yml 2025-11-03 15:50:30 +01:00
d3ef842130 feat(annunci): Implement page reset logic in AnnunciList based on data availability 2025-11-03 15:50:24 +01:00
16bb7094dc feat(package.json): Add format script for code formatting 2025-11-03 11:03:41 +01:00
6ad74c9002 Refactor and enhance UI components across the application
- Renamed `AnnunciInConferma` to `AnnunciInConfermaDialog` and `AnnunciSelezionati` to `AnnunciSelezionatiDialog` for clarity.
- Simplified button notifications for announcements by always displaying the count.
- Introduced `AnnunciInConfermaAccordion` and `AnnunciSelezionatiAccordion` components to manage accordion behavior for announcements.
- Updated button styles to remove unnecessary flex properties for better alignment.
- Improved form validation logic in `FormNewServizioAcquisto` for better clarity and performance.
- Enhanced the `UploadModal` to accept props directly, simplifying the component structure.
- Added a new `CardAnnuncio` component for displaying announcements with improved layout and functionality.
- Updated global styles to include a new background color variable.
- Refactored API routes and controllers for better clarity and maintainability.
- Cleaned up various components by removing redundant class names and improving accessibility.
2025-11-03 10:59:45 +01:00
97503b34e5 fix(dependencies): Update react-day-picker to version 9.11.1 for improved functionality
fix(forms): Adjust endMonth in AnnuncioEditForm to 2050 for better date handling

refactor(forms): Remove date validation in ProfileFormAnagrafica for simplified logic

fix(user-view): Update DialogContent class for consistent styling in NewServizioModal
2025-10-30 19:39:40 +01:00