Stremio - Freedom to Stream
Find a file
AndnixSH 4b0472b457 fix(meta): stop addon dropdown scroll jumping + roomier series layout
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>
2026-06-25 22:35:37 +02:00
.github build(deps): bump actions/checkout from 6 to 7 2026-06-22 21:22:50 +00:00
.well-known
assets
src fix(meta): stop addon dropdown scroll jumping + roomier series layout 2026-06-25 22:35:37 +02:00
tests
.dockerignore
.gitignore
.nvmrc
CODE_OF_CONDUCT.md
Dockerfile
eslint.config.mjs
http_server.js
LICENSE.md
manifest.json
package.json bump: stremio-video to v0.0.82 2026-06-23 20:55:35 +03:00
pnpm-lock.yaml bump: stremio-video to v0.0.82 2026-06-23 20:55:35 +03:00
pnpm-workspace.yaml
README.md
tsconfig.json
webpack.config.js

Stremio - Freedom to Stream

Build Github Page

Stremio is a modern media center that's a one-stop solution for your video entertainment. You discover, watch and organize video content from easy to install addons.

Build

Prerequisites

  • Node.js 22 or higher
  • pnpm 11 or higher

Install dependencies

pnpm install

Start development server

pnpm start

Production build

pnpm run build

Run with Docker

docker build -t stremio-web .
docker run -p 8080:8080 stremio-web

Screenshots

Board

Board

Discover

Discover

Meta Details

Meta Details

License

Stremio is copyright 2017-2023 Smart code and available under GPLv2 license. See the LICENSE file in the project for more information.