GHMiranda
  • Joined on 2023-12-31
GHMiranda synced commits to refs/pull/56/head at GHMiranda/Pilgrim from mirror 2025-07-18 00:37:50 +00:00
165bc10a63 Change the CSS to fit the text better and also limited the width of the sidebar
GHMiranda synced commits to refs/pull/56/merge at GHMiranda/Pilgrim from mirror 2025-07-18 00:37:50 +00:00
5ecf3b709e Merge 165bc10a631fb4b0d0e5a62693fec04e00ed808d into a59af26c9d06b441948aa0dc5f48c21759f46b0d
165bc10a63 Change the CSS to fit the text better and also limited the width of the sidebar
Compare 2 commits »
GHMiranda synced commits to fix/sidebar-layout at GHMiranda/Pilgrim from mirror 2025-07-17 23:37:49 +00:00
GHMiranda synced new reference fix/sidebar-layout to GHMiranda/Pilgrim from mirror 2025-07-17 23:37:49 +00:00
GHMiranda synced and deleted reference refs/tags/refs/pull/54/merge at GHMiranda/Pilgrim from mirror 2025-07-17 01:57:50 +00:00
GHMiranda synced commits to development at GHMiranda/Pilgrim from mirror 2025-07-17 01:57:50 +00:00
26ef00fe3e Merge pull request #54 from gmbrax/feat/use-a-toml-for-config
23ef60b55a Improve exception handling, remove debug print statements
4436d5e081 Update src/pilgrim/utils/directory_manager.py
a13c56a3a3 Fix the NewDiaryModal not accessing the toml file properly to set the auto_open flag
967c7e4ce6 Fix the Database no being put on the right path according with the config.toml
Compare 9 commits »
GHMiranda synced commits to staging at GHMiranda/Pilgrim from mirror 2025-07-17 01:57:50 +00:00
a59af26c9d Merge pull request #55 from gmbrax/feat/use-a-toml-for-config
23ef60b55a Improve exception handling, remove debug print statements
4436d5e081 Update src/pilgrim/utils/directory_manager.py
a13c56a3a3 Fix the NewDiaryModal not accessing the toml file properly to set the auto_open flag
967c7e4ce6 Fix the Database no being put on the right path according with the config.toml
Compare 9 commits »
GHMiranda synced commits to refs/pull/48/head at GHMiranda/Pilgrim from mirror 2025-07-17 01:57:50 +00:00
a59af26c9d Merge pull request #55 from gmbrax/feat/use-a-toml-for-config
23ef60b55a Improve exception handling, remove debug print statements
4436d5e081 Update src/pilgrim/utils/directory_manager.py
a13c56a3a3 Fix the NewDiaryModal not accessing the toml file properly to set the auto_open flag
967c7e4ce6 Fix the Database no being put on the right path according with the config.toml
Compare 9 commits »
GHMiranda synced commits to refs/pull/48/merge at GHMiranda/Pilgrim from mirror 2025-07-17 01:57:50 +00:00
9d259d2119 Merge a59af26c9d06b441948aa0dc5f48c21759f46b0d into 8f36e5a7706667bc922f251cbe37b938f8c491ef
a59af26c9d Merge pull request #55 from gmbrax/feat/use-a-toml-for-config
23ef60b55a Improve exception handling, remove debug print statements
4436d5e081 Update src/pilgrim/utils/directory_manager.py
a13c56a3a3 Fix the NewDiaryModal not accessing the toml file properly to set the auto_open flag
Compare 10 commits »
GHMiranda synced commits to feat/use-a-toml-for-config at GHMiranda/Pilgrim from mirror 2025-07-16 22:27:50 +00:00
23ef60b55a Improve exception handling, remove debug print statements
GHMiranda synced commits to refs/pull/54/head at GHMiranda/Pilgrim from mirror 2025-07-16 22:27:50 +00:00
23ef60b55a Improve exception handling, remove debug print statements
GHMiranda synced commits to refs/pull/54/merge at GHMiranda/Pilgrim from mirror 2025-07-16 22:27:50 +00:00
308b7354a7 Merge 23ef60b55a649de3f33ed93efb8906e3e47a9dc6 into 10135b9cdc9dd182204bc29f7c054aad0d52c3b0
23ef60b55a Improve exception handling, remove debug print statements
Compare 2 commits »
GHMiranda synced commits to feat/use-a-toml-for-config at GHMiranda/Pilgrim from mirror 2025-07-16 21:27:49 +00:00
4436d5e081 Update src/pilgrim/utils/directory_manager.py
GHMiranda synced commits to feat/use-a-toml-for-config at GHMiranda/Pilgrim from mirror 2025-07-16 20:25:31 +00:00
a13c56a3a3 Fix the NewDiaryModal not accessing the toml file properly to set the auto_open flag
GHMiranda synced commits to feat/use-a-toml-for-config at GHMiranda/Pilgrim from mirror 2025-07-16 20:17:49 +00:00
967c7e4ce6 Fix the Database no being put on the right path according with the config.toml
GHMiranda synced commits to feat/use-a-toml-for-config at GHMiranda/Pilgrim from mirror 2025-07-16 19:07:51 +00:00
bdaa37e355 Add the database file path now is read by the configuration file
a540347127 Add Tomli_w library to pyproject.toml
fe35cb93bd Move get_database_path from database.py to directory_manager.py
Compare 3 commits »
GHMiranda synced commits to feat/use-a-toml-for-config at GHMiranda/Pilgrim from mirror 2025-07-16 06:37:50 +00:00
GHMiranda synced new reference feat/use-a-toml-for-config to GHMiranda/Pilgrim from mirror 2025-07-16 06:37:50 +00:00
GHMiranda synced and deleted reference refs/tags/refs/pull/52/merge at GHMiranda/Pilgrim from mirror 2025-07-16 05:27:50 +00:00
GHMiranda synced commits to development at GHMiranda/Pilgrim from mirror 2025-07-16 05:27:50 +00:00
10135b9cdc Merge pull request #53 from gmbrax/staging
0adb230dd7 Merge pull request #52 from gmbrax/fix/move-create-diary-to-modal
5b0f894c88 Merge pull request #50 from gmbrax/fix/bump-version
2b851fc7c7 Add the use of importlib.metadata.version to keep the version string in sync with the pyproject.toml
a3123fe322 Bump the version to 0.0.4 on about_screen.py and pyproject.toml
Compare 6 commits »