From 48cc000b952deba51da32ac367cdcbc805b30f6f Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Tue, 7 Feb 2023 23:55:21 +0100 Subject: [PATCH] App info in account settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- pages/account.vue | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pages/account.vue b/pages/account.vue index ef3f31d1..4799ce1e 100644 --- a/pages/account.vue +++ b/pages/account.vue @@ -4,11 +4,10 @@ - Logoutlogout + Logoutlogout -
-
-

Report bugs, request features, provide feedback, and contribute on github.

+
+

Report bugs, request features, provide feedback, and contribute on GitHub

- -

{{ $config.version }}