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

feat/45: add milkdrop visualizations #67

Merged
merged 8 commits into from
Nov 14, 2022
Merged

feat/45: add milkdrop visualizations #67

merged 8 commits into from
Nov 14, 2022

Conversation

Sidsector9
Copy link
Member

Description of the Change

This PR adds support for Milkdrop visualisations.

Closes #45

Screenshot

Desktop:

desktop.mp4

Mobile:

Screenshot 2022-10-31 at 12 31 19 AM

Changelog Entry

Added - Support for Milkdrop visualisations.

Credits

Props @jeffpaul @gsarig @Sidsector9

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@Sidsector9 Sidsector9 self-assigned this Oct 30, 2022
@Sidsector9 Sidsector9 requested review from a team and iamdharmesh and removed request for a team October 30, 2022 19:08
Copy link
Member

@iamdharmesh iamdharmesh left a comment

Choose a reason for hiding this comment

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

Thanks for the PR @Sidsector9, Code looks good to me and it works fine as well, could you please help to fix the reported eslint errors before we proceed on merging this?

iamdharmesh
iamdharmesh previously approved these changes Nov 3, 2022
Copy link
Member

@iamdharmesh iamdharmesh left a comment

Choose a reason for hiding this comment

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

Thanks for the changes @Sidsector9, as we discussed internally on slack I added milkdrop support to the admin player previewer. please help to take a look once whenever you get a chance.

Thanks

@iansvo
Copy link
Contributor

iansvo commented Nov 4, 2022

@iamdharmesh @jeffpaul Looks like the WPCS linter is failing here because it isn't able to detect the value for prefixes. I have tried updating the file .phpcs.xml.dist file but it appears the GitHub Action workflow isn't using that file or otherwise can't see the values.

I don't have the repo permissions to modify the workflow, but if someone who does have access can test this we should be able to get it sorted. Ultimately we need to set the value of prefixes to an empty string (otherwise this will flag previously non-existent errors).

Is this something one of you can test for me? I can continue my evaluation of other behavior but I believe we'll need that resolved in order to move this forward anyway, right?

Fixed issue that caused the .playlist-menu .bar element to overflow it’s container in the editor.
@iansvo
Copy link
Contributor

iansvo commented Nov 4, 2022

I added some CSS to fix an editor-style bug when using the block preview.

But otherwise, everything seems to function well and work as expected.

@jeffpaul
Copy link
Member

jeffpaul commented Nov 8, 2022

Wondering if we could add some additional flags to that WPCS action to handle that? https://github.com/10up/wpcs-action#usage

@iamdharmesh
Copy link
Member

Thanks for phpcs config changes and checking on this @iansvo, it seems we had an issue in 10up/wpcs-action and PR 10up/wpcs-action#20 has resolved it. So, we can ignore this for now as the workflow will be fixed once the new version is released for action.

Thanks.
cc: @jeffpaul

@jeffpaul jeffpaul added this to the 1.1.1 milestone Nov 14, 2022
@jeffpaul jeffpaul merged commit ba21cb9 into develop Nov 14, 2022
@jeffpaul jeffpaul deleted the feat/45 branch November 14, 2022 21:43
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.

add support for Milkdrop visualizations
4 participants