Support configurable icons for issue types#38
Merged
textfuel merged 2 commits intotextfuel:mainfrom Apr 13, 2026
Merged
Conversation
textfuel
requested changes
Apr 10, 2026
Owner
textfuel
left a comment
There was a problem hiding this comment.
nice contribution, thanks for picking this up! The feature is clean and the config design is intuitive
left a couple of minor comments on the diff, around emoji width handling and an easy optimization. Nothing blocking, just things worth looking at before merge
the overall approach is solid, especially how it stays fully opt-in and doesnt touch behavior when typeIcons isnt configured. good stuff!
Issue types in the list view can now show user-defined icons instead of the type name. Configured via gui.typeIcons map in config.yml.
textfuel
approved these changes
Apr 10, 2026
Owner
textfuel
left a comment
There was a problem hiding this comment.
looks good, gonna test locally and merge. thanks for the updates!
textfuel
requested changes
Apr 13, 2026
textfuel
approved these changes
Apr 13, 2026
textfuel
pushed a commit
that referenced
this pull request
May 2, 2026
* boilerplate ported and adjusted off PR #38 * fix: proper padding for fields with no statusIcon * @seflue review: column alignment compacted from if-else to max() && typo Co-authored-by: Sebastian Flügge <[email protected]> * add typeIcon and statusIcon info to docs --------- Co-authored-by: Sebastian Flügge <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #37
Adds an optional
gui.typeIconsmap. Types with a configured icon render as the icon in the issue list, unconfigured types keep their full text. Empty by default.