Skip to content

Feat/task status icons#64

Merged
textfuel merged 4 commits intotextfuel:mainfrom
pabsan-0:feat/task-status-icons
May 2, 2026
Merged

Feat/task status icons#64
textfuel merged 4 commits intotextfuel:mainfrom
pabsan-0:feat/task-status-icons

Conversation

@pabsan-0
Copy link
Copy Markdown
Contributor

@pabsan-0 pabsan-0 commented May 1, 2026

Closes #56: Helps identifying current pending/upcoming/reviewing work at a glance.

Adds an optional gui.statusIcons map. Statuses with a configured icon render as the icon in the issue list, unconfigured types keep their default. Empty by default. One could also write plaintext instead of icons.

gui:
  statusIcons:
    To do: "📋"
    On hold: "⏸️"
    Future: "🔜"

Thanks for the inspiration and boilerplate to @seflue, as this was basically copying his work

@pabsan-0 pabsan-0 requested a review from textfuel as a code owner May 1, 2026 17:29
@seflue
Copy link
Copy Markdown
Contributor

seflue commented May 2, 2026

Thanks for implementing this!

I think, we should also extend the Config.md to make the feature easier to discover by users and LLMs - I forgot this, when I submitted my first PR.

The next use case for icons which comes to my mind are icons for priorities. What do you think?

Comment thread pkg/tui/views/issues.go Outdated
Comment thread pkg/tui/views/issues.go Outdated
@pabsan-0
Copy link
Copy Markdown
Contributor Author

pabsan-0 commented May 2, 2026

Happy to ^^ This will be helpful in my day-to-day.

Regarding docs: I have just added info about statusIcons in Config.md. Given the similarity between the two features, took the liberty to also add info for typeIcons.

Regarding icons for priorities: Funnily enough, I've always being a hater of emojis in TUIs. I admit that for both the type and status scenario they do make sense because they save lots of horizontal space. IMO priorities could be handled with plain integers 0-N and yield more info in one single digit than any emoji could (with emojis you'd have to guess which of the two is more urgent, numbers solve that for you). To make this even clearer, maybe numbers could be painted increasingly red tone to clarify that higher=urgent. I'm not really acquainted with Jira urgency scale. We could either:

  • Implement priorities like we have done status and type e.g. having users map "medium" to 5 (or emojis if they like) in their config
  • If Jira urgency scale is not customisable and is always the same for everyone, add a config flag to display such colored integer based on the incoming priority string (Low, Medium...), rather than the string itself

@seflue
Copy link
Copy Markdown
Contributor

seflue commented May 2, 2026

Hm, the thing is: Enable the user to overwrite columns like the priorities gives them all sorts of options. I am a bit primed to the symbols Jira uses itself (the red ⏫ and 🔼 and the blue 🔽 and ⏬), but you can also define +2 ... -2 or A to whatever you like. As you said, the main driver here is communicating as much as possible with the least amount of space, because I need that for the actual content. 🙂

Copy link
Copy Markdown
Contributor

@seflue seflue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution. I guess @textfuel as the maintainer has to approve also to merge it.

@textfuel
Copy link
Copy Markdown
Owner

textfuel commented May 2, 2026

Looks great, thanks!
Also thanks @seflue for jumping in on review, much appreciated. I will adjust CODEOWNERS

@textfuel textfuel merged commit 6af4d03 into textfuel:main May 2, 2026
2 checks passed
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request May 8, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [textfuel/lazyjira](https://github.com/textfuel/lazyjira) | minor | `v2.9.0` → `v2.13.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>textfuel/lazyjira (textfuel/lazyjira)</summary>

### [`v2.13.0`](https://github.com/textfuel/lazyjira/releases/tag/v2.13.0)

[Compare Source](textfuel/lazyjira@v2.12.0...v2.13.0)

#### Changelog

- [`16a6dd6`](textfuel/lazyjira@16a6dd6) Merge branch 'hotfixes-of-demo-check'
- [`11ba667`](textfuel/lazyjira@11ba667) Reach parents and children from the task list ([#&#8203;68](textfuel/lazyjira#68))
- [`26afc79`](textfuel/lazyjira@26afc79) Show parent-link children in Sub tab on Cloud ([#&#8203;66](textfuel/lazyjira#66))
- [`d5f63df`](textfuel/lazyjira@d5f63df) changelog
- [`34ab861`](textfuel/lazyjira@34ab861) changelog
- [`5dbd650`](textfuel/lazyjira@5dbd650) codowners adjustments
- [`6aa089d`](textfuel/lazyjira@6aa089d) fixes
- [`d22816b`](textfuel/lazyjira@d22816b) release v2.13.0

***

**Full changelog:** [CHANGELOG.md](https://github.com/textfuel/lazyjira/blob/main/CHANGELOG.md)

### [`v2.12.0`](https://github.com/textfuel/lazyjira/releases/tag/v2.12.0)

[Compare Source](textfuel/lazyjira@v2.11.1...v2.12.0)

#### Changelog

- [`6af4d03`](textfuel/lazyjira@6af4d03) Feat/task status icons ([#&#8203;64](textfuel/lazyjira#64))
- [`a19773b`](textfuel/lazyjira@a19773b) changelog
- [`4ca1ee7`](textfuel/lazyjira@4ca1ee7) release v2.12.0
- [`c476e2b`](textfuel/lazyjira@c476e2b) sprint fields ([#&#8203;48](textfuel/lazyjira#48))

***

**Full changelog:** [CHANGELOG.md](https://github.com/textfuel/lazyjira/blob/main/CHANGELOG.md)

### [`v2.11.1`](https://github.com/textfuel/lazyjira/releases/tag/v2.11.1)

[Compare Source](textfuel/lazyjira@v2.11.0...v2.11.1)

#### Changelog

- [`29ca5ae`](textfuel/lazyjira@29ca5ae) Route to tracking only on exact remote match ([#&#8203;62](textfuel/lazyjira#62))
- [`5516244`](textfuel/lazyjira@5516244) release v2.11.1

***

**Full changelog:** [CHANGELOG.md](https://github.com/textfuel/lazyjira/blob/main/CHANGELOG.md)

### [`v2.11.0`](https://github.com/textfuel/lazyjira/releases/tag/v2.11.0)

[Compare Source](textfuel/lazyjira@v2.10.2...v2.11.0)

#### Changelog

- [`382fe06`](textfuel/lazyjira@382fe06) changelog
- [`23b6d49`](textfuel/lazyjira@23b6d49) feat: add catppuccin theme support ([#&#8203;59](textfuel/lazyjira#59))
- [`ced4b10`](textfuel/lazyjira@ced4b10) readme v2 path
- [`9d434fc`](textfuel/lazyjira@9d434fc) release v2.11.0
- [`e570d8b`](textfuel/lazyjira@e570d8b) some dev QOL ([#&#8203;60](textfuel/lazyjira#60))

***

**Full changelog:** [CHANGELOG.md](https://github.com/textfuel/lazyjira/blob/main/CHANGELOG.md)

### [`v2.10.2`](https://github.com/textfuel/lazyjira/releases/tag/v2.10.2)

[Compare Source](textfuel/lazyjira@v2.10.1...v2.10.2)

#### Changelog

- [`94fafd7`](textfuel/lazyjira@94fafd7) fix of v2 version naming ([#&#8203;57](textfuel/lazyjira#57))
- [`86f48fe`](textfuel/lazyjira@86f48fe) release v2.10.2

***

**Full changelog:** [CHANGELOG.md](https://github.com/textfuel/lazyjira/blob/main/CHANGELOG.md)

### [`v2.10.1`](https://github.com/textfuel/lazyjira/releases/tag/v2.10.1)

[Compare Source](textfuel/lazyjira@v2.10.0...v2.10.1)

#### Changelog

- [`fe34157`](textfuel/lazyjira@fe34157) changelog
- [`5728a57`](textfuel/lazyjira@5728a57) pkg/config: accept string shorthand for the projects list ([#&#8203;53](textfuel/lazyjira#53))
- [`cce7280`](textfuel/lazyjira@cce7280) release v2.10.1

***

**Full changelog:** [CHANGELOG.md](https://github.com/textfuel/lazyjira/blob/main/CHANGELOG.md)

### [`v2.10.0`](https://github.com/textfuel/lazyjira/releases/tag/v2.10.0)

[Compare Source](textfuel/lazyjira@v2.9.0...v2.10.0)

#### Changelog

- [`45afec5`](textfuel/lazyjira@45afec5) Add configurable custom commands ([#&#8203;42](textfuel/lazyjira#42))
- [`851bfa1`](textfuel/lazyjira@851bfa1) Context-sensitive preview for Sub/Lnk tabs ([#&#8203;55](textfuel/lazyjira#55))
- [`f546bc7`](textfuel/lazyjira@f546bc7) Make maxResults configurable globally and per tab ([#&#8203;45](textfuel/lazyjira#45))
- [`672fb6d`](textfuel/lazyjira@672fb6d) changelog
- [`67bdf1a`](textfuel/lazyjira@67bdf1a) changelog
- [`d14fb0e`](textfuel/lazyjira@d14fb0e) perl for make release
- [`b04c7a8`](textfuel/lazyjira@b04c7a8) release v2.10.0

***

**Full changelog:** [CHANGELOG.md](https://github.com/textfuel/lazyjira/blob/main/CHANGELOG.md)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjguNSIsInVwZGF0ZWRJblZlciI6IjQzLjE2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiLCJhdXRvbWF0aW9uOmJvdC1hdXRob3JlZCIsImRlcGVuZGVuY3ktdHlwZTo6bWlub3IiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some issue status share the same icon

3 participants