Custom step creation modal #10

Closed
opened 2026-02-03 04:41:13 +00:00 by chihlasm · 1 comment
chihlasm commented 2026-02-03 04:41:13 +00:00 (Migrated from github.com)

Create modal for adding custom steps:

  • Tab 1: "Type My Own" - form to create step (type, title, description, commands)
  • Tab 2: "Browse Library" - search and select from step library
  • Option to save custom step to personal library
  • Validate step before insertion
  • Insert step into current session

Reference: PHASE-2.5-PERSONAL-BRANCHING.md

Create modal for adding custom steps: - [ ] Tab 1: "Type My Own" - form to create step (type, title, description, commands) - [ ] Tab 2: "Browse Library" - search and select from step library - [ ] Option to save custom step to personal library - [ ] Validate step before insertion - [ ] Insert step into current session Reference: PHASE-2.5-PERSONAL-BRANCHING.md
chihlasm commented 2026-02-04 06:12:04 +00:00 (Migrated from github.com)

Fully implemented: CustomStepModal with 'Type My Own' (StepForm) and 'Browse Library' (StepLibraryBrowser) tabs, PostStepActionModal for save/use workflow, validation, and session insertion.

Fully implemented: CustomStepModal with 'Type My Own' (StepForm) and 'Browse Library' (StepLibraryBrowser) tabs, PostStepActionModal for save/use workflow, validation, and session insertion.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: chihlasm/resolutionflow#10