feat(app): Add ability to select project directory text to web (#9344)

This commit is contained in:
DNGriffin 2026-01-19 17:38:52 -06:00 committed by GitHub
commit bfa986d45e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1967,7 +1967,7 @@ export default function Layout(props: ParentProps) {
transform: "translate3d(52px, 0, 0)", transform: "translate3d(52px, 0, 0)",
}} }}
> >
<span class="text-12-regular text-text-base truncate"> <span class="text-12-regular text-text-base truncate select-text">
{project()?.worktree.replace(homedir(), "~")} {project()?.worktree.replace(homedir(), "~")}
</span> </span>
</Tooltip> </Tooltip>