-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
fix(web): multiple fixes for people #9343
Conversation
Deploying immich with
|
Latest commit: |
ec36a98
|
Status: | ✅ Deploy successful! |
Preview URL: | https://8c5e20f1.immich.pages.dev |
Branch Preview URL: | https://fix-multiple-fix-for-people.immich.pages.dev |
97e1184
to
0e5e684
Compare
@martabal wow you're fast :) |
79987a1
to
80530f1
Compare
80530f1
to
b671d61
Compare
b671d61
to
ed31af1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! :)
@@ -6,8 +6,8 @@ | |||
|
|||
export let screenHeight: number; | |||
export let people: PersonResponseDto[]; | |||
export let peopleCopy: PersonResponseDto[]; | |||
export let unselectedPeople: PersonResponseDto[]; | |||
export let peopleToNotShow: PersonResponseDto[]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this peopleToNotShow
are filtered out people from the search query?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, on the unmerge
and merge
modals, there's people you don't to appear in the list, like the people already selected, the person to merge, to un-merge ...
This PR includes multiple fixes for the webUI related to the people feature: