Max

Results 13 issues of 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...

type: documentation
type: investigation
type: database

## 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...

type: investigation

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_

type: feature

```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...

tag: good first issue
type: enhancement

## 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...

type: feature
type: enhancement

## 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...

type: testing

## 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....

type: refactor
type: investigation
type: enhancement

## 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...

type: enhancement

## 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...

type: bug

## 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....

type: bug