From dafa6d6aabbc5144a29bc2e323a47123b651a74f Mon Sep 17 00:00:00 2001 From: BOHA Date: Sat, 6 Jun 2026 14:54:32 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.9.4=20=E2=80=94=20modal=20?= =?UTF-8?q?UX=20unification=20+=20project=20responsible-person=20filter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Unify modals: ConfirmModal now locks scroll; 8 ad-hoc modals migrated to the shared FormModal (consistent open/close animation, blurred backdrop, ESC, click-outside, scroll-lock, mobile, reduced-motion). FormModal gains submitDisabled + subtitle props. - Projects: the responsible-person picker (create modal + edit page) lists only active users with projects.view (edit page keeps the current assignee). Co-Authored-By: Claude Opus 4.8 (1M context) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d163f4..9f68b2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "app-ts", - "version": "1.9.3", + "version": "1.9.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "app-ts", - "version": "1.9.3", + "version": "1.9.4", "license": "ISC", "dependencies": { "@dnd-kit/core": "^6.3.1", diff --git a/package.json b/package.json index 684cb64..7a79f01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-ts", - "version": "1.9.3", + "version": "1.9.4", "description": "", "main": "dist/server.js", "scripts": {