Pilgrim/src/pilgrim/ui/screens
Gustavo Henrique Miranda 3bef353939
Merge pull request #42
Fixed the edit diary modal to accept the key "enter" and automatically the function
2025-07-14 18:24:14 -03:00
..
modals Started adding the reference system to add images 2025-07-02 12:48:12 -03:00
__init__.py Added the diary select screen 2025-06-08 22:50:26 -03:00
about_screen.py Added third-party library license details to `AboutScreen`. 2025-07-07 23:06:49 -03:00
diary_list_screen.py Started integrating the database to the UI so it can save the data into the database 2025-06-25 14:58:54 -03:00
edit_diary_modal.py Fixed the edit diary modal to accept the key "enter" and automatically the function 2025-07-14 02:23:29 -03:00
edit_entry_screen.py Fixed the bindings to properly work and changed some bindings to avoid conflicts with the system 2025-07-13 22:53:39 -03:00
new_diary_modal.py Fixed the new diary modal to accept the key "enter" and automatically the function 2025-07-14 02:06:25 -03:00
rename_entry_modal.py Refactored bindings to use `Binding` class for consistency across modal and screen components. 2025-07-06 03:04:18 -03:00