From 7be1f0a71c3b26db504bc48b754acb208ef5c05b Mon Sep 17 00:00:00 2001 From: tomasz1986 Date: Thu, 2 Sep 2021 04:59:47 +0900 Subject: [PATCH] gui: Move dismiss button after add/ignore buttons (#7848) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, the dismiss button is displayed as the first of the three buttons. However, the most common action that the user wants to do when sharing a new folder is to add it on a different device. Because of this, the add button should be displayed first as the most prominent of the three. The ignore button is the opposite of the add button, and also results in a parmenent action, hence it makes sense to lump the two together. Thus, the dismiss button should be moved to the last place as an alternative to the two main actions, when the user is yet unsure what they want to do with the notification. Signed-off-by: Tomasz WilczyƄski --- gui/default/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gui/default/index.html b/gui/default/index.html index 27dbf05e4..0549f5cb1 100644 --- a/gui/default/index.html +++ b/gui/default/index.html @@ -209,15 +209,15 @@ @@ -253,9 +253,6 @@