GHMiranda
  • Joined on 2023-12-31
GHMiranda synced commits to development at GHMiranda/Pilgrim from mirror 2025-06-30 02:26:50 +00:00
43919cabb9 Merge pull request #12 from gmbrax/feat/photo-sidebar-tui
0d2a4ef102 Merge branch 'development' into feat/photo-sidebar-tui
cf56fda3de Added an edit_photo_modal.py to allow modification of the photo after ingestion
1209b8147c Added a confirm_delete_modal.py to avoid accidental delete of the photo.
f84da2c934 Improved the photo sidebar and add the add_photo_modal.py to add photos and the file_picker_modal.py to select the proper file to be ingested, also changed photo.py and photo_service.py to receive a datatime and not a string representing the addition date
Compare 5 commits »
GHMiranda synced commits to feat/photo-sidebar-tui at GHMiranda/Pilgrim from mirror 2025-06-30 02:26:50 +00:00
0d2a4ef102 Merge branch 'development' into feat/photo-sidebar-tui
9ab190741a Merge pull request #11 from gmbrax/feat/photo-sidebar-tui
9b4c739d32 Delete .idea directory
4d3606b197 Merge pull request #10 from gmbrax/feat/Database-Integration
b50507ae18 Merge branch 'refactor/refactor-fix' into development
Compare 16 commits »
GHMiranda synced commits to staging at GHMiranda/Pilgrim from mirror 2025-06-30 02:26:50 +00:00
2973620573 Merge pull request #13 from gmbrax/feat/photo-sidebar-tui
0d2a4ef102 Merge branch 'development' into feat/photo-sidebar-tui
cf56fda3de Added an edit_photo_modal.py to allow modification of the photo after ingestion
1209b8147c Added a confirm_delete_modal.py to avoid accidental delete of the photo.
f84da2c934 Improved the photo sidebar and add the add_photo_modal.py to add photos and the file_picker_modal.py to select the proper file to be ingested, also changed photo.py and photo_service.py to receive a datatime and not a string representing the addition date
Compare 21 commits »
GHMiranda synced commits to feat/photo-sidebar-tui at GHMiranda/Pilgrim from mirror 2025-06-30 00:52:19 +00:00
cf56fda3de Added an edit_photo_modal.py to allow modification of the photo after ingestion
1209b8147c Added a confirm_delete_modal.py to avoid accidental delete of the photo.
f84da2c934 Improved the photo sidebar and add the add_photo_modal.py to add photos and the file_picker_modal.py to select the proper file to be ingested, also changed photo.py and photo_service.py to receive a datatime and not a string representing the addition date
Compare 3 commits »
GHMiranda synced commits to development at GHMiranda/Pilgrim from mirror 2025-06-28 18:07:51 +00:00
9ab190741a Merge pull request #11 from gmbrax/feat/photo-sidebar-tui
84b0397263 Added the sidebar to add images, and modals to manage photo
14055770e7 Merge pull request #7 from gmbrax/fix/Entry-Model-Acepting-DateTime
56e42c51bd Fixed the entry model to accept datetime instead of a string containing the creating date
e8f5d4b877 Merge pull request #6 from gmbrax/feat/Database-Integration
Compare 5 commits »
GHMiranda synced commits to feat/photo-sidebar-tui at GHMiranda/Pilgrim from mirror 2025-06-27 20:17:51 +00:00
GHMiranda synced new reference feat/photo-sidebar-tui to GHMiranda/Pilgrim from mirror 2025-06-27 20:17:51 +00:00
GHMiranda synced commits to development at GHMiranda/Pilgrim from mirror 2025-06-26 09:47:51 +00:00
9b4c739d32 Delete .idea directory
GHMiranda synced commits to development at GHMiranda/Pilgrim from mirror 2025-06-26 06:47:06 +00:00
4d3606b197 Merge pull request #10 from gmbrax/feat/Database-Integration
b50507ae18 Merge branch 'refactor/refactor-fix' into development
7b13982391 Revert "🎨refactor: move modules and refactor import statements"
d206abf016 Revert "♻️ refactor: remove unnecessary blank lines and adjust package path in pyproject.toml"
f1195391db Started integrating the database to the UI so it can save the data into the database
Compare 13 commits »
GHMiranda synced commits to refactor/refactor-fix at GHMiranda/Pilgrim from mirror 2025-06-26 04:07:51 +00:00
GHMiranda synced new reference refactor/refactor-fix to GHMiranda/Pilgrim from mirror 2025-06-26 04:07:51 +00:00
GHMiranda synced commits to revert-2-refactor/refactoring_basics at GHMiranda/Pilgrim from mirror 2025-06-25 21:47:51 +00:00
GHMiranda synced new reference revert-2-refactor/refactoring_basics to GHMiranda/Pilgrim from mirror 2025-06-25 21:47:51 +00:00
GHMiranda synced commits to staging at GHMiranda/Pilgrim from mirror 2025-06-25 21:47:51 +00:00
14055770e7 Merge pull request #7 from gmbrax/fix/Entry-Model-Acepting-DateTime
56e42c51bd Fixed the entry model to accept datetime instead of a string containing the creating date
e8f5d4b877 Merge pull request #6 from gmbrax/feat/Database-Integration
f1195391db Started integrating the database to the UI so it can save the data into the database
Compare 4 commits »
GHMiranda synced commits to feat/Database-Integration at GHMiranda/Pilgrim from mirror 2025-06-25 18:37:50 +00:00
GHMiranda synced new reference feat/Database-Integration to GHMiranda/Pilgrim from mirror 2025-06-25 18:37:50 +00:00
GHMiranda synced commits to staging at GHMiranda/Pilgrim from mirror 2025-06-25 09:07:51 +00:00
4a5da4d44c Merge pull request #5 from gmbrax/feat-TUI
869c183e73 Changed the size of grid of buttons to be the same lenght of the list of diaries
697ce03638 Fixed the action to quit the application on the diary_list_screen.py
a999a0a437 Changed the modal size and also modified the edit_entry_screen.py to conform with the wireframe, also changed all the texts to be english
f9ab6da116 Fixed the wrong name in the diary name when loading an empty diary
Compare 15 commits »
GHMiranda synced commits to development at GHMiranda/Pilgrim from mirror 2025-06-25 05:58:04 +00:00
ca14588a1d Merge pull request #4 from gmbrax/feat-TUI
869c183e73 Changed the size of grid of buttons to be the same lenght of the list of diaries
697ce03638 Fixed the action to quit the application on the diary_list_screen.py
a999a0a437 Changed the modal size and also modified the edit_entry_screen.py to conform with the wireframe, also changed all the texts to be english
Compare 4 commits »
GHMiranda synced commits to feat-TUI at GHMiranda/Pilgrim from mirror 2025-06-25 05:58:04 +00:00
869c183e73 Changed the size of grid of buttons to be the same lenght of the list of diaries
697ce03638 Fixed the action to quit the application on the diary_list_screen.py
Compare 2 commits »
GHMiranda synced commits to feat-TUI at GHMiranda/Pilgrim from mirror 2025-06-25 03:33:40 +00:00
a999a0a437 Changed the modal size and also modified the edit_entry_screen.py to conform with the wireframe, also changed all the texts to be english