5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript11,859 stars (11,859 stars)1,312 forks (1,312 forks)auto 404
good first issue
Description
Add the Upgrade button in addon details modal
Contributor guide
- Tech stack
- javascriptreactcss
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- ReactStremio addon systemModal UI componentsGitHub workflow
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 75
- Research direction
- Locate the addon details modal component (likely in src/ directory). Identify where other action buttons (e.g., install, configure) are rendered. Add a new 'Upgrade' button with appropriate styling and logic. Check existing addon state management to handle upgrade action. Review comments on the issue for any additional context or constraints.