Max
Max
### DB requires nonoptimal and time-consuming maintenance when updating the schema. The current workflow is as follows: 1. Delete `profiles` table 2. Delete `users`. 3. Delete `on_auth_user_created` trigger This results...
## Is your feature request related to a problem or need? Please describe. Create functionality that allows users to browse episodes per season of a TV Show. This may be...
Currently, ShowCarousel component has a hardcoded `size` of 5 and is incompatible on mobile. _Originally posted by @Thenlie in https://github.com/Thenlie/Streamability/pull/455#discussion_r1293719451_
```suggestion import type { Profile, ProfileActions, Session, ShowData, SeasonDetails, Episode, EpisodeDetails, } from '../types'; ``` I think it might be nice to start using `import type` where applicable. This will...
## Is your feature request related to a problem or need? Please describe. SeasonCard displays a simple number for the rating. Implement a dynamic representation of rating ## Describe the...
## Describe the screen, component, or feature that needs to be tested `Providers` component does not have UI tests. Implement testing provider images and `alt` tags, as well as ensuring...
## Is your feature request related to a problem or need? Please describe. Currently, the `Providers` component accepts a `showType` and `id` prop and calls the `getTvProviders` or `getMovieProviders` requests....
## Is your feature request related to a problem or need? Please describe. Due to this function condtionally calling multiple requests, it is not prepared to accept a state from...
## Description ๐ฌ The Trending Shows carousel on the application's landing page (AKA `FeaturedSearchScreen`) does not include TV Shows. ### Reproduction Steps ๐ช 1. Go to root `/` 2. Scroll...
## Description ๐ฌ When querying individuals and browsing with a list view, empty ratings are displayed for actors. ### Reproduction Steps ๐ช Steps to reproduce the unexpected behavior: (required) 1....