From 6b42775e47af4114a9741f6aaf95f410ee7f597d Mon Sep 17 00:00:00 2001 From: Louis Ouellet Date: Wed, 24 Sep 2025 16:57:18 -0400 Subject: [PATCH 1/2] General: Version bumped to v0.0.23 --- VERSION | 2 +- info.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 6a11e82..9aaae2c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.0.22 +v0.0.23 diff --git a/info.cfg b/info.cfg index ca9e883..90ac055 100644 --- a/info.cfg +++ b/info.cfg @@ -4,8 +4,8 @@ "base": "process", "author": "LaswitchTech", "email": "support@laswitchtech.com", - "date": "2025-09-23", - "version": "v0.0.22", + "date": "2025-09-24", + "version": "v0.0.23", "tags": "process, task, management, workflow, automation", "description": "This plugin provides a comprehensive system for managing task processes, allowing users to create, edit, and monitor workflows. It includes features such as process creation, task assignment, and progress tracking, enabling efficient automation of tasks within the application.", "repository": "https://github.com/LaswitchTech/core-plugin-process", From f56358666696a847add18afc2140afcb0ee59162 Mon Sep 17 00:00:00 2001 From: Louis Ouellet Date: Tue, 7 Oct 2025 15:14:42 -0400 Subject: [PATCH 2/2] General: Added borders on the tasks for better readability --- styles.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.less b/styles.less index 326d5cb..d38ff76 100644 --- a/styles.less +++ b/styles.less @@ -14,6 +14,10 @@ cursor: not-allowed; } + &:not(.disable) { + border: var(--bs-border-width) solid var(--bs-border-color); + } + &.done { background-color: var(--bs-success); color: var(--bs-body-bg);