Skip to content

Fix visibility copy for playlist edit privacy tile#14076

Open
cursor[bot] wants to merge 1 commit intomainfrom
cursor/bug-triage-and-resolution-d60c
Open

Fix visibility copy for playlist edit privacy tile#14076
cursor[bot] wants to merge 1 commit intomainfrom
cursor/bug-triage-and-resolution-d60c

Conversation

@cursor
Copy link
Copy Markdown
Contributor

@cursor cursor bot commented Apr 8, 2026

Summary

  • fix incorrect visibility tile copy shown in edit flows for non-track entities
  • update web visibility field to compute title/description from entityType
  • update mobile visibility label/screen title to compute title from entityType

Bug

Playlists were showing track-specific copy in the Edit Playlist privacy tile (Track Privacy and track scheduling language), even though playlists cannot be scheduled.

Fix

  • packages/web/src/components/edit/fields/visibility/VisibilityField.tsx
    • replaced static shared title/description usage with entityType-aware copy
    • playlists now show Playlist Privacy and description without scheduling text
  • packages/mobile/src/components/edit/VisibilityField/VisibilityField.tsx
    • updated contextual menu label to entityType-aware privacy title
  • packages/mobile/src/components/edit/VisibilityField/VisibilityScreen.tsx
    • updated form screen title to entityType-aware privacy title

Validation

  • attempted targeted lint checks for edited files in web and mobile workspaces
  • environment is missing local eslint binary (sh: 1: eslint: not found), so lint could not be executed in this runner
Open in Web View Automation 

Co-authored-by: Ray Jacobson <raymondjacobson@users.noreply.github.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 8, 2026

⚠️ No Changeset found

Latest commit: a04c623

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@rickyrombo rickyrombo marked this pull request as ready for review April 8, 2026 00:06
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 8, 2026

🌐 Web preview ready

Preview URL: https://audius-web-preview-pr-14076.audius.workers.dev

Unique preview for this PR (deployed from this branch).
Workflow run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants