CodingGarden / listd

listd is a Full Stack App that will allow users to create, share and watch lists of YouTube channels. This app is being built LIVE on Twitch https://twitch.tv/codinggarden
https://twitch.tv/codinggarden
MIT License
193 stars 53 forks source link

Some bug fixes and UI improvements #132

Closed babakfp closed 12 months ago

babakfp commented 12 months ago

Hi

This PR includes many things that are not related to each other or any open issues.

This PR doesn't include any breaking or extreme change.

This PR includes:


There is this comment you can find in this commit:

<!-- TODO: If you try to search for a channel name that doesn't exist, you will receive error 500 -->

I didn't know where to put it.

w3cj commented 12 months ago

The main branch I'm working on is here right now: https://github.com/CodingGarden/listd/tree/setup-coverage-reports

I plan to get it merged into main today. You'll need to make sure your changes do not conflict. Closing for now.

Also, before making a PR, you should open an issue to make sure these are changes we actually need / want. https://github.com/CodingGarden/listd/blob/main/CONTRIBUTING.md#prerequisites

After opening an issue, each fix should be a separate PR.