mihon/app/src/main/java/eu/kanade/presentation/manga/components
Ivan Iskandar 34906a7425
MangaScreen: Ditch the expanded app bar (#7470)
Animating the content padding that's used for the lazy list is heavy. A simple
fix to *just* offset the list is blocked by a Compose fling issue (b/179417109).

So I decided to go with the previous layout of this screen by putting everything
in the list. MangaInfoHeader is split into separate composables to avoid jank
when the item is being inflated.
2022-07-09 12:37:49 -04:00
..
BaseMangaListItem.kt Minor composable updates 2022-06-19 17:17:48 -04:00
ChapterHeader.kt Minor cleanup 2022-06-25 11:20:34 -04:00
DotSeparatorText.kt MangaController overhaul (#7244) 2022-06-25 11:03:48 -04:00
MangaBottomActionMenu.kt Minor cleanup 2022-06-25 11:20:34 -04:00
MangaChapterListItem.kt Fix chapter item incorrect colors (#7403) 2022-06-29 18:34:11 -04:00
MangaCoverDialog.kt Minor cleanup 2022-06-25 11:20:34 -04:00
MangaInfoHeader.kt MangaScreen: Ditch the expanded app bar (#7470) 2022-07-09 12:37:49 -04:00
MangaSmallAppBar.kt Minor cleanup 2022-06-25 11:20:34 -04:00