All checks were successful
Build and Push Docker Image / build (push) Successful in 27s
Previously extractUserTag returned the first tag in the list regardless of whether it matched the logged-in user, so matchedUserTag was wrong and unmatched tags weren't separated correctly. - extractUserTag(tags, tagMap, username): finds tag label that matches username via tagMatchesUser(); returns null if no match - extractAllTags(): moved before extractUserTag for readability - All 10 call sites in user-downloads pass username arg - user-summary uses extractAllTags() directly (wants all tags, not just the current user's) — as a bonus this now correctly counts items tagged for multiple users
29 KiB
29 KiB