feat: show creation time next to pr title

This commit is contained in:
2026-05-12 02:19:08 +08:00
parent 2fe3f7b94f
commit 6168676ac0
11 changed files with 72 additions and 13 deletions

View File

@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
anyhow = "1"
chrono = { version = "0.4.44", features = ["serde"] }
futures = "0.3.32"
futures-lite = "2.6.1"
gpui = { version = "*" }