mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
parent
72a55c13b6
commit
e864811a85
4 changed files with 3 additions and 4 deletions
|
|
@ -15,7 +15,7 @@
|
|||
</script>
|
||||
|
||||
<ul class="list-none ml-2">
|
||||
{#each Object.entries(items) as [path, tree]}
|
||||
{#each Object.entries(items).sort() as [path, tree]}
|
||||
{@const value = normalizeTreePath(`${parent}/${path}`)}
|
||||
{@const key = value + getColor(value)}
|
||||
{#key key}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue