From 286da5e5dea01b27c2ce1e0fa2ce9095f18b34cd Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Fri, 1 Aug 2025 10:33:34 -0300 Subject: [PATCH] fix: gerar url/link. --- .claude/settings.local.json | 5 +- Views/Home/Index.cshtml | 57 +++++- wwwroot/css/site.css | 61 +++++- wwwroot/js/qr-speed-generator.js | 308 +++++++++++++++++++++++++++++-- 4 files changed, 413 insertions(+), 18 deletions(-) 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 @@
+ + + + + +