feat(#209): per-cue-point enable/disable toggle#244
Open
Radexito wants to merge 3 commits into
Open
Conversation
- DB: add enabled INTEGER NOT NULL DEFAULT 1 column to cue_points via migration (existing rows default to enabled) - cuePointRepository: accept enabled field in updateCuePoint - main.js: forward enabled field from update-cue-point IPC handler - CuePointsEditor: toggle button (●/○) per row; disabled rows are dimmed - PlayerBar: skip disabled cue markers on the seekbar - anlzWriter: exclude disabled cues from PCOB, extPCOB, and PCO2 sections on Rekordbox USB export Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9b2a91c to
b83c2e8
Compare
…icts Takes dev's export-toggle naming (⊘/⊙ icons, USB export tooltip) and simpler migrations.js try-catch over the older HEAD variants. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
enabled INTEGER NOT NULL DEFAULT 1column added tocue_pointsvia safe migration — existing rows default to enabledTest plan
Closes #209
🤖 Generated with Claude Code