From f1c47a7f90d75311fb6aa12a7b897e5f16aa73ca Mon Sep 17 00:00:00 2001 From: balex Date: Fri, 27 Mar 2026 22:10:33 +0100 Subject: [PATCH] portfolio tech --- portfolio-view/.claude/settings.json | 7 +++++++ .../src/components/architecture/ArchitectureSection.tsx | 1 - portfolio-view/tsconfig.tsbuildinfo | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 portfolio-view/.claude/settings.json diff --git a/portfolio-view/.claude/settings.json b/portfolio-view/.claude/settings.json new file mode 100644 index 0000000..47b3190 --- /dev/null +++ b/portfolio-view/.claude/settings.json @@ -0,0 +1,7 @@ +{ + "permissions": { + "allow": [ + "Bash(npm run:*)" + ] + } +} diff --git a/portfolio-view/src/components/architecture/ArchitectureSection.tsx b/portfolio-view/src/components/architecture/ArchitectureSection.tsx index ef6e065..3bab93b 100644 --- a/portfolio-view/src/components/architecture/ArchitectureSection.tsx +++ b/portfolio-view/src/components/architecture/ArchitectureSection.tsx @@ -75,7 +75,6 @@ export function ArchitectureSection() { const nginxBot = Y_NGINX + H_SM const gwBot = Y_GATEWAY + H_MD const svcBot = Y_SVC + H_MD - const infraMidY = svcBot + (Y_INFRA - svcBot) / 2 // ≈ 332 // ── nginx box ─────────────────────────────────────────────── const nginxW = 150 diff --git a/portfolio-view/tsconfig.tsbuildinfo b/portfolio-view/tsconfig.tsbuildinfo index c22cfc8..12d6714 100644 --- a/portfolio-view/tsconfig.tsbuildinfo +++ b/portfolio-view/tsconfig.tsbuildinfo @@ -1 +1 @@ -{"root":["./src/app.tsx","./src/main.tsx","./src/components/chat/chatinput.tsx","./src/components/chat/chatmessage.tsx","./src/components/chat/chatwidget.tsx","./src/components/hero/herosection.tsx","./src/components/layout/footer.tsx","./src/components/layout/header.tsx","./src/components/projects/projectcard.tsx","./src/components/projects/projectssection.tsx","./src/hooks/usehrguestauth.ts","./src/services/api.ts","./src/types/index.ts","./vite.config.ts"],"version":"5.7.3"} \ No newline at end of file +{"root":["./src/app.tsx","./src/main.tsx","./src/components/architecture/architecturesection.tsx","./src/components/chat/chatinput.tsx","./src/components/chat/chatmessage.tsx","./src/components/chat/chatwidget.tsx","./src/components/deliver/deliversection.tsx","./src/components/hero/herosection.tsx","./src/components/layout/footer.tsx","./src/components/layout/header.tsx","./src/components/projects/projectcard.tsx","./src/components/projects/projectssection.tsx","./src/components/tech/techstacksection.tsx","./src/hooks/usehrguestauth.ts","./src/services/api.ts","./src/types/index.ts","./vite.config.ts"],"version":"5.7.3"} \ No newline at end of file