Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(web): View all duplicates page #15856

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

arnolicious
Copy link
Contributor

@arnolicious arnolicious commented Feb 2, 2025

Feature Description

Add a new intermediate page, that displays all the found duplicates alongside how many duplicate assets each duplicate has.
From there, you can click on any duplicate to arrive at the "old" duplicate selection mechanism for that specific stack.
After resolving, it should move on to the next duplicate in the list
image

With this change, we can now also link from "Viewing an asset" straight to the duplication page for that duplicate stack.

image

Implementation

  • Changed the page params of the "old" duplicate page to require the duplicateId
    • Here I'm a little unsure why there's the optional [[photos=photos]] param, I assume it's not relevant anymore with these changes, but I wanted confirmation before removing it
  • Added the new page under utilities/duplicates
  • Added a link to the deduplication page from the asset viewer, if the asset has a duplicateId

@bo0tzz
Copy link
Member

bo0tzz commented Feb 2, 2025

Can you add some screenshots to the PR description?

@arnolicious
Copy link
Contributor Author

There you go :) @bo0tzz

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