From 328de49ff1067f8b7300a1143bee346fa6bdc81e Mon Sep 17 00:00:00 2001 From: hreyes Date: Wed, 11 Feb 2026 17:12:19 -0600 Subject: [PATCH] feature/labels-users --- .../src/routes/dashboard/users/+page.svelte | 82 ++++++++++++------- 1 file changed, 53 insertions(+), 29 deletions(-) diff --git a/frontend/src/routes/dashboard/users/+page.svelte b/frontend/src/routes/dashboard/users/+page.svelte index 45af87ee..1edb8a30 100644 --- a/frontend/src/routes/dashboard/users/+page.svelte +++ b/frontend/src/routes/dashboard/users/+page.svelte @@ -17,6 +17,7 @@ import { Textarea } from '$lib/components/ui/textarea'; import { Switch } from '$lib/components/ui/switch'; import * as Select from '$lib/components/ui/select'; + import * as Tooltip from '$lib/components/ui/tooltip'; import { Badge } from '$lib/components/ui/badge'; import { Checkbox } from '$lib/components/ui/checkbox'; import { @@ -1064,35 +1065,58 @@
- - - - + + + + + Gestionar roles + + + + + + Editar usuario + + + + + + Restablecer contrasena + + + + + + Eliminar usuario +