[PR #1187] [MERGED] Add a few tooltips #3472

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/1187
Author: @lkiesow
Created: 11/20/2022
Status: Merged
Merged: 11/20/2022
Merged by: @advplyr

Base: masterHead: tooltip


📝 Commits (4)

  • fdfb07f Add a few tooltips
  • 6d84db0 Update client/strings/en-us.json
  • 03df5aa Update client/strings/en-us.json
  • 6fafa7a Update other string files with new strings #1103

📊 Changes

12 files changed (+126 additions, -28 deletions)

View changed files

📝 client/components/app/StreamContainer.vue (+3 -1)
📝 client/components/modals/item/tabs/Cover.vue (+3 -1)
📝 client/components/player/PlayerUi.vue (+26 -16)
📝 client/pages/audiobook/_id/chapters.vue (+12 -8)
📝 client/strings/de.json (+10 -0)
📝 client/strings/en-us.json (+10 -0)
📝 client/strings/es.json (+10 -0)
📝 client/strings/fr.json (+11 -1)
📝 client/strings/hr.json (+10 -0)
📝 client/strings/it.json (+10 -0)
📝 client/strings/pl.json (+10 -0)
📝 client/strings/zh-cn.json (+11 -1)

📄 Description

Starting to use audiobookshelf, the function of some buttons weren't very clear to me and while some buttons have tooltips, others have not.

This patch adds some additional tooltips to the user interface, further explaining some of the functionality.

This doesn't modify any of the translations since that's often a separate process. I can adjust the other files if necessary.


🔄 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/1187 **Author:** [@lkiesow](https://github.com/lkiesow) **Created:** 11/20/2022 **Status:** ✅ Merged **Merged:** 11/20/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `tooltip` --- ### 📝 Commits (4) - [`fdfb07f`](https://github.com/advplyr/audiobookshelf/commit/fdfb07ff2c23d7e06defcbcffa0b0b9f13a4b4e6) Add a few tooltips - [`6d84db0`](https://github.com/advplyr/audiobookshelf/commit/6d84db08a87c5012ebad8bbb42a80a8f6018c8fd) Update client/strings/en-us.json - [`03df5aa`](https://github.com/advplyr/audiobookshelf/commit/03df5aaf422098bfcd6a8e6509fb8740d1b74dc4) Update client/strings/en-us.json - [`6fafa7a`](https://github.com/advplyr/audiobookshelf/commit/6fafa7a75e6d84f21236234befd4492c70fc24f0) Update other string files with new strings #1103 ### 📊 Changes **12 files changed** (+126 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `client/components/app/StreamContainer.vue` (+3 -1) 📝 `client/components/modals/item/tabs/Cover.vue` (+3 -1) 📝 `client/components/player/PlayerUi.vue` (+26 -16) 📝 `client/pages/audiobook/_id/chapters.vue` (+12 -8) 📝 `client/strings/de.json` (+10 -0) 📝 `client/strings/en-us.json` (+10 -0) 📝 `client/strings/es.json` (+10 -0) 📝 `client/strings/fr.json` (+11 -1) 📝 `client/strings/hr.json` (+10 -0) 📝 `client/strings/it.json` (+10 -0) 📝 `client/strings/pl.json` (+10 -0) 📝 `client/strings/zh-cn.json` (+11 -1) </details> ### 📄 Description Starting to use audiobookshelf, the function of some buttons weren't very clear to me and while some buttons have tooltips, others have not. This patch adds some additional tooltips to the user interface, further explaining some of the functionality. _This doesn't modify any of the translations since that's often a separate process. I can adjust the other files if necessary._ --- <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:15:47 +02:00
adam closed this issue 2026-04-25 00:15:47 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3472