mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-15 13:51:24 +00:00
- Added support for editing a person entity in `PersonEdit.vue` with proper data initialization and API integration. - Refactored `OnTheFly.vue` to dynamically render components based on the action (`show`, `edit`, etc.). - Introduced `personToWritePerson` conversion logic for mapping `Person` to `PersonWrite` structure. - Enhanced template conditions and loading states for `PersonEdit`. - Updated API with `editPerson` function and adjusted related types for consistency.