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

Added dialog to hide columns #67

Merged
merged 2 commits into from
Mar 6, 2023
Merged

Conversation

corrodedHash
Copy link
Contributor

Option to hide columns to reduce the size of tasks in list on mobile devices, as discussed in #65

@DCsunset
Copy link
Owner

DCsunset commented Mar 5, 2023

Thanks for your contribution! The implementation looks mostly good to me.

One thing to mention is that the initial state of the checkboxes in the dialog doesn't seem right. (Nothing is checked but all columns are shown) Could you try to fix that problem?

@corrodedHash
Copy link
Contributor Author

Yes, sorry, I got confused with the :value property on the checkbox, it does not actually change the true/false state.

Reading up on the documentation I found an even clearer way to handle the checkbox state.

Thank you for your review!

@DCsunset
Copy link
Owner

DCsunset commented Mar 6, 2023

It looks perfect now! Thanks for your contribution!

@DCsunset DCsunset merged commit 35926f1 into DCsunset:master Mar 6, 2023
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