Replies: 1 comment
|
Fixed in my fork: What changed (web,
Verified: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem
In T3 Code desktop,
Add projectopens an in-app folder picker (~/with aDirectorieslist). The top-right button just saysAdd Ctrl Enterwhile a subfolder (e.g.AppData) is highlighted.It's ambiguous whether
Addadds:~/), or~/AppData)There is no selected-path preview, so it's easy to add the wrong folder (e.g. home dir or
AppData) by accident.Enter(open/navigate) vsCtrl+Enter(add) is also undiscoverable — footer only saysNavigate / Select / Back / Close.Proposal (smallest useful scope)
Will add: C:\Users\you\AppDatathat updates as highlight moves.Add "AppData"orAdd Folder as Projectinstead of bareAdd.Addadds the current folder and the footer says so.Enter Open / Ctrl+Enter Add / Backspace Back / Esc Close.No new picker, no scaffolding — just label + preview.
Why it matters
Prevents mis-added project roots and re-adding/cleanup churn. Classic folder-picker pitfall.
Related
Happy to help test. Labels:
enhancement,ux,good-first-issue.All reactions