[PR #3223] [CLOSED] Format the progress info into a table #3907

Closed
opened 2026-04-25 00:17:31 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3223
Author: @faush01
Created: 8/3/2024
Status: Closed

Base: masterHead: feature/move_format_progress


📝 Commits (2)

  • 53d3b61 format the progress info into a table row
  • 19725e2 correct ordering

📊 Changes

2 files changed (+55 additions, -25 deletions)

View changed files

📝 client/pages/item/_id/index.vue (+52 -25)
📝 client/strings/en-us.json (+3 -0)

📄 Description

This change formats the progress information into a row structure so it is easier to read and is more consistent with the page layout.

I also change the confirmation question to use the internal app dialogue instead of the browser native one.
And moved some of the text to strings resources

All the existing logic for what and when it is shown is the same, it is just come clean up and formatting changes.

Before Changes
image

After Changes
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/3223 **Author:** [@faush01](https://github.com/faush01) **Created:** 8/3/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/move_format_progress` --- ### 📝 Commits (2) - [`53d3b61`](https://github.com/advplyr/audiobookshelf/commit/53d3b619d0341ed996aca122c4ba2eb1a2113514) format the progress info into a table row - [`19725e2`](https://github.com/advplyr/audiobookshelf/commit/19725e2a2df762f4d3d5a2262485ebf5cf637b57) correct ordering ### 📊 Changes **2 files changed** (+55 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `client/pages/item/_id/index.vue` (+52 -25) 📝 `client/strings/en-us.json` (+3 -0) </details> ### 📄 Description This change formats the progress information into a row structure so it is easier to read and is more consistent with the page layout. I also change the confirmation question to use the internal app dialogue instead of the browser native one. And moved some of the text to strings resources All the existing logic for what and when it is shown is the same, it is just come clean up and formatting changes. Before Changes ![image](https://github.com/user-attachments/assets/683c357c-74f1-4313-bdf8-0e5df1546224) After Changes ![image](https://github.com/user-attachments/assets/bbfaba1a-cc6d-4bd0-9d8e-6bc4888e71e6) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:17:31 +02:00
adam closed this issue 2026-04-25 00:17:31 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3907