Compare commits

..

1 Commits

Author SHA1 Message Date
c853f2676d Add tooltip hint for double-click to rename project name
All checks were successful
Build App / build-macos (push) Successful in 3m29s
Build App / build-windows (push) Successful in 3m55s
Build App / build-linux (push) Successful in 4m43s
Build App / sync-to-github (push) Successful in 9s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 18:27:24 -08:00

View File

@@ -342,6 +342,7 @@ export default function ProjectCard({ project }: Props) {
) : ( ) : (
<span <span
className="text-sm font-medium truncate flex-1 cursor-text" className="text-sm font-medium truncate flex-1 cursor-text"
title="Double-click to rename"
onDoubleClick={(e) => { e.stopPropagation(); setIsEditingName(true); }} onDoubleClick={(e) => { e.stopPropagation(); setIsEditingName(true); }}
> >
{project.name} {project.name}