WorldBossTimers

WorldBossTimers

1M Downloads

Optimize readability of the tracking list

solakram opened this issue ยท 1 comments

commented

image

the layout, seperation and font kinda makes it hard to read. or at least it could be a lot better.

possible enhancements:

  • instead of seperating the data with a ":", use a more "table like" appraoch (aka each column as a fixed width, with nice spacing)
  • use a better time format (f.e. 00:00 - 12:00)
    -- maybe also add hours, aka 04:00:00 - 08:00:00)
  • maybe use a font that has the same width for each letter, but "table like" styling should handle this well enough

here is a bad photoshop as example:
Untitled

im not an UI/UX expert, so there may be other and better solutions for a better UX ;)

commented

I agree that here is room for improvement. The main issue is that there is no built-in monospace font. It's probably possible to add one as a resource but it's not something I've looked into.

Improving to 00:00-12:00 instead of 0s-2m 0s is definitely possible.