Implement multi-step Add Connection modal with Ark UI Steps#25
Merged
mkobayashime merged 4 commits intomainfrom Feb 7, 2026
Merged
Implement multi-step Add Connection modal with Ark UI Steps#25mkobayashime merged 4 commits intomainfrom
mkobayashime merged 4 commits intomainfrom
Conversation
Document the planned changes to split the Add Connection modal into a 2-step wizard with Ark UI Steps component.
Create a standalone FolderTree component that renders a hierarchical folder selection interface with expand/collapse functionality. This component can be reused across the application for folder selection scenarios.
Simplify FolderSelectPopup by delegating folder tree rendering to the new reusable FolderTree component, reducing code duplication and improving maintainability.
Split the Add Connection modal into a 2-step wizard flow: - Step 1: Repository selection and source directory configuration - Step 2: Target folder selection with inline folder tree Features: - Ark UI Steps component with visual progress indicator - Inline FolderTree with expand/collapse and refresh - Grid-based modal layout with proper overflow handling - Linear step flow enforced through validation - Step labels (Repository, Target Folder) for clarity
7052ec2 to
1796abe
Compare
This was referenced Feb 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Step 1: Repository Setup
Step 2: Target Folder Selection
Components
UI Improvements
Test plan