From 2d520e03d61250aa2f23def7085686ca44f28062 Mon Sep 17 00:00:00 2001 From: gitea Date: Thu, 27 Nov 2025 16:43:45 -0300 Subject: [PATCH] =?UTF-8?q?Frontend=20v1.0.74:=20-=20Implementado=20drag?= =?UTF-8?q?=20&=20drop=20nativo=20HTML5=20para=20reordenar=20preguntas=20-?= =?UTF-8?q?=20Agregados=20estados=20draggedQuestion=20y=20dragOverQuestion?= =?UTF-8?q?=20-=20Handlers:=20handleDragStart,=20handleDragEnd,=20handleDr?= =?UTF-8?q?agOver,=20handleDrop=20-=20Indicador=20visual:=20l=C3=ADnea=20a?= =?UTF-8?q?zul=20en=20drop=20zone=20-=20Icono=20de=20agarre=20(=E2=8B=AE?= =?UTF-8?q?=E2=8B=AE)=20con=20tooltip=20"Arrastra=20para=20reordenar"=20-?= =?UTF-8?q?=20Opacidad=2050%=20en=20elemento=20arrastrado=20-=20Cursor=20'?= =?UTF-8?q?move'=20indica=20elemento=20arrastrable=20-=20Mantiene=20funci?= =?UTF-8?q?=C3=B3n=20moveQuestion=20para=20compatibilidad=20-=20Reordenami?= =?UTF-8?q?ento=20autom=C3=A1tico=20al=20soltar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 1d2e115..1d103a8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,5 +26,4 @@ "tailwindcss": "^3.4.1", "vite": "^5.0.11" } -} - +} \ No newline at end of file