From 941caf9d85996a6a6a587bcca97ed751f0ce22e2 Mon Sep 17 00:00:00 2001 From: BOHA Date: Sun, 7 Jun 2026 21:55:20 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20v2.0.1=20=E2=80=94=20button/i?= =?UTF-8?q?con=20consistency=20+=20mobile=20header=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit UI consistency pass on top of v2.0.0: - Colored button text unified to white on all filled controls (both themes); darker dark-mode fills so white stays legible. - Icon badges unified via a shared iconBadgeSx (solid tile + white glyph). - Detail-page header action buttons stack one-per-row on mobile. - Dropped the duplicate "Zrušit" in the plan view-cell modal. No DB migrations. tsc -b --noEmit, npm run build, vitest 152/152 clean. 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 607a117..ff88997 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "app-ts", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "app-ts", - "version": "2.0.0", + "version": "2.0.1", "license": "ISC", "dependencies": { "@dnd-kit/core": "^6.3.1", diff --git a/package.json b/package.json index ab5ef91..c964f4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-ts", - "version": "2.0.0", + "version": "2.0.1", "description": "", "main": "dist/server.js", "scripts": {