Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display Playlist Description and Tags for Empty Playlists #457

Closed
1 task
joncameron opened this issue Mar 19, 2024 · 2 comments
Closed
1 task

Display Playlist Description and Tags for Empty Playlists #457

joncameron opened this issue Mar 19, 2024 · 2 comments
Assignees

Comments

@joncameron
Copy link
Contributor

Description

Currently, empty playlists simply display a message that reads "This playlist is empty." They should, however, display the playlist description and tags that can be entered when creating the playlist.

Current:

image.png

Prior behavior for an empty playlist:

image.png

Done Looks Like

  • Empty playlists display description and tags to match 7.6 (screenshot above)

Notes

Tag, comment and description are loaded on the Avalon side. We could change Ramp behavior to display something similar to what we have with inaccessible items: empty div with the message, instead of the alert error. Right now Ramp reads this and crashes, and bubbles up the error (and doesn't show the other parts of the page). We can change this, again to match inaccessible items.

Changes will be on the Ramp side; we can change things there and then see if anything needs to be changed in Avalon for the playlist page.

@joncameron
Copy link
Contributor Author

Original issue: #5636

@charumitraravi
Copy link
Collaborator

Tested on the ramp demo site. I am able to view the playlist tags and description for an empty playlist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants