Skip to content

Conversation

@ibetitsmike
Copy link
Contributor

@ibetitsmike ibetitsmike commented Nov 19, 2025

Adds a browser-only directory picker for cmux server:

  • Introduces FS_LIST_DIRECTORY IPC endpoint that returns folder-only FileTreeNode data
  • Implements DirectoryPickerModal + DirectoryTree for selecting project roots in the web UI
  • Keeps desktop path selection using the native PROJECT_PICK_DIRECTORY dialog
  • Polishes UX (fixed-height list, scroll reset, .. navigation, folder names only)

Tests / checks run:

  • make lint
  • make typecheck

Generated with mux

Implements a native directory picker for adding projects on Desktop.

- Adds project:pickDirectory IPC channel
- Exposes picker via preload/main process
- Adds 'Browse...' button to ProjectCreateModal
- Stubs behavior for browser environment

_Generated with mux_
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@ibetitsmike
Copy link
Contributor Author

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant