- Implement DetailsHandler for managing entry details display and edit forms. - Create EditHandler to handle edit mode operations, including validation and saving of entry changes. - Introduce NavigationHandler for entry movement and action operations. - Define key bindings for various application actions in keybindings.py. - Add TableHandler for managing the data table, including sorting and filtering of entries. - Establish CSS styles for consistent theming across the application. - Update tests to reflect changes in module structure and ensure proper functionality. |
||
---|---|---|
.. | ||
__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 |