Files
deepseek-harness/apps/web/tests/snapshots/workspace-management/directory-browser.expected.md
T
creatixchu 79072e356c fix(directory-picker-browse): advertise the path editor and walk the panes with the draft
The Select Workspace Directory dialog hid its one route into typing a path
behind an invisible click target, and once the editor opened the panes stayed
on whatever level was listed when it opened — so the typed text and the list
under it disagreed for the whole edit.

The edit zone now carries a pencil glyph at the bar's right edge and lights in
the editor's own footprint on hover/focus (the bar keeps one height across the
swap). While editing, the panes follow the draft: a directory part no pane
lists is scanned after a 250ms rest and lands in place, so typing deeper
descends and erasing segments steps back up without leaving the editor, and a
final segment nobody matches releases the prefix filter instead of emptying
the pane it is being spelled into. The draft-following scan is speculative and
silent on failure; Enter still owns the view from submission until landing and
remains the only path that surfaces an error.
2026-08-03 11:24:35 +08:00

1.1 KiB

  • dialog "Select Workspace Directory":
    • heading "Select Workspace Directory" [level=2]
    • navigation:
      • button "Home"
      • img
      • button "browse-golden"
    • button "Edit path":
      • img
    • list:
      • listitem:
        • button "adopted":
          • img
          • text: adopted
          • img
      • listitem:
        • button "alpha-ws":
          • img
          • text: alpha-ws
          • img
      • listitem:
        • button "beta-ws":
          • img
          • text: beta-ws
          • img
      • listitem:
        • button "browse-golden":
          • img
          • text: browse-golden
          • img
      • listitem:
        • button "same-name":
          • img
          • text: same-name
          • img
      • listitem:
        • button "workspace":
          • img
          • text: workspace
          • img
    • list:
      • listitem:
        • button "alpha":
          • img
          • text: alpha
          • img
      • listitem:
        • button "beta":
          • img
          • text: beta
          • img
    • button "New folder":
      • img
      • text: New folder
    • button "Show hidden files"
    • button "Cancel"
    • button "Open"