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

Move playlist action buttons out of ramp context #5511

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

masaball
Copy link
Contributor

@masaball masaball commented Dec 7, 2023

The "Copy Playlist" modal relies on some functions which do not trigger/interact properly when the buttons are being rendered by/within the Ramp context. Rather than try to get the functions to interact with Ramp properly or move the functions into the Ramp context, it felt simpler to pull the action button partial back out of Ramp. This has the added benefit(?) of bringing the page styling closer inline with the non-Ramp based playlist show page.

The "Copy Playlist" button relies on some functions which do not
trigger/interact properly when the buttons are being rendered by/within
the Ramp context. Rather than try to get the functions to interact with
Ramp properly or move the functions into the Ramp context, it felt
simpler to pull the buttons back out of Ramp. This has the added
benefit(?) of bringing the page styling closer inline with the non-Ramp
based playlist show page.
Copy link
Contributor

@Dananji Dananji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@masaball masaball merged commit 7163084 into develop Dec 8, 2023
@masaball masaball deleted the close_playlist_modal branch December 8, 2023 16:55
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

Successfully merging this pull request may close these issues.

2 participants