v0.7.23
CONFIGURATION NAME REQUIRED BEFORE SAVE
Added
- Save naming modal in expert mode: Clicking
Sauvegardernow opens a modal that requires users to enter a configuration name before the save request is sent. - Save naming modal in easy mode: Added the same mandatory naming step in easy mode with a dedicated save flow so saved configurations are always identifiable.
- Configuration title normalization helper: Introduced centralized input normalization for configuration names to enforce trimming, length limits, and control-character filtering.
Changed
- Required validation on save/share title: Prevented empty or whitespace-only names, blocked unsafe control characters, and kept modal-level validation feedback visible until corrected.
- Post-save feedback now includes the provided name: Success messages now confirm the exact saved configuration title after completion.