Skip to content

Profile Screen -> Media Tabs -> Episode/Chapter Progress - #739

Merged
imashnake0 merged 8 commits into
mainfrom
episode-progress
Jul 29, 2026
Merged

Profile Screen -> Media Tabs -> Episode/Chapter Progress#739
imashnake0 merged 8 commits into
mainfrom
episode-progress

Conversation

@imashnake0

Copy link
Copy Markdown
Owner

Added a text and progress indicator for episodes/chapters.

Summary of changes:

  1. Add progress indicatros.
  2. Support manga.

Tested changes:
ya

@imashnake0 imashnake0 self-assigned this Jul 29, 2026
@imashnake0 imashnake0 added the enhancement Enhancement label Jul 29, 2026
val seasonYear: Int?,
val format: Format?,
val episodes: Int?,
val segments: Int?,
val format: Format?,
val episodes: Int?,
val segments: Int?,
val progress: Int?,
overflow = TextOverflow.Ellipsis
)

when (listName) {
waveSpeed = 15.dp,
modifier = Modifier
.fillMaxWidth()
.graphicsLayer { alpha = 0.5f }

else -> LinearProgressIndicator(
progress = { progress.toFloat() / segments },
modifier = Modifier.fillMaxWidth().graphicsLayer { alpha = 0.5f }
@imashnake0

Copy link
Copy Markdown
Owner Author
Screenshot_20260729_145250

@imashnake0
imashnake0 marked this pull request as ready for review July 29, 2026 18:54
@imashnake0
imashnake0 merged commit c48f883 into main Jul 29, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants