Skip to content

Conversation

@veronika-tseleva-cleantalk
Copy link
Contributor

js/src/widget.js Outdated
projectId: this.params.projectId,
accountId: this.params.accountId,
taskMeta: JSON.stringify(this.selectedData),
taskMeta: JSON.stringify(this.selectedData ? this.selectedData : {pageURL:"http://localhost/"}),
Copy link
Member

Choose a reason for hiding this comment

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

Is default pageURL correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry, that was for testing.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Corrected

js/src/widget.js Outdated
this.createWidgetElement(this.type_name)
}) || '';

// document.querySelector('#doboard_task_widget-task_count')?.addEventListener('click', () => {
Copy link
Member

Choose a reason for hiding this comment

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

Please, remove the unused code.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Corrected

</svg>`;
}

// static logoDoBoardWhite() {
Copy link
Member

Choose a reason for hiding this comment

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

An unnecessary code?

Copy link
Member

Choose a reason for hiding this comment

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

And in css

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Corrected

@veronika-tseleva-cleantalk veronika-tseleva-cleantalk merged commit 35e3377 into dev Dec 29, 2025
3 checks passed
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.

5 participants