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

Color for the columns #58

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

Conversation

Grein-Air
Copy link

Now it's possible to change the color of the columns (new from item in the column-form).

if (element.options !== undefined) {
let options = JSON.parse(element.options);
this.toggleClass(options.autohide, 'mod_kanban_autohide');
if (options.autohide === undefined) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not necessary as toggleClass() already handles undefined values.

@@ -389,7 +389,7 @@ a.mod_kanban_attachment_item {
}

.mod_kanban_board .btn {
background-color: white;
background-color: transparent;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reason for this change?

@sh-csg
Copy link
Contributor

sh-csg commented Oct 30, 2024

Thanks a lot for your contribution (and sorry for the delay)! I left two small comments on your code, could you please address them?

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