- Implemented SaveConfirmationModal to prompt users for saving changes when exiting edit mode. - Integrated modal into HostsManagerApp to handle unsaved changes. - Added methods to validate and save entry changes, restoring original values if discarded. - Created unit tests for SaveConfirmationModal and its integration with the main application. - Refactored entry editing logic to track changes and confirm before exiting edit mode. |
||
---|---|---|
.. | ||
__init__.py | ||
test_config.py | ||
test_config_modal.py | ||
test_main.py | ||
test_manager.py | ||
test_models.py | ||
test_parser.py | ||
test_save_confirmation_modal.py |