extensions-app: Indicate extension errors

Currently there is no indication that an extension had an error except
for the sensitivity of the switch (which may have a different cause).

This is useful information to users, so add a small error indicator
alongside the updates icon and show the actual error in the details.

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2337
This commit is contained in:
Florian Müllner
2020-05-11 15:31:29 +02:00
committed by Florian Müllner
parent 48e6a58250
commit 9cad7ae975
3 changed files with 68 additions and 3 deletions

View File

@ -8,4 +8,5 @@
-gtk-icon-transform: rotate(-0.25turn);
}
image.error { color: @error_color; }
image.warning { color: @warning_color; }