aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-16 16:17:21 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-16 16:17:21 +0200
commitb3b173582e110e51df5a5931c3293049d39695a6 (patch)
tree5c86837a61dc54a9eefbb5cb796640f46d650aa1
parent9143dcfc18b3c11d98ff64eab530a417c16f809b (diff)
comment display-issuye-type-in-list-and-show-views
-rw-r--r--app/Main.hs8
1 files changed, 8 insertions, 0 deletions
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
--