diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 0dc554e..f970722 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/claude-code-settings.json", "permissions": { "allow": [ "Bash(dotnet new:*)", @@ -9,7 +10,9 @@ "Bash(dotnet run:*)", "Bash(curl:*)", "Bash(pkill:*)", - "Bash(true)" + "Bash(true)", + "Bash(dotnet clean:*)", + "Bash(grep:*)" ], "deny": [] } diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index f06d1ca..cbb344e 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -11,6 +11,9 @@
+ + +
@@ -80,10 +83,6 @@ - @if (User.Identity.IsAuthenticated) - { - - }
@@ -118,6 +117,56 @@
+ + + + + +