feat: enhance diary navigation with LoadPrev action and pagination hints

This commit is contained in:
2026-05-07 00:35:03 +02:00
parent e1f2442e77
commit b3c243257d
5 changed files with 60 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
ratatui = "0.30.0"
keyring = "3"
keyring = { version = "3", features = ["apple-native"] }
directories = "6"
csv = "1"