Skip to content

fix(meta): stop addon dropdown scroll jumping + roomier series layout#1320

Open
AndnixSH wants to merge 1 commit into
Stremio:developmentfrom
AndnixSH:development
Open

fix(meta): stop addon dropdown scroll jumping + roomier series layout#1320
AndnixSH wants to merge 1 commit into
Stremio:developmentfrom
AndnixSH:development

Conversation

@AndnixSH

Copy link
Copy Markdown

The streams addon dropdown reset its scroll back to the selected option every time the option list grew (i.e. each addon finishing loading), because the scroll-into-view effect depended on the selectedOption object, which is recreated on every render. Key it on the stable selected value instead, so it only runs when the menu opens or the selection actually changes.

Also rework the series streams header: move the addon dropdown onto its own full-width row below the back-arrow + episode title (instead of cramming all three into one row), and raise the open menu's max-height to 60vh so more addons are visible at once.

The streams addon dropdown reset its scroll back to the selected option every time the option list grew (i.e. each addon finishing loading), because the scroll-into-view effect depended on the `selectedOption` object, which is recreated on every render. Key it on the stable selected `value` instead, so it only runs when the menu opens or the selection actually changes.

Also rework the series streams header: move the addon dropdown onto its own full-width row below the back-arrow + episode title (instead of cramming all three into one row), and raise the open menu's max-height to 60vh so more addons are visible at once.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@CLAassistant

CLAassistant commented Jun 25, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@AndnixSH

Copy link
Copy Markdown
Author

Before:

image

After:

image

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.

2 participants