mirror of
https://github.com/immich-app/immich.git
synced 2025-11-26 00:20:47 +09:00
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user