Select an archive.
+
+ return (
+
+
Collections
+ {entryCollections.map(c => (
+
+ {c.collection_uid}:{' '}
+
+ {{ 0: 'Private', 1: 'Public', 2: 'Users only', 3: 'Public' }[c.visibility_bits] ?? `bits:${c.visibility_bits}`}
+
+
+ ))}
+
+ )}
>
)}
diff --git a/frontend/src/components/Topbar.jsx b/frontend/src/components/Topbar.jsx
index fb55ea7..bf6ced4 100644
--- a/frontend/src/components/Topbar.jsx
+++ b/frontend/src/components/Topbar.jsx
@@ -21,7 +21,7 @@ export default function Topbar({ archives, archiveId, onArchiveChange, view, onV
{archives.map(a =>