[PR #1252] [CLOSED] Connection form "Enter" to submit instead of delete #1542

Closed
opened 2026-04-24 23:59:11 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1252
Author: @nichwall
Created: 6/30/2024
Status: Closed

Base: masterHead: switch_login_buttons


📝 Commits (1)

  • 23f6723 Reverse buttons on connection form

📊 Changes

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

View changed files

📝 components/connection/ServerConnectForm.vue (+4 -3)

📄 Description

Fixes https://github.com/advplyr/audiobookshelf-app/issues/1158

This PR switches the order of the "delete" and "submit" buttons for editing a server connection, then uses flex-row-reverse to keep the UI looking the same.
Pressing "enter" while being focused on the password field now submits and attempts a connection instead of trying to delete the server config.

Tested on Android, Pixel 6a.


🔄 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-app/pull/1252 **Author:** [@nichwall](https://github.com/nichwall) **Created:** 6/30/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `switch_login_buttons` --- ### 📝 Commits (1) - [`23f6723`](https://github.com/advplyr/audiobookshelf-app/commit/23f67239bcbe879c1df054fef710332dec3ca39b) Reverse buttons on connection form ### 📊 Changes **1 file changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `components/connection/ServerConnectForm.vue` (+4 -3) </details> ### 📄 Description Fixes https://github.com/advplyr/audiobookshelf-app/issues/1158 This PR switches the order of the "delete" and "submit" buttons for editing a server connection, then uses `flex-row-reverse` to keep the UI looking the same. Pressing "enter" while being focused on the password field now submits and attempts a connection instead of trying to delete the server config. Tested on Android, Pixel 6a. --- <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-24 23:59:11 +02:00
adam closed this issue 2026-04-24 23:59:11 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1542