From e34ef4f458101610e9cd854056a92eedd8792f83 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Mon, 13 Nov 2023 14:46:57 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20the=20=E2=80=9Csales=E2=80=9D=20box=20?= =?UTF-8?q?from=20the=20dashboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are no sales yet in Numerus, and having that summary there confuses people. He left the space there, without any text or background color, to maintain the position of the rest. Closes #87. --- web/static/numerus.css | 4 ---- web/template/dashboard.gohtml | 2 -- 2 files changed, 6 deletions(-) diff --git a/web/static/numerus.css b/web/static/numerus.css index e44c51c..bb34ad0 100644 --- a/web/static/numerus.css +++ b/web/static/numerus.css @@ -1040,10 +1040,6 @@ div[x-data="snackbar"] div[role="alert"].enter.end, div[x-data="snackbar"] div[r min-width: 33rem; } -#income-statement div:first-child { - background-color: var(--numerus--color--yellow); -} - #income-statement div:nth-child(2) { background-color: var(--numerus--color--green); } diff --git a/web/template/dashboard.gohtml b/web/template/dashboard.gohtml index 0e40395..ed60148 100644 --- a/web/template/dashboard.gohtml +++ b/web/template/dashboard.gohtml @@ -26,8 +26,6 @@
-
{{ (pgettext "Sales" "term") }}
-
{{ formatPriceSpan .Sales }}
{{ (pgettext "Income" "term") }}