Skip to content

fix(web): Duplicate Side-by-Side path highlighting fix#26476

Open
qtemp wants to merge 2 commits intoimmich-app:mainfrom
qtemp:duplicate-assets
Open

fix(web): Duplicate Side-by-Side path highlighting fix#26476
qtemp wants to merge 2 commits intoimmich-app:mainfrom
qtemp:duplicate-assets

Conversation

@qtemp
Copy link

@qtemp qtemp commented Feb 23, 2026

Description

  • On the duplicates side-by-side view, changed to only highlight the File path (second informational line) when the displayed values are different.
  • Changed the tooltip for the File path to show "File path" instead of "Full path: " + originalPath.
  • Changed the tooltip for the File name (1st row) to show "Full path:" + originalPath.

This helps identifying quickly whether the duplicate image is in the same folder or a different folder.

How Has This Been Tested?

  • Create a duplicate image in a different folder, can be same name or different. Verified paths are highlighted.
  • Create a duplicate image in the same folder but with a different name. Verified paths are not highlighted.

Same File Name, Different Path:

image

Different File Name, Same Path:

image

Hovering over the file name

image

Hovering over the file path

image

Checklist:

  • I have carefully read CONTRIBUTING.md
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation if applicable
  • I have no unrelated changes in the PR.
  • I have confirmed that any new dependencies are strictly necessary.
  • I have written tests for new code (if applicable)
  • I have followed naming conventions/patterns in the surrounding code
  • All code in src/services/ uses repositories implementations for database calls, filesystem operations, etc.
  • All code in src/repositories/ is pretty basic/simple and does not have any immich specific logic (that belongs in src/services/)

Please describe to which degree, if any, an LLM was used in creating this pull request.

Claude Connet 4.5 use to identify issue and proposed initial change.

Change the Duplicate Asset page Side-by-Side view:
Changed highlighting for the file path (folder / second line) to only highlight when the file path differs.
Changed the tooltip for the file path to only show "File path".
Changed the tooltip for the first line, which shows the file name, to show "Full path: " + originalPath.
@immich-push-o-matic
Copy link

immich-push-o-matic bot commented Feb 23, 2026

Label error. Requires exactly 1 of: changelog:.*. Found: 🖥️web. A maintainer will add the required label.

@qtemp
Copy link
Author

qtemp commented Feb 24, 2026

@alextran1502 I noticed you made the following change #25916

Does my proposed change interfere with that any?

@qtemp qtemp changed the title Duplicate Side-by-Side path highlighting fix fix(web): Duplicate Side-by-Side path highlighting fix Feb 24, 2026
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.

1 participant