fix(private-zone): hide incomplete albums and refresh Maya cover
Docker Image / Build and Push Docker Image (push) Successful in 1m59s

This commit is contained in:
Codex
2026-07-23 11:47:22 +08:00
parent 0357fbcaff
commit 770ce6b8fd
9 changed files with 74 additions and 16 deletions
@@ -257,14 +257,6 @@ export function PrivateZoneScreen() {
<StatusCard message="Loading private albums..." />
) : null}
{!state.isLoading && state.items.length === 0 && !state.errorMessage ? (
<StatusCard
message="No private albums yet."
actionLabel="Refresh"
onAction={() => dispatch({ type: "PrivateZoneRefresh" })}
/>
) : null}
<div className={styles.timeline}>
{state.items.map((album, index) => (
<PrivateAlbumCard