v1.4 Collection Tools #9

Merged
makiolaj merged 17 commits from feature/v1.4-collection-tools into Develop 2026-04-03 18:05:24 +00:00
Showing only changes of commit 70e7cd2f0f - Show all commits

View File

@@ -129,7 +129,7 @@ function ThreadDetailPage() {
{/* Toolbar: Add candidate + view toggle */}
<div className="mb-6 flex items-center gap-3 flex-wrap">
{isActive && candidateViewMode !== "compare" && (
{isActive && (
<button
type="button"
onClick={openCandidateAddPanel}