Add bulk character/group assignment to script bulk edit mode - #1224
Merged
Conversation
Extends the existing bulk act/scene modal into a full BulkEditModal supporting character and character group assignment across a line range. Users can now select a target part index (1–4) and assign a character or character group to that part for all lines in the bulk range; lines without the targeted part are silently skipped. Both act/scene and character assignment sections are always visible and independently applied based on whether their values are filled in. Implemented in both client-v3 and client (Vue 2 legacy) with parity. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Tim020
enabled auto-merge (squash)
June 19, 2026 23:26
|
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
BulkActSceneModalinto a newBulkEditModalwith two always-visible sections: Act / Scene and Character Assignmentclient-v3/(Vue 3) andclient/(Vue 2 legacy)Test plan
client-v3TypeScript typecheck passes (npm run typecheck)client-v3lint passes (npm run ci-lint)client-v3unit tests pass (npm run test:run)clientTypeScript typecheck passesclientlint passesclientunit tests pass10-show-config-script.spec.ts🤖 Generated with Claude Code