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

Improve Task Queue #1363

Merged
merged 2 commits into from
Dec 29, 2024
Merged

Improve Task Queue #1363

merged 2 commits into from
Dec 29, 2024

Conversation

Soopyboo32
Copy link
Contributor

@Soopyboo32 Soopyboo32 commented Dec 21, 2024

image

@@ -84,7 +84,7 @@ const UpdatesScreen = ({ navigation }: UpdateScreenProps) => {
e.preventDefault();

navigation.navigate('MoreStack', {
screen: 'Downloads',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

on mihon this sends u to the page that shows the chapters currently being downloaded, so task queue is a closer match

src/services/ServiceManager.ts Outdated Show resolved Hide resolved
Comment on lines 112 to 113
value: (taskList[0].meta.progress || 0) * 100,
max: 100,
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
value: (taskList[0].meta.progress || 0) * 100,
max: 100,
value: taskList[0].meta.progress,
max: 1,

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it doesent accept decimal numbers hence why i do 1-100

@nyagami nyagami merged commit d39dabe into LNReader:master Dec 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants