- turbo-stream for Chapter updates
- progressbar for chapter scrapping
- minor optimisations
This commit is contained in:
Jérémy Guillot
2024-07-17 20:20:19 +02:00
parent 4672886a67
commit 7fc2f15f6b
14 changed files with 111 additions and 63 deletions

View File

@@ -31,7 +31,7 @@ export default class extends Controller {
}
handleProgressUpdate(data) {
this.currentPage = data.pageIndex + 1;
this.currentPage = data.pageIndex;
this.totalPages = data.totalPages;
this.updateProgressBar();