d35951657a
Merge branch 'main' of https://github.com/marcopedone/infoalloggi-monorepo
2025-09-03 21:45:03 +02:00
3ab995ded7
err check login
2025-09-03 21:43:41 +02:00
fdc6c71beb
refactor: reorganize package.json structure and update metadata
2025-09-03 12:30:23 +02:00
cbe00a93e8
fix: update cursor style for search input in AutocompleteSearchBox
2025-09-03 12:30:18 +02:00
ae4eac1555
fix: correct DbLogger function usage in Kysely configuration
2025-09-02 20:17:14 +02:00
08333b80b2
feat: add error logging for user not found in login process
2025-09-02 19:12:17 +02:00
733452832a
feat: add video support to AnnunciGrid and CardAnnuncio components
2025-09-01 17:31:19 +02:00
1426f0efef
refactor: streamline conditional logic and improve readability across multiple components
2025-09-01 16:48:03 +02:00
0bc1a0915c
feat: add video support to CarouselAnnuncio and integrate VideoPlayer component
2025-09-01 15:59:08 +02:00
1f1d9f3559
feat: enhance AnnuncioView with print option and refactor admin links to use Button component
2025-09-01 11:55:45 +02:00
cc5e80c3f6
feat: add Head component for dynamic title in Scheda Annuncio page
2025-09-01 11:37:43 +02:00
06e156c314
feat: add Head component for dynamic title and enhance contact information display
2025-09-01 11:36:38 +02:00
ece58b7c3b
fix: improve error handling in tRPC API handler for better logging in development
2025-09-01 10:37:03 +02:00
467933299e
feat: add test page with buttons for logging and server mutation
2025-09-01 10:15:15 +02:00
1860bce2a3
feat: add new biome plugins for enforcing select and where clauses, remove deprecated kysely rules
2025-09-01 09:04:02 +02:00
82dd4d19cb
chore: update dependabot configuration and comment out unused CI steps
2025-08-29 18:21:06 +02:00
3284ccbf0d
feat: refactor and enhance Annuncio components for improved functionality and print support
2025-08-29 18:18:37 +02:00
4d95791391
total rows
2025-08-29 16:47:33 +02:00
bc92368abc
feat: update AnnunciTable to enhance actions and filter functionality
2025-08-29 16:22:54 +02:00
5755b00d7b
formatt
2025-08-29 16:18:32 +02:00
f46702275b
feat: add IDs to search container and options box for improved accessibility and styling
2025-08-29 15:03:57 +02:00
b3d2d3f4fd
feat: update search phrases with emojis for enhanced user experience
2025-08-29 14:59:38 +02:00
17b8aaf7f5
feat: enhance CodiceBox and TrovaCasaCTA with additional props and styling improvements
2025-08-29 09:58:44 +02:00
3f82763168
eslint migration biome
2025-08-28 18:27:07 +02:00
9185d8ddec
feat: integrate Biome for linting and formatting, update package.json and add biome.json
2025-08-28 17:11:59 +02:00
750ec05a1e
Add .dockerignore files and remove migration.sql
...
- Created a new .dockerignore file in the apps/db directory to exclude unnecessary files from Docker builds.
- Deleted the migration.sql file from the apps/db directory as it is no longer needed.
- Updated the .dockerignore file in the apps/infoalloggi directory to include additional files and directories to be ignored during Docker builds.
2025-08-28 14:58:43 +02:00
bacd466c9d
fix: remove turbopack option from build script for consistency
2025-08-28 14:36:29 +02:00
7241c19cd5
fix: update development scripts to use turbopack for improved performance
2025-08-28 14:29:16 +02:00
f0881a062f
test with turbo
2025-08-28 13:46:51 +02:00
5a6f23b4e8
fix: add compiler configuration to next.config for console removal
2025-08-28 13:31:03 +02:00
9f05c19494
Implement code changes to enhance functionality and improve performance
2025-08-28 13:19:43 +02:00
9d80dad9bd
Refactor editAnnuncio functionality to use AnnunciUpdate schema
...
- Updated the editAnnuncio procedure to accept a new input structure containing annuncioId and data.
- Removed the old EdiAnnuncioSchema and replaced it with a direct use of AnnunciUpdate.
- Simplified the editAnnuncioHandler to directly spread the data object into the database update call.
- Renamed getAnnuncioById to getAnnuncioByIdForEdit for clarity.
2025-08-28 12:37:32 +02:00
26f1664696
fix: remove unused DevTool import from FormPrezzo component
2025-08-28 10:52:19 +02:00
682d792cb8
fix: Carousel
2025-08-28 10:29:04 +02:00
19d273ff49
fix: enhance pricing component formatting and update sorting logic in PrezzarioTable
2025-08-27 12:33:14 +02:00
f979fd9721
piccola roba
2025-08-27 11:11:21 +02:00
90e05c5989
fix: improve login error messages for better clarity
2025-08-27 10:56:15 +02:00
eba4e31d38
fix: update meta handling in AnnuncioDettaglio and improve error messages in getAnnunciByCod and getAnnunciMetaByCod
2025-08-27 10:56:13 +02:00
f20869d7fe
fix: enhance error handling by including error messages in TRPCError responses
2025-08-27 10:19:49 +02:00
babb798505
fix: include user email in payment intent creation for receipt
2025-08-26 17:38:20 +02:00
ec818eb7ff
fix: update form fields to allow nullable values for locatore, email, and numero
2025-08-26 17:38:12 +02:00
fc02a6debc
fix: simplify numeroProprietario extraction logic in SbloccaContatti
2025-08-26 17:37:27 +02:00
39f6cdfdbd
fix: change SameSite cookie attribute from 'strict' to 'lax' for better compatibility
2025-08-25 12:33:29 +02:00
8d6eeb49c5
fix: update stripe-dev script to use HTTPS for webhook forwarding
2025-08-25 12:06:46 +02:00
1dd8a8eed0
default open first ricerca
2025-08-25 12:06:33 +02:00
c3cdac8310
feat: add ignoreSessionCheck prop to AreaRiservataLayout for session handling flexibility
2025-08-24 19:59:59 +02:00
243148267b
feat: implement TabRicerca component for user service search and integrate collapsible functionality
2025-08-24 15:47:08 +02:00
4982d064e3
feat: add EditServizioAdmin component and integrate into ServizioActions
2025-08-23 17:13:43 +02:00
47ff703be8
temp sitemap
2025-08-23 17:13:40 +02:00
779df357bc
fix: update email sending logic to handle disabled state and improve error handling
2025-08-22 16:58:05 +02:00