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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1252
Author: @nichwall
Created: 6/30/2024
Status: ❌ Closed
Base:
master← Head:switch_login_buttons📝 Commits (1)
23f6723Reverse 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-reverseto 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.