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

Implement mobile list option #65

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

Conversation

corrodedHash
Copy link
Contributor

On mobile, the tasklist is really difficult to view, because each task is basically one screen height.

A short fix to this (which is implemented in this PR) is just disabling the mobile breakpoint.
A better solution might be to implement a new list for mobile, which presents less information, and gives full information only when expanded.

@DCsunset
Copy link
Owner

Hi, thanks for you contribution. I think a better way to do this is to hide some columns that is not frequently used for mobile list. Probably we can add an option to select columns to display when using a mobile device. So users can leave only Description and Actions if they want.

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.

2 participants