Skip to content

feat: add tmdb- and imdb link on person detail page#2096

Closed
bogo22 wants to merge 2 commits intoseerr-team:developfrom
bogo22:personal-details-links
Closed

feat: add tmdb- and imdb link on person detail page#2096
bogo22 wants to merge 2 commits intoseerr-team:developfrom
bogo22:personal-details-links

Conversation

@bogo22
Copy link
Copy Markdown
Contributor

@bogo22 bogo22 commented Oct 27, 2025

Description

This commit adds links to tmdb and imdb on the person detail page.

To-Dos

  • Disclosed any use of AI (see our policy)
  • Successful build pnpm build
  • [not needed] Translation keys pnpm i18n:extract
  • [not needed] Database migration (if required)

Screenshot (if UI-related)

links_on_person_detail_page

@bogo22 bogo22 requested a review from a team as a code owner October 27, 2025 22:14
Comment on lines +36 to +39
const isMovie = mediaType === MediaType.MOVIE;
const isTv = mediaType === MediaType.TV;
const isPerson = mediaType === 'person';
const imdbType = isPerson ? 'name' : 'title';
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really a big fan of creating dedicated variables to store very simple checks used only once.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it, will replace the checks in-place and remove the variables.

@bogo22 bogo22 closed this Oct 28, 2025
This commit adds links to tmdb and imdb on the person detail page

Signed-off-by: Florian Hoech <code@florians-web.de>
@bogo22 bogo22 reopened this Oct 28, 2025
Copy link
Copy Markdown
Member

@gauthier-th gauthier-th left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bogo22
Copy link
Copy Markdown
Contributor Author

bogo22 commented Oct 29, 2025

Thanks for the review. Is there anything left on my side? If yes, please let me know. Much thanks.

@0xSysR3ll
Copy link
Copy Markdown
Contributor

Thanks for the review. Is there anything left on my side? If yes, please let me know. Much thanks.

Nope nothing to do on your side. We just won't merge it now as we are in a feature freeze mode until the merger is complete.

@bogo22 bogo22 closed this by deleting the head repository Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants