auto-save 2026-05-14 07:06 (~2)

This commit is contained in:
2026-05-14 07:06:43 +08:00
parent edb54e141a
commit b4992eba72
2 changed files with 17 additions and 15 deletions

View File

@@ -1,19 +1,5 @@
{
"entries": [
{
"files_changed": 3,
"hash": "5a86328",
"message": "auto-save 2026-05-12 19:20 (~3)",
"ts": "2026-05-12T19:20:15+08:00",
"type": "commit"
},
{
"files_changed": 4,
"hash": "c159668",
"message": "auto-save 2026-05-12 19:25 (~4)",
"ts": "2026-05-12T19:25:47+08:00",
"type": "commit"
},
{
"files_changed": 2,
"hash": "ecef988",
@@ -3343,6 +3329,19 @@
"type": "session-heartbeat",
"message": "Codex 会话活跃 · 最近命令codex · 3 项未提交变更 · 最近提交auto-save 2026-05-14 06:55 (+1, ~3)",
"files_changed": 3
},
{
"ts": "2026-05-14T07:01:12+08:00",
"type": "commit",
"message": "auto-save 2026-05-14 07:01 (+1, ~4)",
"hash": "edb54e1",
"files_changed": 5
},
{
"ts": "2026-05-13T23:03:14Z",
"type": "session-heartbeat",
"message": "Claude 会话活跃 · 最近命令claude · 2 项未提交变更 · 最近提交auto-save 2026-05-14 07:01 (+1, ~4)",
"files_changed": 2
}
]
}

View File

@@ -133,7 +133,10 @@ export function ProductLibraryPicker({
</div>
) : (
<div className={`grid gap-2 ${compact ? "grid-cols-3" : "grid-cols-4"}`}>
<div
className={`grid gap-2 ${compact ? "max-h-80 overflow-y-auto pr-1" : ""}`}
style={{ gridTemplateColumns: `repeat(auto-fill, minmax(${compact ? 104 : 132}px, 1fr))` }}
>
{filteredItems.map((item) => {
const busy = addingId === item.id
return (