fix: format phase 22 worktree files that were committed unformatted
Some checks failed
CI / ci (push) Failing after 12s
CI / e2e (push) Has been skipped

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-06 19:49:09 +02:00
parent 6852e60cee
commit 3f3c08c512
6 changed files with 65 additions and 36 deletions

View File

@@ -133,14 +133,18 @@ function GlobalItemDetail() {
<div className="flex gap-3 mb-6">
<button
type="button"
onClick={() => openAddToCollection(item.id, `${item.brand} ${item.model}`)}
onClick={() =>
openAddToCollection(item.id, `${item.brand} ${item.model}`)
}
className="bg-gray-700 text-white rounded-lg px-5 py-2.5 text-sm font-medium hover:bg-gray-800 transition-colors"
>
Add to Collection
</button>
<button
type="button"
onClick={() => openAddToThread(item.id, `${item.brand} ${item.model}`)}
onClick={() =>
openAddToThread(item.id, `${item.brand} ${item.model}`)
}
className="bg-white text-gray-700 border border-gray-200 rounded-lg px-5 py-2.5 text-sm font-medium hover:bg-gray-50 transition-colors"
>
Add to Thread