This patch updates the account settings view, trying to make it look a bit cleaner by:
Making the logout button look more like a button. The full width looked odd on large devices or in landscape mode.
Removing the version number. It is already listed in the main menu anyway.
Moving the hint about reporting bugs and the GitHub link to the bottom.
The hint is still a bit weird in this view. Maybe long-term, we want to move all these information about the app (version, issues, …) to a separate view. But that's something for another day.
🔄 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/560
**Author:** [@lkiesow](https://github.com/lkiesow)
**Created:** 2/8/2023
**Status:** ✅ Merged
**Merged:** 2/8/2023
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `account-version-github`
---
### 📝 Commits (1)
- [`48cc000`](https://github.com/advplyr/audiobookshelf-app/commit/48cc000b952deba51da32ac367cdcbc805b30f6f) App info in account settings
### 📊 Changes
**1 file changed** (+3 additions, -6 deletions)
<details>
<summary>View changed files</summary>
📝 `pages/account.vue` (+3 -6)
</details>
### 📄 Description
This patch updates the account settings view, trying to make it look a bit cleaner by:
- Making the logout button look more like a button. The full width looked odd on large devices or in landscape mode.
- Removing the version number. It is already listed in the main menu anyway.
- Moving the hint about reporting bugs and the GitHub link to the bottom.
The hint is still a bit weird in this view. Maybe long-term, we want to move all these information about the app (version, issues, …) to a separate view. But that's something for another day.

---
<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/560
Author: @lkiesow
Created: 2/8/2023
Status: ✅ Merged
Merged: 2/8/2023
Merged by: @advplyr
Base:
master← Head:account-version-github📝 Commits (1)
48cc000App info in account settings📊 Changes
1 file changed (+3 additions, -6 deletions)
View changed files
📝
pages/account.vue(+3 -6)📄 Description
This patch updates the account settings view, trying to make it look a bit cleaner by:
The hint is still a bit weird in this view. Maybe long-term, we want to move all these information about the app (version, issues, …) to a separate view. But that's something for another day.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.