Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-08-02 16:09:14 +0300
committerHannah von Reth <vonreth@kde.org>2021-08-06 14:38:17 +0300
commitb85ec4b389b8e33ce99111b92b7188b0d521adc6 (patch)
treed290fe1cd2eb262282457f04009208d5c77f7b7e /changelog/unreleased
parent2a9ad1ca4f9b2f5ece88adec7bb320a6ae514835 (diff)
Align sync status icons
Display info state if we have ignored issues Fixes: #7715 Fixes: #7365 Fixes: #7200 Fixes: #5860
Diffstat (limited to 'changelog/unreleased')
-rw-r--r--changelog/unreleased/771513
1 files changed, 13 insertions, 0 deletions
diff --git a/changelog/unreleased/7715 b/changelog/unreleased/7715
new file mode 100644
index 000000000..96618ed1c
--- /dev/null
+++ b/changelog/unreleased/7715
@@ -0,0 +1,13 @@
+Enhancement: Display the information state in case we encountered ignored errors
+
+If syncing a file fails multiple times we mark it as ignored to skip it for a certain amount of time.
+If we have ignored files we are not in sync, we now don't display the green icon.
+
+Additionally this change aligns the icon displayed in the system tray with the icon displayed in the app.
+
+https://github.com/owncloud/client/issues/7715
+https://github.com/owncloud/client/issues/7365
+https://github.com/owncloud/client/issues/7200
+https://github.com/owncloud/client/issues/5860
+
+https://github.com/owncloud/client/pull/8858