GNU bug report logs - #70903
[PATCH] Reverse colors for open and done; open is now red, and done is green.

Previous Next

Package: mumi;

Reported by: Felix Lechner <felix.lechner <at> lease-up.com>

Date: Mon, 13 May 2024 04:33:02 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: bug#70903: closed (Re: [PATCH] Reverse colors for open and done;
 open is now red, and done is green.)
Date: Fri, 14 Mar 2025 14:16:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#70903: [PATCH] Reverse colors for open and done; open is now red, and done is green.

which was filed against the mumi package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 70903 <at> debbugs.gnu.org.

-- 
70903: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70903
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: 70903-done <at> debbugs.gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: Re: [PATCH] Reverse colors for open and done; open is now red, and
 done is green.
Date: Fri, 14 Mar 2025 14:15:32 +0000
Hi Felix,

I think we should go with green for Open issues and purple for Done
issues, like GitHub does. Red feels a bit too harsh, even for open
issues. I have made this change.
https://git.savannah.gnu.org/cgit/guix/mumi.git/commit/?id=05e460b58d75daf6e968b552164c0ce3be58cf27

Thanks!

[Message part 3 (message/rfc822, inline)]
From: Felix Lechner <felix.lechner <at> lease-up.com>
To: bug-mumi <at> gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: [PATCH] Reverse colors for open and done;
 open is now red, and done is green.
Date: Sun, 12 May 2024 21:17:36 -0700
The previous color scheme was not consistent with the idea that red
signifies the need for corrective action, while green stands for all
clear.

This inconsistency was especially apparent when red CI badges appear
next to a red item that said "done."
---
 assets/css/screen.css | 4 ++--
 assets/mumi.scss      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/assets/css/screen.css b/assets/css/screen.css
index e4dcc10..4ef5a28 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -447,10 +447,10 @@ div.line pre {
 }
 
 .status-tag.done {
-    background: #cb2431;
+    background: #2cbe4e;
 }
 .status-tag.open {
-    background: #2cbe4e;
+    background: #cb2431;
 }
 
 .error.parse {
diff --git a/assets/mumi.scss b/assets/mumi.scss
index e605630..571a811 100644
--- a/assets/mumi.scss
+++ b/assets/mumi.scss
@@ -650,10 +650,10 @@ div.line pre {
 }
 
 .status-tag.done {
-    background: #cb2431;
+    background: #2cbe4e;
 }
 .status-tag.open {
-    background: #2cbe4e;
+    background: #cb2431;
 }
 
 .error.parse {

base-commit: 99416ed5c7d950eaf54d52023a2efd975bccac92
-- 
2.41.0




This bug report was last modified 124 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.