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

Cleanup ME.js code in JS, CSS, HTML files, remove SVG #5492

Merged
merged 2 commits into from
Dec 21, 2023
Merged

Conversation

Dananji
Copy link
Contributor

@Dananji Dananji commented Nov 30, 2023

No description provided.

Copy link
Member

@cjcolvar cjcolvar left a comment

Choose a reason for hiding this comment

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

There are 6 failing tests that call the PlaylistItemsController#markers action and fail because app/views/playlist_items/_markers.html.erb was deleted. We'll either need to remove that route, change what it returns, or restore the partial. If it isn't called anywhere else and was only used to supply the UI then I'd favor removing it. If we do that then I'd think the source_details and related_items actions could be removed too.

@Dananji
Copy link
Contributor Author

Dananji commented Dec 18, 2023

I think the markers endpoint is only for the display, I will remove that and source_details in this PR. I don't remember what we discussed to with related_items since it's not in the Manifest, so I'll leave it for the time being.

Copy link
Member

@cjcolvar cjcolvar left a comment

Choose a reason for hiding this comment

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

Looks great! 🎉

@Dananji Dananji merged commit aaa3542 into develop Dec 21, 2023
@Dananji Dananji deleted the mejs-cleanup branch December 21, 2023 16:17
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