mejoras
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled

This commit is contained in:
2025-05-23 00:26:53 +02:00
parent 19fa52ca65
commit 28c225687a
431 changed files with 161955 additions and 2096 deletions

View File

@@ -5,9 +5,9 @@
<div class="flex items-center flex-1" wire:click="selectFolder({{ $folder->id }})">
<button wire:click.prevent="toggleFolder({{ $folder->id }})" class="mr-2">
@if(in_array($folder->id, $expandedFolders))
<x-icons icon="chevron-down" class="w-4 h-4 text-gray-400" />
<flux:icon.chevron-down class="size-4 text-gray-400" />
@else
<x-icons icon="chevron-right" class="w-4 h-4 text-gray-400" />
<flux:icon.chevron-right class="size-4 text-gray-400" />
@endif
</button>
<x-icons icon="folder" class="w-5 h-5 mr-2 text-yellow-500" />