Skip to content

Point sync: sorted points, working delete, button icon; fix file name overflow#12552

Merged
niksedk merged 1 commit into
mainfrom
fix/point-sync-order-delete
Jul 16, 2026
Merged

Point sync: sorted points, working delete, button icon; fix file name overflow#12552
niksedk merged 1 commit into
mainfrom
fix/point-sync-order-delete

Conversation

@niksedk

@niksedk niksedk commented Jul 16, 2026

Copy link
Copy Markdown
Member

Applies the same fixes to Point sync that Point sync via other subtitle got in #12529:

  • Sync points now stay in chronological order, and setting a point for a line that already has one re-points it instead of adding a duplicate.
  • Deleting a sync point works: the Delete menu item is now actually added to the context flyout (disabled without a selection) instead of the Opening handler deleting silently, the sync-point grid binds its selection to SelectedSyncPoint, and Delete/Backspace on the grid also removes the selected point.
  • "Set sync point" button gets the left/right arrows icon.

Also in Point sync via other subtitle: a long file name in the right header sat in a horizontal StackPanel and overflowed under the "Find text" button — it is now a TextBlock in a star column that auto-shrinks with a character ellipsis.

🤖 Generated with Claude Code

… overflow

Apply the same fixes to "Point sync" as "Point sync via other subtitle"
got in 0ae5380:

- Sync points stay in chronological order, and setting a point for a
  line that already has one re-points it instead of adding a duplicate.
- Deleting a sync point works: the Delete menu item is now actually in
  the context flyout (disabled without a selection) instead of the
  Opening handler deleting silently, the grid binds its selection to
  SelectedSyncPoint, and Delete/Backspace on the grid also removes the
  selected point.
- "Set sync point" button gets the left/right arrows icon.

Also in "Point sync via other subtitle": a long file name in the right
header sat in a horizontal StackPanel and overflowed under the
"Find text" button; it is now a TextBlock in a star column that
auto-shrinks with a character ellipsis.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@niksedk
niksedk merged commit ab0af24 into main Jul 16, 2026
1 of 3 checks passed
@niksedk
niksedk deleted the fix/point-sync-order-delete branch July 16, 2026 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant