From e71316dfe7b686ea1f5dd51a5783e29cd8c1b580 Mon Sep 17 00:00:00 2001 From: Bastian Masanek Date: Fri, 31 Oct 2025 12:36:32 +0100 Subject: [PATCH] Update local settings and refactor FormField component - Add new entries to settings.local.json for additional functionality - Refactor FormField.vue to change slot prop name for better clarity --- .claude/settings.local.json | 4 +++- app/components/ui/form/FormField.vue | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index e806806..f1269af 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -44,7 +44,9 @@ "Bash(npx shadcn-nuxt@latest add:*)", "Bash(pnpm exec nuxi:*)", "mcp__context7__get-library-docs", - "mcp__playwright__browser_click" + "mcp__playwright__browser_click", + "mcp__playwright__browser_type", + "WebFetch(domain:www.shadcn-vue.com)" ], "deny": [], "ask": [] diff --git a/app/components/ui/form/FormField.vue b/app/components/ui/form/FormField.vue index f39a426..9a6a3b0 100644 --- a/app/components/ui/form/FormField.vue +++ b/app/components/ui/form/FormField.vue @@ -15,6 +15,6 @@ defineProps()