refactor: simplify internalization resource assignments - #484
Conversation
88b8855 to
c2ddd39
Compare
Automated conflict resolution by a scheduled Claude Code routine. Resolved: - src/renderer/src/components/PassageDetail/Internalization/SelectSections.tsx: kept this branch's `Checkbox` MUI import (develop dropped it because develop's version of the component no longer renders one; this branch's version does, in the passage-row cell). Also ported the two remaining button call sites onto develop's unified Button, which replaced AltButton/PriButton in the #537 button overhaul: AltButton -> <Button>, PriButton -> <Button color="primary">, matching that PR's own conversion of every other cancel/confirm pair, and removed AltButton/PriButton from the control barrel import.
|
Merged
One thing worth flagging, since it wasn't a conflict marker but would have broken the build: develop's #537 button overhaul deleted
Generated by Claude Code |
Summary
Test plan
🤖 Generated with Claude Code
Made with Cursor