From 1bea749fedb1fb58f5e8eb3ff1be33d8954476cb Mon Sep 17 00:00:00 2001 From: Ruben Carlo Benante Date: Mon, 6 Jul 2026 07:28:06 -0300 Subject: [PATCH] always show comment icon on cards: bubble+ to add the first comment, placed in native comment slot; v0.3.1 --- Asset/js/relocate.js | 62 +++++++++++++++++++++++----- Plugin.php | 2 +- Template/board/task_comment_icon.php | 6 ++- VERSION | 2 +- 4 files changed, 59 insertions(+), 13 deletions(-) diff --git a/Asset/js/relocate.js b/Asset/js/relocate.js index ce0ec9b..4630931 100644 --- a/Asset/js/relocate.js +++ b/Asset/js/relocate.js @@ -1,17 +1,23 @@ /* - * OrganonTweaks -- place the "Remove this Column" entry inside the native column menu. + * OrganonTweaks -- move plugin-injected DOM bits into their native positions on the board. * - * Kanboard only exposes the template:board:column:dropdown hook AFTER the column menu - *