diff --git a/package-lock.json b/package-lock.json index 5aa809c..cb25ade 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "app-ts", - "version": "2.4.37", + "version": "2.4.38", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "app-ts", - "version": "2.4.37", + "version": "2.4.38", "license": "ISC", "dependencies": { "@anthropic-ai/sdk": "^0.102.0", diff --git a/package.json b/package.json index 6996c7a..7433121 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-ts", - "version": "2.4.37", + "version": "2.4.38", "description": "", "main": "dist/server.js", "scripts": { diff --git a/src/admin/components/dashboard/DashProfile.tsx b/src/admin/components/dashboard/DashProfile.tsx index 75b315a..edbee99 100644 --- a/src/admin/components/dashboard/DashProfile.tsx +++ b/src/admin/components/dashboard/DashProfile.tsx @@ -262,8 +262,9 @@ export default function DashProfile({ initial={reduce ? false : { opacity: 0, y: 12 }} animate={reduce ? undefined : { opacity: 1, y: 0 }} transition={{ duration: 0.25, delay: 0.15 }} + style={{ height: "100%" }} > - + - + @@ -360,10 +362,18 @@ export default function Dashboard() { )} - {/* Pravy sloupec: projekty + nabidky */} - + {/* Pravy sloupec: projekty + nabidky — both grow so the stacked + cards fill the column to match the neighbouring cards' height. */} + {dashData?.projects && ( - + +