Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor CustomModal to Modal with improved architecture
Renamed and migrated `CustomModal` to `Modal` to streamline the modal implementation. The new `Modal` class leverages `IFlow` for dynamic content updates and relies on `ModalSettings` for configuration, improving modularity and maintainability. Updated related interfaces, exceptions, and test files accordingly. Enhanced `DraggableElement` to include a visual handle cue. Improved readability and separation of concerns by organizing the modal's settings into a dedicated class.
- Loading branch information