-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a basic addons page #8
Comments
@Ivshti Can I start working on it? |
Yep! |
Demo: https://stremio-seed-poc.netlify.com/#/addons
|
Looks amazing so far! Btw, you should clear the search when switching catalog. Search can be continued with:
re the questions:
Side note: we're getting closer to a very solid PoC status, please continue with the detail page. All of the large tasks that still need to be done on the addons page should be documented as issues (if there aren't such already) |
Closing for now, implementation is enough for the PoC scope. |
Describe the solution you'd like
Like the Discover page but uses
CatalogFiltered<Descriptor>
rather thanCatalogFiltered<MetaPreview>
Copy the design from stremio-web
Later on we'll add an "Installed" category and Search
Additional context
because the
Load
action gets sent to both, we need an additional enum to distinguish between aLoad
that has to be dispatched to the discover or to the addonsThe text was updated successfully, but these errors were encountered: