added support to reference collections in the UI with both their name and id
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</script>
|
||||
|
||||
<a
|
||||
href="/collections?collectionId={collection.id}"
|
||||
href="/collections?collection={collection.id}"
|
||||
class="sidebar-list-item"
|
||||
title={collection.name}
|
||||
class:active={$activeCollection?.id === collection.id}
|
||||
|
||||
Reference in New Issue
Block a user