mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-05 10:35:42 +02:00
This patch is a follow up to the discussion from #559 about potentially simplifying progress interactions. This patch essentially reduces the interactions to two simple options which allow users to always marks books as finished or discard the progress and thus mark them as not yet started with a single interaction: - If users have already listed to the book, regardless of the state of the progress (finished, half way through, …), they get an option to discard the progress. This replaces the additional “mark as not finished” option but it should still be clear to users what happens. - If a book is not yet finished, regardless of the state of the progress (not yet started, half way through), users get a “mark as finished” option which sets the progress to 100%. This is hopefully a bit simpler than what we have now but also doesn't require a user to figure out that you need to first mark a book as finished to be able to discard the progress. |
||
---|---|---|
.. | ||
bookshelf | ||
collection | ||
item/_id | ||
localMedia | ||
media/_id | ||
playlist | ||
account.vue | ||
bookshelf.vue | ||
connect.vue | ||
downloading.vue | ||
downloads.vue | ||
index.vue | ||
search.vue | ||
settings.vue | ||
stats.vue |