No description
Find a file
Marco Pedone 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
.github fix: update deployment condition to match correct package name 2025-10-23 15:19:27 +02:00
.vscode feat(database): Add migrations for chat labels, messages, services, interests, announcements, pricing, orders, payments, and miscellaneous data 2025-10-29 16:59:20 +01:00
apps Refactor and enhance UI components across the application 2025-11-03 10:59:45 +01:00
.dockerignore feat: update environment variable handling and dependencies 2025-10-20 16:22:20 +02:00
.gitignore feat: update environment variable handling and dependencies 2025-10-20 16:22:20 +02:00
build_and_push_ghcr.sh feat: add image description label with commit info in build_and_push_ghcr.sh 2025-10-28 13:18:05 +01:00
deploy_infoalloggi.sh upd 2025-10-23 15:16:42 +02:00
deploy_marcopedone.sh Add user seeding SQL script and initial Docker Compose configuration 2025-10-29 11:06:53 +01:00
dev-tester.yml feat: update Docker configuration and add nginx setup for reverse proxy 2025-10-10 15:11:09 +02:00
docker-compose.yml feat(docker-compose): Add verbose flag to migration command for improved logging 2025-10-30 19:16:08 +01:00
nginx.conf feat: update Docker configuration and add nginx setup for reverse proxy 2025-10-10 15:11:09 +02:00
old-docker-compose.yml Add user seeding SQL script and initial Docker Compose configuration 2025-10-29 11:06:53 +01:00