Before submitting
Area
apps/web
Steps to reproduce
-
Clone the same repo into multiple folders:
git clone git@github.com:octocat/Hello-World.git hello-world1
git clone git@github.com:octocat/Hello-World.git hello-world2
git clone git@github.com:octocat/Hello-World.git hello-world3
-
Open T3 Code.
-
Add/open all three folders as projects:
- hello-world1
- hello-world2
- hello-world3
Expected behavior
Three separate project entries appear in the sidebar.
Actual behavior
They collapse into a single project entry.
Impact
Blocks work completely
Comment
The sidebar is using the repo’s git remote to decide whether two projects are the same. As a result, multiple local folders cloned from the same repo can get merged into one sidebar entry even though they are different directories.
Introduced in "Implement server auth bootstrap and pairing flow"(#1768)
Before submitting
Area
apps/web
Steps to reproduce
Clone the same repo into multiple folders:
git clone git@github.com:octocat/Hello-World.git hello-world1
git clone git@github.com:octocat/Hello-World.git hello-world2
git clone git@github.com:octocat/Hello-World.git hello-world3
Open T3 Code.
Add/open all three folders as projects:
Expected behavior
Three separate project entries appear in the sidebar.
Actual behavior
They collapse into a single project entry.
Impact
Blocks work completely
Comment
The sidebar is using the repo’s git remote to decide whether two projects are the same. As a result, multiple local folders cloned from the same repo can get merged into one sidebar entry even though they are different directories.
Introduced in "Implement server auth bootstrap and pairing flow"(#1768)