This repository was archived by the owner on Feb 15, 2026. It is now read-only.
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Improves the sign-in screen clarity by making both local (Overseerr) and Plex sign-in options visible, and by clarifying the Plex button label across locales.
Changes:
- Replaces the accordion-based login method selector with a single screen showing local login and Plex login separated by a divider.
- Updates login button icons/text (“Sign in”, “Sign in with Plex”) and adjusts some form styling.
- Updates translations for the Plex sign-in button label across several locales.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
src/components/Login/index.tsx |
Reworks the sign-in UI to show local login and Plex login together with a divider. |
src/components/Login/LocalLogin.tsx |
Updates local sign-in button label/icon and tweaks form label alignment/layout. |
src/components/PlexLoginButton/index.tsx |
Updates Plex button label/icon and adjusts icon import. |
src/i18n/locale/en.json |
Updates English “Sign in” capitalization and Plex button label. |
src/i18n/locale/de.json |
Updates Plex button label to “Mit Plex anmelden”. |
src/i18n/locale/fr.json |
Updates Plex button label to “Se connecter avec Plex”. |
src/i18n/locale/it.json |
Updates Plex button label to “Accedi con Plex”. |
src/i18n/locale/pt_PT.json |
Updates Plex button label to “Iniciar sessão com Plex”. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Author
|
@sct just flagging this in case it got buried :) |
Contributor
This repo is no longer maintained. Please redirect new contributions to https://github.com/seerr-team/seerr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3749
Related to #4232
Description
Improves the visibility of the "Use your overseerr account" option on the sign-in screen to make the login flow clearer and more intuitive.
Screenshots
To-Dos
yarn buildyarn i18n:extract