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

Responsive Kanban view #553

Open
3 tasks done
sjmgarnier opened this issue Feb 6, 2024 · 1 comment
Open
3 tasks done

Responsive Kanban view #553

sjmgarnier opened this issue Feb 6, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@sjmgarnier
Copy link

Have you read a contributing guide?

  • I have read CONTRIBUTING.md
  • I have searched the existing requests and didn't find any that were similar
  • I have considered creating a pull request instead and want to proceed

Clear and concise description of the problem

At the moment, the kanban view "bleeds" off-screen if the width of the page layout is too small to display it in its entirety.

Suggested solution

Two possible solutions:

  1. Make the width of the kanban columns responsive; this might not work well on small screens where the columns might become too narrow to see anything (though, this other feature request Responsive layout width #552 I just made might alleviate some of this issue)
  2. Re-tile the kanban view automatically when the width is too small to accommodate all the columns; the right-most columns could be moved below the left-most columns, and maybe the number of items displayed in each column could be halved simultaneously to provide a more compact view on small screens.

Alternative

No response

Additional context

No response

@sjmgarnier sjmgarnier added the enhancement New feature or request label Feb 6, 2024
@yasyuk
Copy link

yasyuk commented Feb 6, 2024

I agree that the Kanban view doesn't look perfect right now.
However, responsive column widths won't help. Imagine a Kanban with 10-20 columns. I understand this is a rare use case, but we should keep it in mind.

One of our designers has some ideas and drafts on how to work with the Kanban view while keeping small screens in mind. We'll look at these ideas when we get back to working with the Kanban.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants