-
Notifications
You must be signed in to change notification settings - Fork 10
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
ListView - compact representation #62
Comments
Is the sort order something like:
Where |
And is this orthogonal to expanded-ness? I.e. will links look like An alternative would be to make the width responsive & add more data as we get space. |
And just to clarify, the dark red background and bold ID in your mocks are “this is the selected node”? And the background grows to the right to represent the fraction of completed tasks within the issue (#18, like we have for both expanded, #8, and collapsed, #9, nodes now, although there the fill color is always green)? What happens when you select a task with tasks but no completed tasks? Is selection only shown through the bold ID? Or do we want to draw a border around only the selected card, or some such? |
|
What do you think of |
On seeing this, many people have requested a List View. I think this is a good idea. I've mocked this up.
Notes:
depends on #70
The text was updated successfully, but these errors were encountered: