diff --git a/Front/public/logout.svg b/Front/public/logout.svg new file mode 100644 index 0000000..3af916e --- /dev/null +++ b/Front/public/logout.svg @@ -0,0 +1,21 @@ + + + + + + diff --git a/Front/src/Componentes/NavBarAutocompletable.svelte b/Front/src/Componentes/NavBarAutocompletable.svelte index 2ef9085..5640120 100644 --- a/Front/src/Componentes/NavBarAutocompletable.svelte +++ b/Front/src/Componentes/NavBarAutocompletable.svelte @@ -1,126 +1,166 @@ - - AlquilaFacil - - - - - - - - - {#if theme === "light" } - - {:else} - - {/if} - - navigate("/notificaciones")}> - - {#if hayNotis} - - ! - unread messages - - {/if} - - - - (isOpen = !isOpen)} /> - - - {#each $permisos as item } - - - redirijir("/grupo/"+item.nombre)} >{item.nombre} - - Toggle Dropdown - - - {#each item.idpermisos as perm} - {perm.descripcion} - - {/each} - + AlquilaFacil + + + + + - - {/each} - - + + {#if theme === "light"} + + {:else} + + {/if} + + navigate("/notificaciones")} + > + + {#if hayNotis} + + ! + unread messages + + {/if} + + + + + + + + (isOpen = !isOpen)} /> + + + {#each $permisos as item} + + + redirijir("/grupo/" + item.nombre)} + >{item.nombre} + + Toggle Dropdown + + + {#each item.idpermisos as perm} + {perm.descripcion} + + {/each} + + + + {/each} + +