Skip to content
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

Cleanup HomeScreen and MediaPage #123

Merged
merged 12 commits into from
Feb 5, 2024
Merged

Cleanup HomeScreen and MediaPage #123

merged 12 commits into from
Feb 5, 2024

Conversation

imashnake0
Copy link
Owner

@imashnake0 imashnake0 commented Feb 3, 2024

We need to cleanup Home and MediaPage since they haven't been touched in ages and because we need to create a BannerLayout for ProfileScreen.

Summary of changes:

  1. Cleanup HomeScreen and MediaPage.

Tested changes:

@imashnake0 imashnake0 self-assigned this Feb 3, 2024
@imashnake0 imashnake0 added the enhancement Enhancement label Feb 3, 2024
@imashnake0 imashnake0 changed the title Cleanup Home and MediaPage Cleanup HomeScreen and MediaPage Feb 3, 2024
@imashnake0 imashnake0 added this to Doing in Roadmap via automation Feb 3, 2024
@imashnake0 imashnake0 linked an issue Feb 3, 2024 that may be closed by this pull request
4 tasks
@imashnake0 imashnake0 removed a link to an issue Feb 3, 2024
4 tasks
@@ -76,12 +78,15 @@ fun Home(
val upcomingList by viewModel.upcomingMediaNextSeason.collectAsState()
val allTimePopularList by viewModel.allTimePopular.collectAsState()

// TODO: [Code Smells: If Statements](https://dzone.com/articles/code-smells-if-statements).
val rows = listOf(
trendingList,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I preferred "string" to trendingList 😔

Roadmap automation moved this from Doing to Needs review Feb 5, 2024
@imashnake0 imashnake0 merged commit 6e3eda1 into main Feb 5, 2024
1 check passed
Roadmap automation moved this from Needs review to Done Feb 5, 2024
@imashnake0 imashnake0 deleted the home-mediapage-cleanup branch February 5, 2024 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants