Skip to content

movielens: revert to using standard "edit name" dialog#599

Merged
0xConstant1 merged 1 commit into
cedya77:devfrom
Arcitec:ml-use-standard-renaming
Jul 23, 2026
Merged

movielens: revert to using standard "edit name" dialog#599
0xConstant1 merged 1 commit into
cedya77:devfrom
Arcitec:ml-use-standard-renaming

Conversation

@Arcitec

@Arcitec Arcitec commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Summary

The movielens edit modal dialog had a "Custom Name" field, but it has proven to be problematic and conflicts with the normal "pen edit" icon next to the catalog name.

Even after the recent fixes which sync the latest name into the modal dialog every time it's re-opened, there's still the reverse bug: Every time the normal "pen edit" is clicked, the normal naming dialog doesn't know about the name changes that were performed via the modal dialog.

Instead of trying to make an invasive two-way sync between the dialogs, it's cleaner to just rely on the normal "pen edit" naming popup that all other catalogs use. It also saves space in the MovieLens dialog.

Linked issue

None.

Type of change

  • Bug fix
  • New feature
  • Refactor
  • Tests only
  • Documentation only
  • CI / tooling

Why this approach

See summary.

Testing

Describe exactly how you tested this change.

  • I ran existing tests relevant to this change.
  • I added or updated tests where needed.
  • No tests were needed, and I explained why.

Documentation

  • I updated documentation or comments where needed.
  • No documentation updates were needed.

Author checklist

  • This PR is focused on one concern.
  • This PR is reasonably small and reviewable.
  • I read and followed CONTRIBUTING.md.
  • I can explain every code change in this PR.
  • I will respond to review feedback myself.

AI usage disclosure

  • No AI tools were used.
  • AI tools were used for part of this PR, and I personally reviewed and verified all changes.

The movielens edit modal dialog had a "Custom Name" field, but it has proven to be problematic and conflicts with the normal "pen edit" icon next to the catalog name.

Even after the recent fixes which sync the latest name into the modal dialog every time it's re-opened, there's still the reverse bug: Every time the normal "pen edit" is clicked, the normal naming dialog doesn't know about the name changes that were performed via the modal dialog.

Instead of trying to make an invasive two-way sync between the dialogs, it's cleaner to just rely on the normal "pen edit" naming popup that all other catalogs use. It also saves space in the MovieLens dialog.
@github-actions

Copy link
Copy Markdown
Contributor

PR Guard

  • Non-trivial PRs must link an issue in the PR body.

Maintainers may still close PRs that do not match project direction or review capacity.

@0xConstant1
0xConstant1 merged commit 2d03d9c into cedya77:dev Jul 23, 2026
0 of 2 checks passed
@Arcitec
Arcitec deleted the ml-use-standard-renaming branch July 23, 2026 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants