feat(settings): show note full date

This commit is contained in:
Fernando López Guevara
2025-07-23 17:49:33 -03:00
parent 6a08d4b1b2
commit ab84304265
9 changed files with 29 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ serde_json = { workspace = true }
serde = { workspace = true }
nostrdb = { workspace = true }
hex = { workspace = true }
chrono = "0.4.40"
chrono = { workspace = true }
rand = "0.9.0"
bytemuck = "1.22.0"
futures = "0.3.31"