dooit-org / dooit

An awesome TUI todo manager
MIT License
2.1k stars 97 forks source link

💡 [FEAT] Configurable Todo List Column Order #185

Closed silentjay closed 1 month ago

silentjay commented 1 month ago

Would be nice option to be able to configure the column order in the todo list. For example being able to move the urgency and/or the date columns to the left of the task description/status icons would help in picking out tasks to work on for those of us using full screen terminals.

2024-09-15_11-56 (1)

kraanzu commented 1 month ago

Do you mean something like this?

Check out the first line of the section

silentjay commented 1 month ago

Ah that's exactly what I meant thanks. I did check out the config but completely missed this setting sorry. Have now set it in my config and changed the order but there's no change. Had a quick search in the code and there's no reference to COLUMN_ORDER so I assume it's not been implemented yet?

kraanzu commented 1 month ago

Ah shit my bad, I changed the implementation in the latest version and forgot to remove this. The current rendering method is bad and doesn't allow too many modifications hence I've been working on a new version that would allow this but I'm not really sure when It'll come out. I'm now a bit free to work on it often. I'm so sorry

silentjay commented 1 month ago

No problem, I'll close this then. Once I'm more familiar with the app and codebase I might create some pull requests although maybe I'll wait for the new version first.

github-actions[bot] commented 1 month ago

Did we solve your problem? Glad we could help!

Consider sponsoring my work through github sponsors :smile: – @kraanzu