From 0639685c79f155d38415104ff24ef4fe0fe05bd9 Mon Sep 17 00:00:00 2001 From: leandro Date: Tue, 9 Jun 2026 00:59:58 -0300 Subject: [PATCH] feat(ui): Optimizacion de componentes con agente --- .gitignore | 1 + .../Shared/Components/PhMap.razor | 95 ++++++++- .../Shared/Components/PhTable.razor | 39 +++- phronCare.UIBlazor/wwwroot/js/phmap.js | 182 ++++++++++++++---- 4 files changed, 259 insertions(+), 58 deletions(-) diff --git a/.gitignore b/.gitignore index 183c189..ad96746 100644 --- a/.gitignore +++ b/.gitignore @@ -428,3 +428,4 @@ FodyWeavers.xsd /Models/obj/Models.csproj.nuget.g.props /phronCare.API/obj/Debug/net8.0/ApiEndpoints.json /phronCare.API/.local-chromium/Win64-884014/chrome-win +/.agents/skills/analyzing-dotnet-performance diff --git a/phronCare.UIBlazor/Shared/Components/PhMap.razor b/phronCare.UIBlazor/Shared/Components/PhMap.razor index ebbd273..b2838af 100644 --- a/phronCare.UIBlazor/Shared/Components/PhMap.razor +++ b/phronCare.UIBlazor/Shared/Components/PhMap.razor @@ -1,4 +1,6 @@ @using phronCare.UIBlazor.Shared.Services +@using System.Timers +@implements IAsyncDisposable @inject IJSRuntime JS @@ -10,11 +12,12 @@ { - }