Skip to content

Add option to swap priority, due and tags fields on the right side? #30

@riodelphino

Description

@riodelphino

Is your feature request related to a problem? Please describe.
The tag name length is not fixed, and the tags count is 0 to x.
So the beautiful UI is disturbed on the right side.

Describe the solution you'd like
Add option to config.toml to swap these fields:

  • priority
  • due
  • tags

I think following order is better:

  • tags
  • due
  • priority

My Solution:

  • A. Simply add option to Swap the right side fields order: ON/OFF

Describe alternatives you've considered

  • B. Add option to modify the order:
[list.order]
left = ["checkbox", "title"]
right = ["tags", "due", "priority"]`

It's just a example.

Additional context

Thanks again !

Metadata

Metadata

Labels

backendanything related to core logiccool afcool feature, must be added 100%frontendanything related to ui/uximportantvery urgent, must be done asap

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions