From b3b173582e110e51df5a5931c3293049d39695a6 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Mon, 16 Oct 2023 16:17:21 +0200 Subject: comment display-issuye-type-in-list-and-show-views --- app/Main.hs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/Main.hs') diff --git a/app/Main.hs b/app/Main.hs index 2bac63f..b094a72 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -214,6 +214,14 @@ -- Depending on the type of issue (TODO, FIXME, ...) there should be -- either a prefix in the list view (e.g. 🏗️, 🐞, ...), or the list -- should be grouped by the type. +-- +-- COMMENT I imagine emojis might be off-putting to some potential users. I +-- would like a configuration option to disable emojis and display the marker +-- instead. +-- +-- I am fine with having emojis by default. However, seeing that markers are +-- extendable, maybe we should make it an opt-in configuration in the first +-- place? -- TODO Add option to group issue list -- -- cgit v1.2.3