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

fix(web): multiple fixes for people #9343

Merged
merged 2 commits into from
May 9, 2024
Merged

Conversation

martabal
Copy link
Member

@martabal martabal commented May 8, 2024

This PR includes multiple fixes for the webUI related to the people feature:

Copy link

cloudflare-pages bot commented May 8, 2024

Deploying immich with  Cloudflare Pages  Cloudflare Pages

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

View logs

@martabal martabal force-pushed the fix/multiple-fix-for-people branch 2 times, most recently from 97e1184 to 0e5e684 Compare May 9, 2024 00:00
@ledahosn
Copy link

ledahosn commented May 9, 2024

@martabal wow you're fast :)

@martabal martabal force-pushed the fix/multiple-fix-for-people branch 2 times, most recently from 79987a1 to 80530f1 Compare May 9, 2024 11:14
@martabal martabal force-pushed the fix/multiple-fix-for-people branch from 80530f1 to b671d61 Compare May 9, 2024 11:35
@martabal martabal force-pushed the fix/multiple-fix-for-people branch from b671d61 to ed31af1 Compare May 9, 2024 13:07
Copy link
Member

@danieldietzler danieldietzler left a 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[];
Copy link
Contributor

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?

Copy link
Member Author

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 ...

@alextran1502 alextran1502 merged commit 757840c into main May 9, 2024
23 checks passed
@alextran1502 alextran1502 deleted the fix/multiple-fix-for-people branch May 9, 2024 21:23
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.

Not refreshing when merging faces together
4 participants