Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new formatting for tasks #9859

Open
wants to merge 1 commit into
base: 4
Choose a base branch
from
Open

Conversation

sunnysideup
Copy link
Contributor

Having the tasks in two columns is hard to read:
a. should I go across or down? what is the logical order?
b. items jump from bottom of col1 to top of col2
c. lists should be able to scrolled down to make it easy to read / quickly.

As a developer you often try to quickly find a task that you need to run from 10s of entries in the list.

So, what I have done is:

  1. revert to one column
  2. only show the titles, but keep the descriptions available so that you can use CTRL+F
  3. set max-width to keep it legible
  4. dont show too much at the same time, to keep it simple

Having the tasks in two columns is hard to read:
a. should I go across or down? what is the logical order?
b. items jump from bottom of col1 to top of col2
c. lists should be able to scrolled down.

So, what I have done is:

1. revert to one column
2. only show the titles, but keep the descriptions available so that you can use CTRL+F
3. set max-width to keep it legible
@michalkleiner
Copy link
Contributor

Can you add before/after screenshots, please, @sunnysideup?

@michalkleiner
Copy link
Contributor

Quite recent related PR update to the exact same area: #9540

@sunnysideup
Copy link
Contributor Author

sunnysideup commented Feb 16, 2021

before:

image

After

image

@michalkleiner - I would see if both PRs can be implemented. I can have a look at this if it is of interest.

@sunnysideup
Copy link
Contributor Author

@michalkleiner , I will work with the other commit.

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.

None yet

2 participants