Commit graph

685 commits

Author SHA1 Message Date
40bd07ded3 refactor: enable logging in database handler and improve image/video processing feedback 2025-11-18 18:22:47 +01:00
194b9345aa refactor: rename deploy job to deploy-marcopedone for clarity 2025-11-18 17:24:05 +01:00
3a51275c9f refactor: remove debug print statements from CodiciToProcessVideos function 2025-11-18 17:14:25 +01:00
ca4a9d7bf4 refactor: update deployment conditions and add wait steps for marcopedone and infoalloggi jobs 2025-11-18 17:13:07 +01:00
5eadcc2df5 refactor: remove unnecessary text color class from LoginPage and FormLogin headings 2025-11-18 16:51:03 +01:00
1c4471a327 refactor: enhance video processing logic to include additional checks and logging for better debugging 2025-11-18 16:36:08 +01:00
24b14fb3c1 refactor: update CardAnnuncio image styling for conditional rounding and improve AutocompleteSearchBox background color 2025-11-18 15:48:11 +01:00
f4262b8711 feat: Refactor video handling in announcements
- Updated the announcement detail component to directly use images and videos from the data structure.
- Changed the form edit component to accommodate the new media structure, replacing AnnunciWithImages with AnnunciWithMedia.
- Modified the announcements list to initialize videos as an empty array.
- Enhanced the announcement view to handle external videos and updated the footer to display them correctly.
- Introduced a new utility function to generate YouTube embed URLs.
- Updated the database schema to replace url_video with external_videos and added a new videos_refs table for video management.
- Implemented video processing logic, including downloading, transcoding, and thumbnail generation.
- Added migration scripts for the new videos_refs table and updated existing references in the database.
2025-11-18 15:20:14 +01:00
05cc912335 refactor: update UploadComponent max file size and supported media types, enhance apiMiddleware for video streaming 2025-11-18 11:50:29 +01:00
941055102d refactor: update Badge styling across multiple pages for improved visual consistency 2025-11-17 19:21:40 +01:00
de034c0eb7 refactor: streamline AnnuncioCard and CompatibiliDialog components, enhance data handling and styling 2025-11-17 19:01:21 +01:00
b741f7ce72 refactor: update button styles in Counter component and improve Badge variant handling in forms 2025-11-17 18:39:58 +01:00
7c88d0af86 refactor: update styling for various components to enhance visual consistency and user experience 2025-11-17 18:35:30 +01:00
f94312dcaa refactor: enhance EditUser component layout with Card and CardContent for improved styling 2025-11-17 18:13:13 +01:00
c6f7a51c50 refactor: improve TabsContent styling for better layout and consistency 2025-11-17 18:09:06 +01:00
084ed4121c refactor: enhance input and multiselect components with improved dark mode styles 2025-11-17 18:04:39 +01:00
88bf525ae4 refactor: fix sidebar expand functionality and improve button accessibility 2025-11-17 17:29:47 +01:00
affc441cfc refactor: enhance theme switch component with loading state and improved animations 2025-11-17 17:29:40 +01:00
b786d7741c refactor: update background color in dark theme for improved contrast 2025-11-17 17:00:23 +01:00
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