[PR #752] [MERGED] Move matching toasts to top right (Issue #702) #3416

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/752
Author: @jmt-gh
Created: 6/19/2022
Status: Merged
Merged: 6/20/2022
Merged by: @advplyr

Base: masterHead: issue_702


📝 Commits (2)

  • 1f20ed7 Move matching toasts to top right
  • 879adfa Remove last bottom-center for toast

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 client/layouts/default.vue (+4 -4)

📄 Description

This PR moves a bunch of the toasts that can appear to be from the bottom middle of the screen, blocking the player (#702), to the top right, where the other toasts show up. The connection error / server disconnected toast did not get changed, as I think it makes sense for something like that to impede functionality.

Before:
matchbefore

After:
aftermatch


🔄 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/752 **Author:** [@jmt-gh](https://github.com/jmt-gh) **Created:** 6/19/2022 **Status:** ✅ Merged **Merged:** 6/20/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `issue_702` --- ### 📝 Commits (2) - [`1f20ed7`](https://github.com/advplyr/audiobookshelf/commit/1f20ed7640edb57924f818f7654a022fb001af26) Move matching toasts to top right - [`879adfa`](https://github.com/advplyr/audiobookshelf/commit/879adfa6330d053c2ff746b31ddb7a98c7fbcf86) Remove last bottom-center for toast ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `client/layouts/default.vue` (+4 -4) </details> ### 📄 Description This PR moves a bunch of the toasts that can appear to be from the bottom middle of the screen, blocking the player (#702), to the top right, where the other toasts show up. The connection error / server disconnected toast did not get changed, as I think it makes sense for something like that to impede functionality. Before: ![matchbefore](https://user-images.githubusercontent.com/13617455/174491282-890c50d9-843e-413d-ada6-89a03ac0c03b.gif) After: ![aftermatch](https://user-images.githubusercontent.com/13617455/174491285-b58243d0-f44e-4f11-a431-f6f790435cb8.gif) --- <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:34 +02:00
adam closed this issue 2026-04-25 00:15:34 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3416