-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
resolves #3035 (FR-244) Enhances session name editing functionality with improved validation and user experience: - Adds form-based editing interface with validation rules for session names - Implements escape key to cancel editing - Shows visual feedback during editing with a down-left corner icon - Maintains consistent validation rules between initial creation and editing - Enables editing session names directly in the session detail drawer - Restricts editing to session owners and non-preparing states - Prevents accidental drawer closure with keyboard shortcuts while editing **Checklist:** - [ ] Test case: Verify session name validation rules - [ ] Test case: Check escape key cancels editing - [ ] Test case: Confirm editing works in session detail drawer - [ ] Test case: Verify only session owners can edit names - [ ] Test case: Confirm editing is disabled during session preparation
- Loading branch information
Showing
7 changed files
with
152 additions
and
71 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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