e956d7c30d
- Rewrite WorkspaceCreateForm as unified component used in both pages - Standalone mode (WorkspacesPage): shows project/repo/branch selectors - Contextual mode (ProjectsPage): accepts defaultProjectId/defaultRepoId, skips project/repo selectors, shows only name + branch dropdown - Branch dropdown fetched from repo via listRepositoryBranches API - Auto-selects first/only option for project, repo, and branch - '+ Create new branch...' option reveals text input for custom branch - Falls back to free-text branch input if branch API fails - Removes duplicated inline creation logic from WorkspacesPage - TypeScript + eslint clean