infoalloggi-monorepo/apps/infoalloggi/src
Marco Pedone 9c18ca37ab Refactor API structure and update flag handling
- Replaced references to `api.settings` with `api.etichette`, `api.flags`, and `api.strings` in various admin pages to align with new API structure.
- Removed the deprecated `settingsRouter` and introduced `flagsRouter`, `etichetteRouter`, and `stringsRouter` to handle respective functionalities.
- Updated the `Flags` schema to change the `value` field from string to boolean.
- Modified flag handling logic in the `SendMessage` and `NewMail` functions to check for boolean flags instead of string values.
- Added migration script to convert the `value` column in the `flags` table from string to boolean.
- Implemented new routers for banners, etichette, flags, revalidation, and strings to encapsulate related functionalities.
2025-11-20 12:38:42 +01:00
..
_app chore: update biome schema and dependencies, refactor key usage in components 2025-10-28 11:55:01 +01:00
components Refactor API structure and update flag handling 2025-11-20 12:38:42 +01:00
forms Refactor API structure and update flag handling 2025-11-20 12:38:42 +01:00
hooks cleanup 2025-10-28 10:54:42 +01:00
i18n feat: Update UI components and styles across multiple pages 2025-11-14 17:21:21 +01:00
lib feat: Update UI components and styles across multiple pages 2025-11-14 17:21:21 +01:00
middlewares refactor: update UploadComponent max file size and supported media types, enhance apiMiddleware for video streaming 2025-11-18 11:50:29 +01:00
pages Refactor API structure and update flag handling 2025-11-20 12:38:42 +01:00
providers catasto 2025-11-13 15:45:55 +01:00
schemas Refactor API structure and update flag handling 2025-11-20 12:38:42 +01:00
server Refactor API structure and update flag handling 2025-11-20 12:38:42 +01:00
styles refactor: enhance input and multiselect components with improved dark mode styles 2025-11-17 18:04:39 +01:00
utils feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00
env.ts 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
middleware.ts Refactor image handling in announcement components 2025-10-27 17:58:42 +01:00